axelarnetwork / support

Your source for support with the Axelar Network
3 stars 1 forks source link

Relayer didn't execute txn automatically. #126

Closed adi44 closed 2 months ago

adi44 commented 3 months ago

i havent got token ethereum-sepolia chain even though txn succeeded

https://testnet.bscscan.com/tx/0xa567214485d3c7fd37f3443290eb9fffd9000073fee91a939a26b9b29462aa29

https://testnet.axelarscan.io/gmp/0x0f7ed9fbc2e68aefdd2078162c51d41f664cb4bd4b4311f4d599da96031896a5-2

It asked me to pay gas manually I have created token that is function interchainTokenTransfer

benjamin852 commented 2 months ago

Hey can you clarify what you mean here? I saw this tx did execute correctly, does the transaction get stuck in the pay gas step? I.e. not enough funds were sent? Thanks

adi44 commented 2 months ago

How do I send funds? I am inheriting the interchain transfer function in my custom tokens contract @benjamin852

benjamin852 commented 2 months ago

If you inherit from the InterchainTokenStandard function then you should be able to send a cross-chain transfer via the interchainTransfer() function on the ITS standard as defined here Here is an example where you can see how to call the interchainTransfer() function

benjamin852 commented 2 months ago

Closing this issue now please re-open if you still are unclear about anything, thanks!