Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions packages/ethereum-vm/deployments/addresses.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -745,5 +745,15 @@
"verificationFlags": "--chain 1380012617 --verifier blockscout --verifier-url https://mainnet.explorer.rarichain.org/api",
"relayDepository": "0x4cd00e387622c35bddb9b4c962c136462338bc31",
"create2Factory": "0x4e59b44847b379578588920ca78fbf26c0b4956c"
},
{
"name": "somnia",
"chainId": 5031,
"compilerVersion": "0.8.28",
"evmVersion": "cancun",
"explorerUrl": "https://explorer.somnia.network",
"verificationFlags": "--chain 5031 --verifier blockscout --verifier-url https://explorer.somnia.network/api",
"relayDepository": "0x4cd00e387622c35bddb9b4c962c136462338bc31",
"create2Factory": "0x4e59b44847b379578588920ca78fbf26c0b4956c"
}
]
1 change: 1 addition & 0 deletions packages/ethereum-vm/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ lordchain = "${LORDCHAIN_RPC_URL}"
degen = "${DEGEN_RPC_URL}"
ancient8 = "${ANCIENT8_RPC_URL}"
rari = "${RARI_RPC_URL}"
somnia = "${SOMNIA_RPC_URL}"
# Testnets
base-sepolia = "${BASE_SEPOLIA_RPC_URL}"
sepolia = "${SEPOLIA_RPC_URL}"