Skip to content

Commit ebd0989

Browse files
committed
fix: cronos to cronos pos bridge tx
1 parent 4af0db0 commit ebd0989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/service/bridge/BridgeService.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export class BridgeService {
121121
const gasLimit = loadedBridgeConfig.gasLimit || defaultBridgeConfig.gasLimit;
122122

123123
const contract = new web3.eth.Contract(bridgeContractABI, bridgeContractAddress);
124-
const encodedABI = contract.methods.send_cro_to_CRONOS_TENDERMINT(recipientAddress).encodeABI();
124+
const encodedABI = contract.methods.send_cro_to_crypto_org(recipientAddress).encodeABI();
125125

126126
const scaledBaseAmount = getBaseScaledAmount(bridgeTransferRequest.amount, originAsset);
127127

0 commit comments

Comments
 (0)