Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

starport relayer connect fails with not enough balance. you need at least: 0 wayl #1530

Closed
mborodin opened this issue Sep 1, 2021 · 1 comment
Labels

Comments

@mborodin
Copy link

mborodin commented Sep 1, 2021

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
@salmad3
Copy link
Member

salmad3 commented Nov 14, 2023

Closing due to stale nature. Please reopen if otherwise.

@salmad3 salmad3 closed this as completed Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants