mirror of
https://github.com/Brotocol-xyz/bro-sdk.git
synced 2026-01-12 14:54:21 +08:00
fix: to-chain-id incorrect
This commit is contained in:
@@ -302,7 +302,7 @@ async function bridgeFromEVM_toBitcoinOrEVM(
|
||||
fromTokenContractInfo.tokenContractAddress,
|
||||
numberToSolidityContractNumber(info.amount),
|
||||
finalToAddressHex,
|
||||
contractAssignedChainIdFromKnownChain(info.fromChain),
|
||||
contractAssignedChainIdFromKnownChain(info.toChain),
|
||||
],
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user