Skip to content

Commit ef5b374

Browse files
authored
Add Shardeum (#122)
1 parent 8518d37 commit ef5b374

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
@@ -91,6 +91,9 @@ export const bridgedChains = {
9191
bsc: {
9292
generalDisplayName: "BNB Smart Chain",
9393
},
94+
shardeum: {
95+
generalDisplayName: "Shardeum",
96+
},
9497
} as const satisfies BridgedChainsShape;
9598

9699
export const stages = {
@@ -272,6 +275,12 @@ export const stages = {
272275
bridgedBiomapper: "0x941d38859dAF3dD160B2a63f8DC24c96cb5B6Ce9",
273276
},
274277
},
278+
shardeum: {
279+
displayName: "Shardeum",
280+
addresses: {
281+
bridgedBiomapper: "0x2D64c22b7Ae8aa04f32c19d45bBf006e1E9FF0D1",
282+
},
283+
},
275284
},
276285
},
277286
testnet5: {
@@ -447,6 +456,12 @@ export const stages = {
447456
bridgedBiomapper: "0x16F2a7AC67B6aC1E57dD5528A24b1fC689902Be2",
448457
},
449458
},
459+
shardeum: {
460+
displayName: "Shardeum Testnet",
461+
addresses: {
462+
bridgedBiomapper: "0x16F2a7AC67B6aC1E57dD5528A24b1fC689902Be2",
463+
},
464+
},
450465
},
451466
},
452467
} as const satisfies StagesShape;
@@ -484,4 +499,5 @@ export const bridgedChainsDisplayOrder = defineBridgedChainIdsOrder([
484499
"ethereum",
485500
"somnia",
486501
"bsc",
502+
"shardeum",
487503
]);

0 commit comments

Comments
 (0)