ðBridge Your $DEGEN
BSC degens from S1, it's time to invade!
Last updated
BSC degens from S1, it's time to invade!
Last updated
YOU MIGHT LOSE YOUR TOKEN DUE TO WRONG PROCEDURE EXECUTED.
Please be sure that you are aware of the risk associated with calling contract before you engage with below process.
Bridging your $DEGEN from BNBChain to Arbitrum Network is necessary for degens from S1. While you can use stargate (Prob not), you can always execute the bridging via directly calling our contract. Here's how..
In summary, there are 4 steps:
Approve x amount of $DEGEN to proxyOFT contract, which gives the OFT contract the authority to move your $DEGEN.
Estimate the amount of BNB needed for executing the token bridge.
Call sendForm and send your token.
Review your txn via Layerzero Scan.
Go to $DEGEN token contract page on BSC scan, write a proxy contract.
Approve $DEGEN to proxyOFT contract (0x5e6adF21e76F9D4258FC68fD5c8fCb826185f8ef) for bridging.
Remember to approve as many as you want to bridge ONLY.
Be cautious that precision is set to 10^18 for the amount.
Go to proxyOFT contract, go to estimateSendFee
Etimate the bridging fee using proxyOFT:
_dstChainID: 110
_toAddress: your receiving address on Arbitrum
_amount: the amount of $DEGEN you want to bridge
_useZro: 0 (false)
_adapterParams: 0x0001000000000000000000000000000000000000000000000000000000000003d090
Screenshot your sending fee and save for later
Call your sendFrom on BSC scan.
Input required data as follow:
sendFrom: input the nativeFee you got from previous step. (you need to divide that number by 10^18)
_from(address): your current address
_desChainId: 110
_toAddress(bytes): receiving address on Arbitrum
_amount: amount to be bridged
_refundAddress: your current address
_zroPaymentAddress: 0x0000000000000000000000000000000000000000
_adapterParams: 0x0001000000000000000000000000000000000000000000000000000000000003d090
Confirm everything and hit "write"
When the transaction is done, you can view it on Layerzero Scan using the transaction hash.
Pending -> Delivered
In summary, there are 4 steps:
Approve x amount of $DEGEN to proxyOFT contract, which gives the OFT contract the authority to move your $DEGEN.
Estimate the amount of ETH needed for executing the token bridge.
Call sendForm and send your token.
Review your txn via Layerzero Scan.
Go to $DEGEN token contract page on ARB scan, write a proxy contract.
Approve $DEGEN to proxymintableOFT contract (0xCBd78Fb59CdAe1CD70e4d27c2d9cEb8691589715) for bridging.
Remember to approve as many as you want to bridge ONLY.
Be cautious that precision is set to 10^18 for the amount.
Go to proxyOFT contract, go to estimateSendFee
Etimate the bridging fee using proxyOFT:
_dstChainID: 102
_toAddress: your receiving address on Arbitrum
_amount: the amount of $DEGEN you want to bridge
_useZro: 0 (false)
_adapterParams: 0x0001000000000000000000000000000000000000000000000000000000000003d090
Screenshot your sending fee and save for later
Call your sendFrom on ARB scan.
Input required data as follow:
sendFrom: input the nativeFee you got from previous step. (you need to divide that number by 10^18)
_from: your address
_dstChainId: 102
_toAddress: receiving address
_amount: bridging amount
_refundAddress: current address
_zroPaymentAddress: 0x0000000000000000000000000000000000000000
_adapterParams: 0x0001000000000000000000000000000000000000000000000000000000000003d090
When the transaction is done, you can view it on Layerzero Scan using the transaction hash.
Pending -> Delivered