forked from many-things/cw-hyperlane
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.example.yaml
144 lines (130 loc) · 3.27 KB
/
config.example.yaml
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
networks:
- id: 'localwasmd'
hrp: 'uwasm'
endpoint:
rpc: 'http://localhost:26657'
rest: 'http://localhost:1317'
grpc: 'http://localhost:9090'
gas:
price: '0.025'
denom: 'uwasm'
domain: 1063 # localwasmd -> ascii / decimal -> sum
- id: 'localosmosis'
hrp: 'osmo'
endpoint:
rpc: 'http://localhost:26657'
rest: 'http://localhost:1317'
grpc: 'http://localhost:9090'
gas:
price: '0.025'
denom: 'uosmo'
domain: 1304 # localosmosis -> ascii / decimal -> sum
- id: 'localneutron'
hrp: 'neutron'
endpoint:
rpc: 'http://localhost:26657'
rest: 'http://localhost:1317'
grpc: 'http://localhost:9090'
gas:
price: '0.025'
denom: 'untrn'
domain: 1302
signer: deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef
deploy:
ism:
# # hpl_ism_multisig
# type: multisig
# owner: <signer>
# validators:
# 5:
# addrs:
# - 2F47b319809A58bBBFa8e706171762eFBF168A62
# threshold: 1
# 420:
# addrs:
# - 2F47b319809A58bBBFa8e706171762eFBF168A62
# threshold: 1
# 421613:
# addrs:
# - 2F47b319809A58bBBFa8e706171762eFBF168A62
# threshold: 1
# # hpl_test_mock_ism
# type: "mock"
# # hpl_ism_aggregate
# type: "aggregate"
# owner: <signer>
# isms:
# - type: "mock"
# - type: "multisig"
# ...
# # hpl_ism_routing
# type: "routing"
# owner: <signer>
# isms:
# 5:
# type: "mock"
# 420:
# type: "multisig"
# ...
# 421613:
# type: "aggregate"
# ...
hooks:
default:
# same as required field.
required:
# # hpl_test_mock_hook
# type: "mock"
# # hpl_hook_fee
# type: "fee"
# owner: <signer> # you can use "<signer>" alias to owner field.
# fee:
# denom: uosmo
# amount: 1
# # hpl_hook_merkle
# type: "merkle"
# # hpl_hook_pausable
# type: "pausable"
# owner: <signer>
# paused: false
# # hpl_igp + hpl_igp_oracle
# type: "igp"
# token: "uosmo" # or default to gas token (in this case, uosmo will be set)
# configs:
# 5:
# exchange_rate: 1.0
# gas_price: 40000
# 420:
# exchange_rate: 1.4
# gas_price: 10322
# ...
# # hpl_hook_aggregate
# type: aggregate
# owner: <signer>
# hooks:
# - type: merkle
# - type: pausable
# owner: <signer>
# paused: false
# - type: fee
# owner: <signer>
# fee:
# denom: uosmo
# amount: 1
# # hpl_hook_routing / hpl_hook_routing_custom / hpl_hook_routing_fallback
# type: "routing"
# owner: <signer>
# hooks:
# 5:
# type: fee
# owner: <signer>
# fee:
# denom: uosmo
# amount: 1
# 420:
# type: "mock"
# custom_hooks: # optional
# 5:
# recipient: osmo1g3q542hpttdrj9aaczsq0tkl0uyfk7nkydklz6
# hook: osmo1g3q542hpttdrj9aaczsq0tkl0uyfk7nkydklz6
# fallback_hook: osmo1g3q542hpttdrj9aaczsq0tkl0uyfk7nkydklz6 # optional