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 @@ -73,6 +73,9 @@ export const bridgedChains = {
7373 xrpl : {
7474 generalDisplayName : "XRPL EVM" ,
7575 } ,
76+ fuse : {
77+ generalDisplayName : "Fuse" ,
78+ } ,
7679} as const satisfies BridgedChainsShape ;
7780
7881export const stages = {
@@ -213,6 +216,12 @@ export const stages = {
213216 bridgedBiomapper : "0x56F1E7454765e480fF7dd0Dc439c29a8C8621b52" ,
214217 } ,
215218 } ,
219+ fuse : {
220+ displayName : "Fuse" ,
221+ addresses : {
222+ bridgedBiomapper : "0xD244F7D8736a6D39e2E58d7af73A985372D904E8" ,
223+ } ,
224+ } ,
216225 } ,
217226 } ,
218227 testnet5 : {
@@ -357,6 +366,12 @@ export const stages = {
357366 bridgedBiomapper : "0x16F2a7AC67B6aC1E57dD5528A24b1fC689902Be2" ,
358367 } ,
359368 } ,
369+ fuse : {
370+ displayName : "Fuse Testnet (Sparknet)" ,
371+ addresses : {
372+ bridgedBiomapper : "0x16F2a7AC67B6aC1E57dD5528A24b1fC689902Be2" ,
373+ } ,
374+ } ,
360375 } ,
361376 } ,
362377} as const satisfies StagesShape ;
@@ -388,4 +403,5 @@ export const bridgedChainsDisplayOrder = defineBridgedChainIdsOrder([
388403 "ontology" ,
389404 "aurora" ,
390405 "xrpl" ,
406+ "fuse" ,
391407] ) ;
You can’t perform that action at this time.
0 commit comments