When using the following settings with the 0.2.2 helm chart:
chains:
- id: cosmoshub-test
name: cosmoshub
faucet:
enabled: true
type: starship
The faucet container in the cosmoshub-test pod fails to start:
{"level":"error","ts":1718310048.524163,"caller":"app/distributor.go:286","msg":"send token failed","cmd":"gaiad tx bank send cosmos1vhdew4wqu3tp8l2d55aqcc73aqvr0rr9yk4a0l cosmos1prdhkqcdzz2dqp3qwpmecna6e7faghkkqk2p9p 80000000000stake --chain-id=gaialocal --fees=10000000uatom --keyring-backend=test --gas=auto --gas-adjustment=1.5 --yes --node=http://localhost:26657","error":"err: exit status 1, stderr: Error: rpc error: code = Unknown desc = rpc error: code = Unknown desc = failed to execute message; message index: 0: 0stake is smaller than 80000000000stake: insufficient funds
2024-06-13 16:15:36 err: exit status 1, stderr: Error: rpc error: code = Unknown desc = rpc error: code = Unknown desc = failed to execute message; message index: 0: 0stake is smaller than 80000000000stake: insufficient funds [cosmos/cosmos-sdk@v0.45.16/x/bank/keeper/send.go:186] With gas wanted: '0' and gas used: '60680' : unknown request
The @cosmjs/faucet faucet works, but does not support sending tokens to ICA addresses. See this pull request for an upstream fix: cosmos/cosmjs#1593
When using the following settings with the 0.2.2 helm chart:
The faucet container in the cosmoshub-test pod fails to start:
The
@cosmjs/faucetfaucet works, but does not support sending tokens to ICA addresses. See this pull request for an upstream fix: cosmos/cosmjs#1593