Link Bungee

Direct users to Bungee with pre-configured paramaters

Redirect users to Bungee with chain/tokens for bridging pre-selected. The bridging amount can also be pre-selected. Users then simply need to choose a route & start bridging with 2 clicks! You can link Bungee in your DApp and pass URL params to specify which chains/tokens should be pre-selected for bridging. The parameters are highlighted below :

ParameterDescription

fromChainId

Chain ID of sending chain

fromTokenAddress

Address of sending token

toChainId

Chain ID of destination chain

toTokenAddress

Address of destination receiving token

fromAmount

Bridging amount of sending token

Examples :

ETH from Ethereum to USDC on Optimism : https://multitx.bungee.exchange/?fromChainId=1&fromTokenAddress=0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee&toChainId=10&toTokenAddress=0x7F5c764cBc14f9669B88837ca1490cCa17c31607

1000 USDC from Polygon to DAI on Arbitrum : https://multitx.bungee.exchange/?fromChainId=137&fromTokenAddress=0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174&toChainId=42161&toTokenAddress=0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1&fromAmount=1000

Last updated