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 @@ -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
9699export 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] ) ;
You can’t perform that action at this time.
0 commit comments