-
Notifications
You must be signed in to change notification settings - Fork 16
/
config.yml
135 lines (135 loc) · 3.57 KB
/
config.yml
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
# just used for local test
version: 1
accounts:
- name: treasury
coins:
- 10000000000000000000000000asetl
- 10000000000000000000000000uusdc # fake USDC
mnemonic: equal broken goose strong twenty upgrade cool pen run opinion gain brick husband repeat magnet foam creek purse alcohol this margin lunch hip birth
- name: bob
coins:
- 10000000000000000000000000asetl
- 10000000000000000000000000uusdc
mnemonic: police tube stay federal expire veteran roof fossil simple purse ridge knee wheel topple omit review spider public tone prosper side imitate auto inhale
- name: faucet
coins:
- 10000000000000000000000000asetl
- 10000000000000000000000000uusdc
mnemonic: island club point history solution tonight festival maid zebra business nasty clap spirit science excess win caution hand embrace heavy snow derive nuclear head
client:
typescript:
path: ts-client
hooks:
path: react/src/hooks
build:
main: cmd/settlusd
binary: settlusd
proto:
path: proto
third_party_paths:
- third_party/proto
- proto_vendor
genesis:
app_state:
crisis:
constant_fee:
denom: asetl
evm:
params:
evm_denom: asetl
erc20:
params:
enable_erc20: true
feemarket:
block_gas: 1000000000000
params:
base_fee: "1000000000"
base_fee_change_denominator: 4
min_gas_price: "1000000000"
gov:
deposit_params:
max_deposit_period: "600s" # 10 minutes
min_deposit:
- amount: "100"
denom: asetl
voting_params:
voting_period: "600s" # 10 minutes
distribution:
params:
community_tax: "0.2"
base_proposer_reward: "0"
bonus_proposer_reward: "0"
mint:
params:
mint_denom: asetl
block_reward: "5000000000000000000"
staking:
params:
bond_denom: asetl
min_commission_rate: "0.0"
max_validators: 40
settlement:
params:
gas_prices:
- amount: "1"
denom: uusdc
- amount: "0.0001"
denom: setl
oracle_fee_percentage: "1"
supported_chains:
- chain_id: "1"
chain_name: "ethereum"
chain_url: "https://ethereum.org"
tenants:
- id: "0"
denom: eBLUC
admins:
- settlus12g8w5dr5jyncct8jwdxwsy2g9ktdrjjlcs5f0a
payout_period: 10
payout_method: mintable_contract
nftownership:
params:
allowedChainIds:
- "1"
- "5"
oracle:
params:
vote_period: 2
vote_threshold: "0.5"
slash_fraction: "0.01"
slash_window: 604800
max_miss_count_per_slash_window: 302400
chain_id: settlus_5371-1
consensus_params:
block:
max_gas: "10000000000000000"
validators:
- name: treasury
bonded: 100000000000000000000asetl
app:
api:
swagger: true
max-open-connections: "100"
grpc:
enable: true
evm-rpc:
address: 0.0.0.0:8545
ws-address: 0.0.0.0:8546
json-rpc:
enable: true
api: "eth,net,web3,txpool,debug,personal"
minimum-gas-prices: 1setl
config:
fees: 210000000000000asetl
moniker: treasury-node
p2p:
seeds: ""
consensus:
timeout_propose: "1s"
timeout_propose_delta: "500ms"
timeout_prevote: "1s"
timeout_prevote_delta: "500ms"
timeout_precommit: "1s"
timeout_precommit_delta: "500ms"
timeout_commit: "2s"
home: $HOME/.settlus