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 @@ -82,6 +82,9 @@ export const bridgedChains = {
8282 "monad-testnet" : {
8383 generalDisplayName : "Monad Testnet" ,
8484 } ,
85+ ethereum : {
86+ generalDisplayName : "Ethereum" ,
87+ } ,
8588} as const satisfies BridgedChainsShape ;
8689
8790export const stages = {
@@ -245,6 +248,12 @@ export const stages = {
245248 bridgedBiomapper : "0x5931A7F6eC88Dbefc51e53a670054c8BFE7df993" ,
246249 } ,
247250 } ,
251+ ethereum : {
252+ displayName : "Ethereum" ,
253+ addresses : {
254+ bridgedBiomapper : "0x8AeF4C03D8CcA88387b9228869FdDEeb40eE5926" ,
255+ } ,
256+ } ,
248257 } ,
249258 } ,
250259 testnet5 : {
@@ -402,6 +411,12 @@ export const stages = {
402411 } ,
403412 } ,
404413 "monad-testnet" : null ,
414+ ethereum : {
415+ displayName : "Ethereum Testnet (Sepolia)" ,
416+ addresses : {
417+ bridgedBiomapper : "0x16F2a7AC67B6aC1E57dD5528A24b1fC689902Be2" ,
418+ } ,
419+ } ,
405420 } ,
406421 } ,
407422} as const satisfies StagesShape ;
@@ -436,4 +451,5 @@ export const bridgedChainsDisplayOrder = defineBridgedChainIdsOrder([
436451 "wanchain" ,
437452 "fuse" ,
438453 "monad-testnet" ,
454+ "ethereum" ,
439455] ) ;
You can’t perform that action at this time.
0 commit comments