Skip to content

Commit cea16af

Browse files
feat: adding monad (#50)
1 parent 4534e48 commit cea16af

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

deployments/v2.1/addresses.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,17 @@
7777
"create2Factory": "0x4e59b44847b379578588920ca78fbf26c0b4956c",
7878
"permit2": "0x000000000022d473030f116ddee9f6b43ac78ba3"
7979
},
80+
{
81+
"name": "monad",
82+
"chainId": 143,
83+
"compilerVersion": "0.8.28",
84+
"evmVersion": "cancun",
85+
"explorerUrl": "",
86+
"relayRouter": "0x3ec130b627944cad9b2750300ecb0a695da522b6",
87+
"relayApprovalProxy": "0x58cc3e0aa6cd7bf795832a225179ec2d848ce3e7",
88+
"create2Factory": "0x4e59b44847b379578588920ca78fbf26c0b4956c",
89+
"permit2": "0x000000000022d473030f116ddee9f6b43ac78ba3"
90+
},
8091
{
8192
"name": "sonic",
8293
"chainId": 146,

foundry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,4 @@ degen = "${RPC_URL_DEGEN}"
107107
metacade = "${RPC_URL_METACADE}"
108108
ancient8 = "${RPC_URL_ANCIENT8}"
109109
rari = "${RPC_URL_RARI}"
110+
monad = "${RPC_URL_MONAD}"

0 commit comments

Comments
 (0)