-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-mainnet.toml
58 lines (52 loc) · 1.7 KB
/
config-mainnet.toml
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
[address_map.juno]
contract_address = "juno1yqm8q56hjv8sd4r37wdhkkdt3wu45gc5ptrjmd9k0nhvavl0354qwcf249"
relayer_address = "juno1rkhrfuq7k2k68k0hctrmv8efyxul6tgn8hny6y"
denom="ujuno"
warning_threshold=5000000
threshold=1000000
report_median = true
report_deviation = true
cron_interval="150s"
[address_map.secret]
contract_address = "secret179haa5uxgmsanuna2dapquwz3twylys394gz8e"
relayer_address = "secret1cm4wctlnkaszv7s5ccxuw50wuj3lg8lqn567sz"
denom="uscrt"
warning_threshold=5000000
threshold=1000000
report_median = true
report_deviation = true
cron_interval="180s"
[address_map.neutron]
contract_address = "neutron123lcmhhl79x9ghf2dallkvvxuqwl7fmp9g6avjzt2zyrvddme7eqsvtr07"
relayer_address = "neutron1xhmxhxekescrqrv54dp30vx3ngcc97pe9mq2k4"
denom="untrn"
warning_threshold=5000000
threshold=1000000
report_median = true
report_deviation = true
cron_interval="150s"
[address_map.comdex]
contract_address = "comdex1d9w3v30r26xuckatahmeelut92jl6uc8suzmlpp0dm08drwlskjscvg83a"
relayer_address = "comdex1nmps9c8j4zfzu572nv9fdlr3y40wm4ae88s8wy"
denom="ucmdx"
warning_threshold=5000000
threshold=1000000
report_median = true
report_deviation = true
cron_interval="200s"
[address_map.archway]
contract_address = "archway1c4nn5dl24fls0gspcuakuk8qtgpsmygxvq3jf5ua9tfxe78vg60s6jzndv"
relayer_address = "archway1ner6kc63xl903wrv2n8p9mtun79gegjl6wtgen"
denom="uarch"
#balance check not required as network supported by feegrant
warning_threshold=0
threshold=0
report_median = true
report_deviation = true
cron_interval="200s"
[network_rpc]
juno = "https://juno-api.polkachu.com"
secret ="http://localhost:3000"
neutron = "https://lcd-neutron.whispernode.com"
comdex = "https://comdex-api.polkachu.com/"
archway = "https://api.mainnet.archway.io"