Skip to content

Commit dfcfeb0

Browse files
committed
Add Ethereum
1 parent 1b7199e commit dfcfeb0

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
@@ -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

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

0 commit comments

Comments
 (0)