File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,9 @@ export const bridgedChains = {
7676 etherlink : {
7777 generalDisplayName : "Etherlink" ,
7878 } ,
79+ wanchain : {
80+ generalDisplayName : "Wanchain" ,
81+ } ,
7982} as const satisfies BridgedChainsShape ;
8083
8184export const stages = {
@@ -222,6 +225,12 @@ export const stages = {
222225 bridgedBiomapper : "0xBeA0a63fE2B0E5fFec54D702D0792d3066ff37Da" ,
223226 } ,
224227 } ,
228+ wanchain : {
229+ displayName : "Wanchain" ,
230+ addresses : {
231+ bridgedBiomapper : "0x2eBd6c739e5fF407C933C88644C610e1c85856fA" ,
232+ } ,
233+ } ,
225234 } ,
226235 } ,
227236 testnet5 : {
@@ -372,6 +381,12 @@ export const stages = {
372381 bridgedBiomapper : "0x16F2a7AC67B6aC1E57dD5528A24b1fC689902Be2" ,
373382 } ,
374383 } ,
384+ wanchain : {
385+ displayName : "Wanchain Testnet" ,
386+ addresses : {
387+ bridgedBiomapper : "0x5931A7F6eC88Dbefc51e53a670054c8BFE7df993" ,
388+ } ,
389+ } ,
375390 } ,
376391 } ,
377392} as const satisfies StagesShape ;
@@ -404,4 +419,5 @@ export const bridgedChainsDisplayOrder = defineBridgedChainIdsOrder([
404419 "aurora" ,
405420 "xrpl" ,
406421 "etherlink" ,
422+ "wanchain" ,
407423] ) ;
You can’t perform that action at this time.
0 commit comments