Skip to content

Commit

Permalink
fix: update symbiosis bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed Apr 9, 2024
1 parent 5d1edc8 commit 3d63973
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions data/customBridgeTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ export const customBridgeTokens: CustomBridgeToken[] = [
{
label: "Symbiosis",
iconUrl: "/img/symbiosis.svg",
depositUrl: "https://app.symbiosis.finance/bridge",
withdrawUrl: "https://app.symbiosis.finance/bridge",
depositUrl:
"https://app.symbiosis.finance/swap?amountIn&chainIn=Ethereum&chainOut=ZkSync%20Era&tokenIn=0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48&tokenOut=0x1d17CBcF0D6D143135aE902365D2E5e2A16538D4",
withdrawUrl:
"https://app.symbiosis.finance/swap?chainIn=ZkSync%20Era&chainOut=Ethereum&tokenIn=0x1d17CBcF0D6D143135aE902365D2E5e2A16538D4&tokenOut=0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
},
],
symbol: "USDC",
Expand Down

0 comments on commit 3d63973

Please sign in to comment.