Skip to content

Commit

Permalink
feat: update router bridge url (#1994)
Browse files Browse the repository at this point in the history
  • Loading branch information
fionnachan authored Oct 16, 2024
1 parent d5e7548 commit 4267958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/arb-token-bridge-ui/src/util/fastBridges.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@ export const USDCFastBridges: USDCFastBridgeInfo[] = [
}: getHrefParams) => {
switch (transferMode) {
case 'deposit':
return `https://app.thevoyager.io/swap?fromChain=${from}&toChain=${to}&fromToken=${fromTokenAddress}&toToken=${toTokenAddress}`
return `https://app.routernitro.com/swap?fromChain=${from}&toChain=${to}&fromToken=${fromTokenAddress}&toToken=${toTokenAddress}`
case 'withdraw':
default:
return `https://app.thevoyager.io/swap?fromChain=${from}&toChain=${to}&fromToken=${fromTokenAddress}&toToken=${toTokenAddress}`
return `https://app.routernitro.com/swap?fromChain=${from}&toChain=${to}&fromToken=${fromTokenAddress}&toToken=${toTokenAddress}`
}
}
}
Expand Down

0 comments on commit 4267958

Please sign in to comment.