File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,10 @@ const deployments = {
4646 oapp : "0xcb768e263FB1C62214E7cab4AA8d036D76dc59CC" ,
4747 token : "0x779Ded0c9e1022225f8E0630b35a9b54bE713736" ,
4848 } ] ,
49+ monad : [ {
50+ oapp : "0x9151434b16b9763660705744891fA906F660EcC5" ,
51+ token : "0xe7cd86e13AC4309349F30B3435a9d337750fC82D" ,
52+ } ] ,
4953 optimism : [ {
5054 oapp : "0xF03b4d9AC1D5d1E7c4cEf54C2A313b9fe051A0aD" ,
5155 token : "0x01bFF41798a0BcF287b996046Ca68b395DbC1071" ,
Original file line number Diff line number Diff line change @@ -2315,12 +2315,14 @@ export default [
23152315 chains : [
23162316 "Arbitrum" ,
23172317 "Berachain" ,
2318+ "Conflux" ,
23182319 "Corn" ,
23192320 "Ethereum" ,
23202321 "Flare" ,
23212322 "Hyperliquid" ,
23222323 "Ink" ,
23232324 "Mantle" ,
2325+ "Monad" ,
23242326 "Optimism" ,
23252327 "Plasma" ,
23262328 "Polygon" ,
Original file line number Diff line number Diff line change @@ -1149,6 +1149,13 @@ export const chainCoingeckoIds = {
11491149 parent : "Ethereum" ,
11501150 chainId : 59144 ,
11511151 } ,
1152+ Monad : {
1153+ geckoId : "monad" ,
1154+ symbol : "MON" ,
1155+ cmcId : "30495" ,
1156+ categories : [ "EVM" ] ,
1157+ chainId : 143 ,
1158+ } ,
11521159} as {
11531160 [ chain : string ] : {
11541161 geckoId : string | null ;
You can’t perform that action at this time.
0 commit comments