Search code examples
ethereumremix

How to publish smart contract to mainnet with Remix


I am comfortable using the Rinkeby test net for my smart contract, but soon I would like to deploy it to the mainnet. Although I can only seem to find documentation for Polygon, but I would prefer to use the actual Ethereum mainnet.

Thanks!


Solution

  • It's the same in REMIX IDE, just switch the networks in metamask. enter image description here

    This one is for Matic = 137

    This one is ETH Mainnet

    enter image description here