Created
July 30, 2023 17:01
-
-
Save kaisbaccour/ac44e29cc49e8a02f8189e11ffe07424 to your computer and use it in GitHub Desktop.
hermes nois-1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[chains]] | |
id = 'nois-1' | |
address_type = { derivation = 'cosmos' } | |
memo_prefix = 'Relayed by Katarina' | |
ccv_consumer_chain = false | |
event_source = { mode = 'pull', interval = '1s' } | |
rpc_addr = 'https://nois-rpc.nysa.network:443' | |
grpc_addr = 'http://nois-grpc.polkachu.com:17390' | |
#websocket_addr = 'wss://juno-testnet-rpc.polkachu.com/websocket' | |
rpc_timeout = '20s' | |
account_prefix = 'nois' | |
key_name = 'nois' | |
store_prefix = 'ibc' | |
max_tx_size = 180000 | |
max_msg_num=15 | |
max_gas= 6000000 | |
gas_price = { price = 0.05, denom = 'unois' } | |
gas_multiplier = 1.2 | |
max_block_time = '5s' | |
clock_drift = '5s' | |
trusting_period = '14days' | |
trust_threshold = { numerator = '1', denominator = '3' } | |
[chains.packet_filter] | |
policy = "allowall" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment