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
Describe the bug
I have followed this tutorial and created my own coin wayl. I have following relayer config:
mnemonic: >-
drop exchange property laundry blade little rabbit sheriff rotate palm imitate
slight figure pave slush jacket surface hold fire manage seat knife rule
pudding
chains:
- chainId: blockchainpoc
rpcAddr: http://localhost:26657
addressPrefix: wayl
gasPrice: 0.0wayl
gasLimit: 300000
- chainId: cosmoshub-testnet
rpcAddr: https://rpc.testnet.cosmos.network/
addressPrefix: cosmos
gasPrice: 0.0stake
gasLimit: 300000
paths:
- path:
id: blockchainpoc-cosmoshub-testnet
isLinked: false
src:
chainID: blockchainpoc
portID: transfer
dst:
chainID: cosmoshub-testnet
portID: transfer
options:
sourcePort: transfer
sourceVersion: ics20-1
targetPort: transfer
targetVersion: ics20-1
ordering: ORDER_UNORDERED
But when I try to run starport relayer connect I receive error:
---------------------------------------------
Linking chains
---------------------------------------------
x Failed to link chains in 1 paths.
- blockchainpoc-cosmoshub-testnet failed with error: not enough balance. you need at least: 0 wayl (blockchainpoc)
No paths to connect.
How can I fix this?
Please provide output of commands
starport version
starport version v0.17.3 linux/amd64 -build date: 2021-08-19T09:13:08Z
go version
go version go1.16.2 linux/amd64
uname -a
Linux MBO 5.4.72-microsoft-standard-WSL2 add linter and add linting in ci #1 SMP Wed Oct 28 23:40:43 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
Describe the bug
I have followed this tutorial and created my own coin wayl. I have following relayer config:
But when I try to run starport relayer connect I receive error:
How can I fix this?
Please provide output of commands
starport version
starport version v0.17.3 linux/amd64 -build date: 2021-08-19T09:13:08Z
go version
go version go1.16.2 linux/amd64
uname -a
Linux MBO 5.4.72-microsoft-standard-WSL2 add linter and add linting in ci #1 SMP Wed Oct 28 23:40:43 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: