File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ export const bridgedChains = {
1818 sei : {
1919 generalDisplayName : "Sei" ,
2020 } ,
21+ monad : {
22+ generalDisplayName : "Monad" ,
23+ } ,
2124} as const satisfies BridgedChainsShape ;
2225
2326export const stages = {
@@ -61,6 +64,7 @@ export const stages = {
6164 bridgedBiomapper : "0xB263042d1CdE06630aeF5FaC6b2efDdB0A6D5F78" ,
6265 } ,
6366 } ,
67+ monad : null ,
6468 } ,
6569 } ,
6670 testnet5 : {
@@ -103,6 +107,12 @@ export const stages = {
103107 bridgedBiomapper : "0x16F2a7AC67B6aC1E57dD5528A24b1fC689902Be2" ,
104108 } ,
105109 } ,
110+ monad : {
111+ displayName : "Monad Testnet" ,
112+ addresses : {
113+ bridgedBiomapper : "0x16F2a7AC67B6aC1E57dD5528A24b1fC689902Be2" ,
114+ } ,
115+ } ,
106116 } ,
107117 } ,
108118} as const satisfies StagesShape ;
@@ -120,4 +130,5 @@ export const bridgedChainsDisplayOrder = [
120130 "filecoin" ,
121131 "sonic" ,
122132 "sei" ,
133+ "monad" ,
123134] as const satisfies BridgedChainIdsOrder ;
You can’t perform that action at this time.
0 commit comments