forked from umee-network/umee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
starport.ci.beta.yml
53 lines (53 loc) · 1.62 KB
/
starport.ci.beta.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
build:
binary: "umeed"
main: "./cmd/umeed"
genesis:
chain_id: "umee-local-beta-testnet"
app_state:
staking:
params:
bond_denom: "uumee"
leverage:
registry:
- base_denom: "uumee"
symbol_denom: "UMEE"
exponent: 6
reserve_factor: "0.100000000000000000"
collateral_weight: "0.050000000000000000"
base_borrow_rate: "0.020000000000000000"
kink_borrow_rate: "0.200000000000000000"
max_borrow_rate: "1.50000000000000000"
kink_utilization_rate: "0.200000000000000000"
liquidation_incentive: "0.180000000000000000"
- base_denom: "ibc/FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"
symbol_denom: "ATOM"
exponent: 6
reserve_factor: "0.100000000000000000"
collateral_weight: "0.050000000000000000"
base_borrow_rate: "0.020000000000000000"
kink_borrow_rate: "0.200000000000000000"
max_borrow_rate: "1.50000000000000000"
kink_utilization_rate: "0.200000000000000000"
liquidation_incentive: "0.180000000000000000"
# peggy:
# params:
# bridge_ethereum_address: ""
# bridge_contract_start_height: ""
# bridge_chain_id: ""
accounts:
- name: alice
coins: ["39000000000000uumee"]
- name: bob
coins: ["5500000000000uumee"]
- name: faucet
coins: ["5500000000000uumee"]
validator:
name: alice
staked: "33500000000000uumee"
servers:
dev-ui-address: "localhost:12345"
faucet:
port: 4500
name: "faucet"
coins: ["5500000000000uumee"]
coins_max: ["1000000000uumee"]