Skip to content

Commit

Permalink
Merge pull request #167 from bnb-chain/feat/addressCheck
Browse files Browse the repository at this point in the history
test: Revert debridge token address
Halibao-Lala authored Dec 5, 2024
2 parents d317ac4 + 1d6f4a6 commit 5af8f7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/canonical-bridge-sdk/src/debridge/index.ts
Original file line number Diff line number Diff line change
@@ -83,8 +83,7 @@ export class DeBridge {
try {
const deBridgeParams = {
srcChainId: fromChainId,
// srcChainTokenIn: fromTokenAddress,
srcChainTokenIn: '0xd5da8318cE7ca005E8F5285Db0e750CA9256586e',
srcChainTokenIn: fromTokenAddress,
srcChainTokenInAmount: amount,
dstChainId: toChainId,
dstChainTokenOut: toTokenAddress,

0 comments on commit 5af8f7e

Please sign in to comment.