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
It looks like there is no chains available that support cosmwasm_2_0 feature(wasmvm v2.0 or higher). I tried using ghcr.io/cosmology-tech/starship/gaia:v19.2.0 image, but hermes fails at init when this version is used. Last logs in init-relayer:
Failed to send tokens. Sleeping for 2 secs. Tries left 4
+ [[ max_tries -gt 0 ]]
++ transfer_token
+++ curl --header 'Content-Type: application/json' --request POST --write-out '%{http_code}' --silent --output /dev/null --data '{"denom":"uatom","address":"cosmos1ezm7znxcdetyj8sadhzmhgma6sn09wnrtcakq0"}' http://gaia-1-genesis.default.svc.cluster.local:8000/credit
++ status_code=500
++ echo 500
+ status_code=500
+ [[ 500 -eq 200 ]]
Failed to send tokens. Sleeping for 2 secs. Tries left 3
+ echo 'Failed to send tokens. Sleeping for 2 secs. Tries left 3'
The text was updated successfully, but these errors were encountered:
It looks like there is no chains available that support cosmwasm_2_0 feature(wasmvm v2.0 or higher). I tried using
ghcr.io/cosmology-tech/starship/gaia:v19.2.0
image, but hermes fails at init when this version is used. Last logs ininit-relayer
:The text was updated successfully, but these errors were encountered: