File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,6 +64,9 @@ export const bridgedChains = {
6464 botanix : {
6565 generalDisplayName : "Botanix" ,
6666 } ,
67+ wanchain : {
68+ generalDisplayName : "Wanchain" ,
69+ } ,
6770} as const satisfies BridgedChainsShape ;
6871
6972export const stages = {
@@ -186,6 +189,12 @@ export const stages = {
186189 bridgedBiomapper : "0x7D65e3f5aEcaC155037da724f84918F2ec8487C5" ,
187190 } ,
188191 } ,
192+ wanchain : {
193+ displayName : "Wanchain" ,
194+ addresses : {
195+ bridgedBiomapper : "0x2eBd6c739e5fF407C933C88644C610e1c85856fA" ,
196+ } ,
197+ } ,
189198 } ,
190199 } ,
191200 testnet5 : {
@@ -312,6 +321,12 @@ export const stages = {
312321 bridgedBiomapper : "0x16F2a7AC67B6aC1E57dD5528A24b1fC689902Be2" ,
313322 } ,
314323 } ,
324+ wanchain : {
325+ displayName : "Wanchain Testnet" ,
326+ addresses : {
327+ bridgedBiomapper : "0x5931A7F6eC88Dbefc51e53a670054c8BFE7df993" ,
328+ } ,
329+ } ,
315330 } ,
316331 } ,
317332} as const satisfies StagesShape ;
@@ -340,4 +355,5 @@ export const bridgedChainsDisplayOrder = defineBridgedChainIdsOrder([
340355 "soneium" ,
341356 "vanar" ,
342357 "botanix" ,
358+ "wanchain" ,
343359] ) ;
You can’t perform that action at this time.
0 commit comments