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 @@ -88,6 +88,9 @@ export const bridgedChains = {
8888 somnia : {
8989 generalDisplayName : "Somnia" ,
9090 } ,
91+ bsc : {
92+ generalDisplayName : "BNB Smart Chain" ,
93+ } ,
9194} as const satisfies BridgedChainsShape ;
9295
9396export const stages = {
@@ -263,6 +266,12 @@ export const stages = {
263266 bridgedBiomapper : "0x0c7A4175d278fe569B65Ce82EA00a0cC901873AB" ,
264267 } ,
265268 } ,
269+ bsc : {
270+ displayName : "BNB Smart Chain" ,
271+ addresses : {
272+ bridgedBiomapper : "0x941d38859dAF3dD160B2a63f8DC24c96cb5B6Ce9" ,
273+ } ,
274+ } ,
266275 } ,
267276 } ,
268277 testnet5 : {
@@ -432,6 +441,12 @@ export const stages = {
432441 bridgedBiomapper : "0x16F2a7AC67B6aC1E57dD5528A24b1fC689902Be2" ,
433442 } ,
434443 } ,
444+ bsc : {
445+ displayName : "BNB Smart Chain Testnet" ,
446+ addresses : {
447+ bridgedBiomapper : "0x16F2a7AC67B6aC1E57dD5528A24b1fC689902Be2" ,
448+ } ,
449+ } ,
435450 } ,
436451 } ,
437452} as const satisfies StagesShape ;
@@ -468,4 +483,5 @@ export const bridgedChainsDisplayOrder = defineBridgedChainIdsOrder([
468483 "monad-testnet" ,
469484 "ethereum" ,
470485 "somnia" ,
486+ "bsc" ,
471487] ) ;
You can’t perform that action at this time.
0 commit comments