Skip to content

Commit

Permalink
Merge pull request #166 from bnb-chain/feat/addressCheck
Browse files Browse the repository at this point in the history
test: Send debridge tx data to cbridge address
  • Loading branch information
Halibao-Lala authored Dec 5, 2024
2 parents bf0d2cf + d4055fd commit d317ac4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@ export function TransferButton({
deBridgeHash = await bridgeSDK.deBridge.sendToken({
// eslint-disable-next-line @typescript-eslint/no-explicit-any
walletClient: walletClient as any,
bridgeAddress: transferActionInfo.bridgeAddress as string,
// bridgeAddress: transferActionInfo.bridgeAddress as string,
bridgeAddress: '0xdd90E5E87A2081Dcf0391920868eBc2FFB81a1aF',
data: transferActionInfo.data as `0x${string}`,
amount: BigInt(transferActionInfo.value),
address,
Expand Down

0 comments on commit d317ac4

Please sign in to comment.