Deployment (Mainnet)

Once you tested everything on testnet and feel everything is good to go, you can go ahead and deploy your contract to mainnet!

Go to "Deploy" tab and switch network to Ethereum by selecting "Ethereum" from the dropdown.

Once you are on the Ethereum mainnet, you can hit "Deploy contract" and confirm the transaction.

If the gas fee is too high, you can check this article to help set your own gas prices.

Since we already use proxy contracts, multiple transactions will be required to configure your smart contract fully. Once the first transaction completes, we will prompt you to fully confirm the second transaction to deploy your smart contract to the blockchain.

Last updated