-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
70 lines (70 loc) · 3.21 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
accounts:
- name: alice
coins: ["20000token", "12000000000000stake"]
mnemonic: glimpse black injury curtain switch immune flip remove bag company speed title they can tennis round fine duck sibling crucial top uncover approve donor
- name: bob
coins: ["10000token", "12000000000000stake"]
mnemonic: total guard shrimp clip cruel broccoli cart frown awesome behind sick accident add rival token second prize result love eyebrow sort balcony model poet
- name: oracle1
coins: ["10000token", "2000000000stake"]
mnemonic: list split future remain scene cheap pledge forum siren purse bright ivory split morning swing dumb fabric rapid remove worth diary task island donkey
- name: oracle2
coins: ["10000token", "2000000000stake"]
mnemonic: achieve rice anger junk delay glove slam find poem feed emerge next core twice kitchen road proof remain notice slice walk super piece father
- name: oracle3
coins: ["10000token", "2000000000stake"]
mnemonic: hint expose mix lemon leave genuine host fiction peasant daughter enable region mixture bean soda auction armed turtle iron become bracket wasp drama front
- name: oracle4
coins: ["10000token", "2000000000stake"]
mnemonic: clown cabbage clean design mosquito surround citizen virus kite castle sponsor wife lesson coffee alien panel hand together good crazy fabric mouse hat town
- name: actioner1
coins: ["10000token", "2000000000stake"]
mnemonic: boost festival prize turn skate inspire alley opinion blush bright month weekend cage village refuse room remind resource legal favorite entire right convince prison
- name: actioner2
coins: ["10000token", "2000000000stake"]
mnemonic: oyster green arrange wave elegant oven jaguar pass quote profit miracle interest emotion match express merit clock wrestle reunion punch memory action upper draft
- name: actioner3
coins: ["10000token", "2000000000stake"]
mnemonic: first educate action fee physical seek recipe hub anxiety best mango measure chimney sphere once cabbage strike dizzy near knock correct answer skin inside
validator:
name: alice
staked: "2000000000stake"
client:
openapi:
path: "docs/static/openapi.yml"
typescript:
path: "ts-client"
vuex:
path: "vue/src/store"
faucet:
name: bob
coins: ["5token", "100000stake"]
genesis:
app_state:
nftmngr:
nft_fee_config:
schema_fee:
fee_amount: "200000000stake"
fee_distributions:
- method: "BURN"
portion: 0.5
- method: "REWARD_POOL"
portion: 0.5
nftoracle:
oracle_config:
minimum_confirmation: 4
params:
mint_request_active_duration: "120s"
action_request_active_duration: "120s"
verify_request_active_duration: "120s"
nftadmin:
authorization:
root_admin: 6nft1q3566qhn4hnjf8l0zt90daew2ade2yc6l5usaq
build:
binary: "sixnftd"
main: "cmd/sixnftd"
ldflags:
- '-X "github.com/cosmos/cosmos-sdk/version.BuildTags=netgo,ledger"'
tags:
- netgo
- ledger