Skip to content

Commit f9a8d08

Browse files
committed
update
1 parent 59d12a7 commit f9a8d08

File tree

7 files changed

+639
-41
lines changed

7 files changed

+639
-41
lines changed

src/components/QuickLinks/data/productChainLinks.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const productChainLinks: ProductChainLinks = {
5858
hashkey: "/ccip/directory/mainnet/chain/ethereum-mainnet-hashkey-1",
5959
botanix: "/ccip/directory/mainnet/chain/bitcoin-mainnet-botanix",
6060
sei: "/ccip/directory/mainnet/chain/sei-mainnet",
61-
monad: "/ccip/directory/testnet/chain/monad-testnet",
61+
monad: "/ccip/directory/mainnet/chain/monad-mainnet",
6262
treasure: "/ccip/directory/mainnet/chain/treasure-mainnet",
6363
merlin: "/ccip/directory/mainnet/chain/bitcoin-merlin-mainnet",
6464
fraxtal: "/ccip/directory/mainnet/chain/fraxtal-mainnet",
@@ -97,6 +97,7 @@ export const productChainLinks: ProductChainLinks = {
9797
bittensor: "/ccip/directory/mainnet/chain/bittensor-mainnet",
9898
everclear: "/ccip/directory/mainnet/chain/everclear-mainnet",
9999
abchain: "/ccip/directory/mainnet/chain/ab-mainnet",
100+
nexon: "/ccip/directory/mainnet/chain/nexon-mainnet-henesys",
100101
},
101102
},
102103
CRE: {

src/config/data/ccip/v1_2_0/mainnet/chains.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,6 +1230,46 @@
12301230
"version": "1.5.1"
12311231
}
12321232
},
1233+
"monad-mainnet": {
1234+
"armProxy": {
1235+
"address": "0x99dFCa5d88f4D9C023531F4403966b8d61562AcD",
1236+
"version": "1.0.0"
1237+
},
1238+
"chainSelector": "8481857512324358265",
1239+
"feeTokens": ["LINK", "WMON"],
1240+
"registryModule": {
1241+
"address": "0x4AfC00570596d172595A4E38384289b880263006",
1242+
"version": "1.5.0"
1243+
},
1244+
"router": {
1245+
"address": "0x33566fE5976AAa420F3d5C64996641Fc3858CaDB",
1246+
"version": "1.2.0"
1247+
},
1248+
"tokenAdminRegistry": {
1249+
"address": "0x11ACd984DD680363117B310f6ebdf78fD6c0195f",
1250+
"version": "1.5.0"
1251+
}
1252+
},
1253+
"nexon-mainnet-henesys": {
1254+
"armProxy": {
1255+
"address": "0xf09AFe78d3c7d359b334d7cB88995751F7eC5E13",
1256+
"version": "1.0.0"
1257+
},
1258+
"chainSelector": "12657445206920369324",
1259+
"feeTokens": ["LINK", "WNXPC"],
1260+
"registryModule": {
1261+
"address": "0xf4a170A36D4C656F614d44453f73308Bdb275196",
1262+
"version": "1.6.0"
1263+
},
1264+
"router": {
1265+
"address": "0x492641F648a4986844848E0beFE66D14817bCE34",
1266+
"version": "1.2.0"
1267+
},
1268+
"tokenAdminRegistry": {
1269+
"address": "0xA27056438FfA1f286AB197488808692F0db93F8B",
1270+
"version": "1.5.0"
1271+
}
1272+
},
12331273
"plasma-mainnet": {
12341274
"armProxy": {
12351275
"address": "0xAEf7A922931848d2e731D5914f428b4E851d1Ad5",

0 commit comments

Comments
 (0)