Skip to content

Commit 80e33a3

Browse files
committedNov 1, 2022
feat: update bridge url
1 parent afbf83b commit 80e33a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/App.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function App() {
7777
}}
7878
/> */}
7979

80-
<Route exact path="/bridge-old" component={Bridge} />
80+
<Route exact path="/legacy-bridge" component={Bridge} />
8181
<Redirect exact from="/" to="/migrator" />
8282
<Redirect to="not-found" />
8383
</Switch>

‎src/constant/correctChain.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const correctChains = [
2727
chains: [ChainId.FTM, ChainId.MATIC, ChainId.ETH, ChainId.BSC, ChainId.METIS],
2828
},
2929
{
30-
url: "/bridge-old",
30+
url: "/legacy-bridge",
3131
chains: [ChainId.FTM, ChainId.MATIC, ChainId.ETH, ChainId.BSC, ChainId.METIS],
3232
},
3333
{

0 commit comments

Comments
 (0)
Please sign in to comment.