You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to execute the multi-send example to transfer aUSDC tokens from Avalanche to Osmosis testnets.
I was able to deploy the contract on Avalanche and on running interact.js and the transaction seems to be successful on Axelarscan, but I can't see the tokens on my Osmosis account.
There is a destContract that is hardcoded in interact.js with the value osmo1956rjtkm4rh3ncsh5cx0u8552sx80z9ppwmnmucccz3mhs0pglus4rgm8u.
Looking up the contract on Mintscan there are no transactions available
Using the osmosis cli to verify this contract gives the following output:
I'm trying to execute the multi-send example to transfer
aUSDC
tokens from Avalanche to Osmosis testnets.I was able to deploy the contract on Avalanche and on running
interact.js
and the transaction seems to be successful on Axelarscan, but I can't see the tokens on my Osmosis account.There is a
destContract
that is hardcoded in interact.js with the valueosmo1956rjtkm4rh3ncsh5cx0u8552sx80z9ppwmnmucccz3mhs0pglus4rgm8u
.Looking up the contract on Mintscan there are no transactions available
Using the osmosis cli to verify this contract gives the following output:
Where is this
destContract
coming from? Is there a way I can deploy a Cosmwasm contract on my own?I also had to change the destChain from
osmosis-5
toosmosis-7
, As the transaction was failing if I didn't do so.Would appreciate any help, thanks!
The text was updated successfully, but these errors were encountered: