Moving From Testnet To Mainnet
GET SOMI TOKENS
Developers and Non-Developers can purchase SOMI Tokens for interacting on Mainnet from the list of exchanges below:
BRIDGE TO SOMNIA
Developers and Non-Developers can also Bridge their Stablecoins from other Networks to Somnia using LayerZero's STARGATE: https://stargate.finance/bridge Welcome to Somnia Mainnet. Below is a checklist for you to confirm the Migration from Testnet to Mainnet.
For Non-Developers
For Developers
Conduct the same checks as non-developers, and in addition, the following.
module.exports = {
// ...
networks: {
somnia: {
url: "https://api.infra.mainnet.somnia.network",
accounts: ["0xPRIVATE_KEY"], // put dev menomonic or PK here,
},
},
// ...
};
forge create --rpc-url https://api.infra.mainnet.somnia.network --private-key PRIVATE_KEY src/Example.sol:Example
Last updated