-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrelayer.toml.example
65 lines (55 loc) · 1.87 KB
/
relayer.toml.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[starknet_chain_config]
poll_interval = "40s"
block_time = { secs = 30, nanos = 0 }
json_rpc_url = "https://starknet-sepolia.public.blastapi.io/rpc/v0_8"
# json_rpc_url = "https://starknet-sepolia.reddio.com/rpc/v0_8"
# -- to be filled
# private information
# toml file containing the `account_address`, `public_key` and `signing_key` as Felt
relayer_wallet = ""
[starknet_chain_config.contract_classes]
# -- to be filled
erc20 = ""
ics20 = ""
ibc_client = ""
[starknet_chain_config.contract_addresses]
# -- to be filled
ibc_client = ""
ibc_core = ""
ibc_ics20 = ""
[cosmos_chain_config]
id = 'osmo-test-5'
account_prefix = 'osmo'
store_prefix = 'ibc'
rpc_timeout = { secs = 10, nanos = 0 }
address_type = 'cosmos'
max_msg_num = 4
max_tx_size = 1048576
rpc_addr = 'https://rpc.testnet.osmosis.zone'
# rpc_addr = 'https://rpc.osmotest5.osmosis.zone'
grpc_addr = 'https://grpc.testnet.osmosis.zone'
event_source = { mode = 'push', url = 'wss://rpc.testnet.osmosis.zone/websocket' }
# -- to be filled
# private information
# hermes-v1 key should be present at `<key_store_folder>/<key_name>.json`
key_store_folder = ""
key_name = ''
# https://www.mintscan.io/osmosis-testnet
block_time = { secs = 0, nanos = 520000000 }
clock_drift = { secs = 1, nanos = 0 }
max_block_time = { secs = 10, nanos = 0 }
compat_mode = "v0.37"
extension_options = [ ]
poll_interval = { secs = 1, nanos = 0 }
[cosmos_chain_config.gas_config]
default_gas = 200000
max_gas = 400000
gas_multiplier = 1.25
gas_price = { price = 0.0025, denom = 'uosmo' }
fee_granter = ''
dynamic_gas_config = { multiplier = 1.1, max = 1.6, eip_query_type = "Osmosis", denom = "uosmo" }
[cosmos_chain_config.gas_config.max_fee]
amount = [ { amount = "25000", denom = 'uosmo' } ]
gas_limit = 400000
payer = ''
granter = ''