Skip to content

Commit

Permalink
test: Send debridge tx data to cbridge address
Browse files Browse the repository at this point in the history
  • Loading branch information
Halibao-Lala committed Dec 5, 2024
1 parent ca5628b commit d4055fd
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 d4055fd

Please sign in to comment.