We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
So I initialized a new config and added Sentinel chain by doing this:
rly chains add sentinel
It generated a config with the following gas prices:
gas-prices: 0.01udvpn
although on Sentinel, the correct minimal-gas-price is 0.1udvpn.
Looking at the code, I see it's being generated here:
relayer/cregistry/chain_info.go
Line 302 in 4e4e953
I think the more correct approach would be to take it from the fee_tokens of the chain itself, like here on Sentinel: https://github.com/cosmos/chain-registry/blob/master/sentinel/chain.json#L17
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
So I initialized a new config and added Sentinel chain by doing this:
It generated a config with the following gas prices:
although on Sentinel, the correct minimal-gas-price is 0.1udvpn.
Looking at the code, I see it's being generated here:
relayer/cregistry/chain_info.go
Line 302 in 4e4e953
I think the more correct approach would be to take it from the fee_tokens of the chain itself, like here on Sentinel: https://github.com/cosmos/chain-registry/blob/master/sentinel/chain.json#L17
The text was updated successfully, but these errors were encountered: