Closed tomasz90 closed 1 year ago
Awesome work. Let me check and merge
@JamesSmartCell Thanks!
@JamesSmartCell Thanks!
Thanks for the PR! I hadn't tried on Sepolia yet, but yeah we definitely needed to support eip155.
I just tested this on sepolia, signing and then broadcasting signed tx is working :)
I once again reviewed previous changes and made some refactor to be able to provide EIP-155 to library without breaking anything. Now this implementation only changes signatures to include chain id.
explicit Contract(long long int networkId);
, now we dont have to create new web3 obj to send transaction, just provide chainidSignTransaction(...)
to be able just for signinggetChainId()
to be able to retrive chainId