Forked from kaisbaccour/gist:68dbd3cee914146b6c777241929e01cf
Created
May 13, 2023 18:29
-
-
Save faddat/dfccd986f039174f565de3e621459a56 to your computer and use it in GitHub Desktop.
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
[global] | |
log_level = 'debug' | |
[mode] | |
[mode.clients] | |
enabled = true | |
refresh = true | |
misbehaviour = false | |
[mode.connections] | |
enabled = false | |
[mode.channels] | |
enabled = false | |
[mode.packets] | |
enabled = true | |
clear_interval = 150 | |
clear_on_start = false | |
tx_confirmation = false | |
[rest] | |
enabled = true | |
host = '127.0.0.1' | |
port = 3000 | |
[telemetry] | |
enabled = true | |
host = '127.0.0.1' | |
port = 3001 | |
[[chains]] | |
id = 'nois-testnet-005' | |
memo_prefix = 'Relayed by Katarina' | |
rpc_addr = 'https://nois-testnet-rpc.itrocket.net:443' | |
grpc_addr = 'http://nois-testnet-grpc.itrocket.net:21090' | |
websocket_addr = 'https://nois-testnet-rpc.polkachu.com/websocket' | |
rpc_timeout = '20s' | |
account_prefix = 'nois' | |
key_name = 'mynoiskey' | |
store_prefix = 'ibc' | |
max_tx_size = 180000 | |
max_msg_num=15 | |
max_gas= 2000000 | |
gas_price = { price = 0.05, denom = 'unois' } | |
gas_multiplier = 1.2 | |
max_block_time = '3s' | |
clock_drift = '5s' | |
trusting_period = '14days' | |
trust_threshold = { numerator = '1', denominator = '3' } | |
[chains.packet_filter] | |
policy = 'allow' | |
list = [ | |
# ['wasm.nois1c9l6qcl82u7zkgjduj2snfuv5rz6jzwsumw4nktgytzclazujc6qc05p5j', 'channel-6'], | |
] | |
[[chains]] | |
id = 'uni-6' | |
memo_prefix = 'Relayed by Katarina' | |
rpc_addr = 'https://rpc.uni.junonetwork.io:443' | |
grpc_addr = 'http://juno-testnet-grpc.polkachu.com:12690' | |
websocket_addr = 'wss://juno-testnet-rpc.polkachu.com/websocket' | |
rpc_timeout = '20s' | |
account_prefix = 'juno' | |
key_name = 'juno' | |
store_prefix = 'ibc' | |
max_tx_size = 180000 | |
max_msg_num=15 | |
max_gas= 2000000 | |
gas_price = { price = 0.025, denom = 'ujunox' } | |
gas_multiplier = 1.2 | |
max_block_time = '10s' | |
clock_drift = '5s' | |
trusting_period = '14days' | |
trust_threshold = { numerator = '1', denominator = '3' } | |
[chains.packet_filter] | |
policy = 'allow' | |
list = [ | |
# nois | |
['wasm.juno17ux7ttvateffn206mp470ue8tajlxmwu3qqghp9kd8zmsgle7szsfrsu4f', 'channel-178'] | |
] | |
[[chains]] | |
id = 'injective-888' | |
memo_prefix = 'Relayed by Katarina ' | |
rpc_addr = 'https://k8s.testnet.tm.injective.network:443' | |
grpc_addr = 'https://k8s.testnet.chain.grpc.injective.network:443' | |
#websocket_addr = 'wss://juno-testnet-rpc.polkachu.com/websocket' | |
websocket_addr = 'wss://k8s.testnet.chain.grpc.injective.network:443/websocket' | |
rpc_timeout = '20s' | |
account_prefix = 'inj' | |
key_name = 'inj' | |
store_prefix = 'ibc' | |
max_tx_size = 180000 | |
max_msg_num=15 | |
max_gas= 900000000 | |
gas_price = { price = 700000000, denom = 'inj' } | |
gas_multiplier = 1.2 | |
max_block_time = '10s' | |
clock_drift = '5s' | |
trusting_period = '14days' | |
trust_threshold = { numerator = '1', denominator = '3' } | |
[chains.packet_filter] | |
policy = 'allow' | |
list = [ | |
# nois | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment