austintgriffith / eth.build

🛠🧮 Educational sandbox for building on web3. Visually understand how Ethereum works by doing.
https://eth.build
MIT License
699 stars 183 forks source link

add `chainId` in transaction object #123

Open romanlv opened 2 years ago

romanlv commented 2 years ago

Hi, I was trying to use eth.build on Polygon testnet (mumbai) via Alchemy

getting error only replay-protected (EIP-155) transactions allowed over RPC on "Send Tx"

First result in google reveals that chainId should be included in transaction

edgeofinnerspace commented 1 year ago

same here! figured anything out yet?? would be greatly appreciated.