Open zackkhan opened 2 years ago
Hi,
I am trying to use the Axelar JS SDK to bridge from ETH to Terra.
When I try to generate a One Time Code and hit the endpoint with a Terra Public Address (https://bridge-rest-server.testnet.axelar.dev/getOneTimeCode?publicAddress=terra1pfkk59xsw33nmxzjjgegqq2kawg3wcpypqkqud) , I get the error "Not a valid input address:" (even though that is a valid Terra address)
Does Axelar's JS SDK support bridging Eth to Terra?
I tried to adapt this deposit-address demo for Eth to Terra here (https://github.com/zackkhan/Axelar-Eth-to-Terra-Bridge) but ran into this issue. Any tips?
You need to hit the endpoint with a EVM-compatible address. The one-time code is a rate-limiting mechanism and is independent of the chains involved in your transfer.
Hi,
I am trying to use the Axelar JS SDK to bridge from ETH to Terra.
When I try to generate a One Time Code and hit the endpoint with a Terra Public Address (https://bridge-rest-server.testnet.axelar.dev/getOneTimeCode?publicAddress=terra1pfkk59xsw33nmxzjjgegqq2kawg3wcpypqkqud) , I get the error "Not a valid input address:" (even though that is a valid Terra address)
Does Axelar's JS SDK support bridging Eth to Terra?
I tried to adapt this deposit-address demo for Eth to Terra here (https://github.com/zackkhan/Axelar-Eth-to-Terra-Bridge) but ran into this issue. Any tips?