Skip to content

Commit 1b7199e

Browse files
authored
Remove Janction (#118)
1 parent a82b886 commit 1b7199e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/data/stages.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ export const bridgedChains = {
2828
story: {
2929
generalDisplayName: "Story",
3030
},
31-
janction: {
32-
generalDisplayName: "Janction",
33-
},
3431
arbitrum: {
3532
generalDisplayName: "Arbitrum One",
3633
},
@@ -140,7 +137,6 @@ export const stages = {
140137
bridgedBiomapper: "0xd89C46e71FC82eb297344a73edF5F54dD9E8e952",
141138
},
142139
},
143-
janction: null,
144140
arbitrum: {
145141
displayName: "Arbitrum One",
146142
addresses: {
@@ -303,12 +299,6 @@ export const stages = {
303299
bridgedBiomapper: "0x16F2a7AC67B6aC1E57dD5528A24b1fC689902Be2",
304300
},
305301
},
306-
janction: {
307-
displayName: "Janction Testnet Sepolia",
308-
addresses: {
309-
bridgedBiomapper: "0x16F2a7AC67B6aC1E57dD5528A24b1fC689902Be2",
310-
},
311-
},
312302
arbitrum: {
313303
displayName: "Arbitrum One Testnet Sepolia",
314304
addresses: {
@@ -428,7 +418,6 @@ export const bridgedChainsDisplayOrder = defineBridgedChainIdsOrder([
428418
"sei",
429419
"hyperliquid",
430420
"story",
431-
"janction",
432421
"arbitrum",
433422
"manta",
434423
"scroll",

0 commit comments

Comments
 (0)