Skip to content

Commit bef8f06

Browse files
committed
Add Fuse
1 parent 27ce1d2 commit bef8f06

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/data/stages.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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

7881
export 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
]);

0 commit comments

Comments
 (0)