Kribs
Kribs

Reputation: 49

EIP-155 Error when trying to deploy contract to Polygon from Brownie

I am trying to deploy my contract to Matic/Polygon main net and am running into the error "only replay-protected (EIP-155) transactions allowed over RPC". This is my network settings Network Settings . Same contract deploys perfect to Ethereum Rinkeby test net so I know it's not a contractual error. I have tried all the public matic RPC's and all result in the same error and I can not seem to find any info online about using Brownie to deploy to Polygon other than that is EIP-155 has to do with the deployment of the same code to multiple chains at once. Any help will be greatly appreciated.

Upvotes: 1

Views: 598

Answers (1)

Kribs
Kribs

Reputation: 49

For anyone who comes to this problem as well, I ended up solving it by uninstalling all brownie related files and re-installing and that did the trick for me. Hopefully that helps y'all.

Upvotes: 1

Related Questions