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 managed to setup relayer two local networks and successfully setup a connection.
I can transfer tokens from ibc-0 chain to ibc-1 but when ibc-1 testkey address balance is queried with rly q bal ibc-1
this is the error I get:
When I query the address balance using wasmd query bank balances wasm1mcnxyh7xht5kvmlcwplk8zwfsknxlekqqej77d
the transferred token is shown in the result.
The reason is that the coin denom regex does not support '-' character, but cross-chain coin denom contains channel id, and it contains '-', So either change the denom regex or change channel id rule! Latest version of cosmos-sdk is v0.40.1, you can modify denom regex by function SetCoinDenomRegex before build gaia and relayer
relayer:
wasmd:
I managed to setup relayer two local networks and successfully setup a connection.
I can transfer tokens from ibc-0 chain to ibc-1 but when ibc-1 testkey address balance is queried with
rly q bal ibc-1
this is the error I get:
When I query the address balance using
wasmd query bank balances wasm1mcnxyh7xht5kvmlcwplk8zwfsknxlekqqej77d
the transferred token is shown in the result.
The text was updated successfully, but these errors were encountered: