forked from tendermint/spn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade config files (tendermint#978)
* config * proto * config 2
- Loading branch information
Showing
25 changed files
with
212 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,142 +1,164 @@ | ||
version: 1 | ||
build: | ||
proto: | ||
path: proto | ||
third_party_paths: | ||
- third_party/proto | ||
- proto_vendor | ||
accounts: | ||
- name: alice | ||
mnemonic: "slide moment original seven milk crawl help text kick fluid boring awkward doll wonder sure fragile plate grid hard next casual expire okay body" | ||
coins: ["200000000uspn"] | ||
- name: bob | ||
mnemonic: "trap possible liquid elite embody host segment fantasy swim cable digital eager tiny broom burden diary earn hen grow engine pigeon fringe claim program" | ||
coins: ["200000000uspn"] | ||
- name: carol | ||
mnemonic: "great immense still pill defense fetch pencil slow purchase symptom speed arm shoot fence have divorce cigar rapid hen vehicle pear evolve correct nerve" | ||
coins: ["200000000uspn"] | ||
- name: dave | ||
mnemonic: "resist portion leisure lawn shell lunch inhale start pupil add fault segment hour dwarf toddler insect frame math remove twist easy paddle nice rhythm" | ||
coins: ["200000000uspn"] | ||
- name: joe | ||
mnemonic: "diary behind allow lawn loop assault armor survey media toe rural mass skull way crater tobacco pair glare window soon lift pistol fitness annual" | ||
coins: ["200000000uspn"] | ||
- name: steve | ||
mnemonic: "initial aisle blush gift shuffle hat solar dove dwarf soup credit acid update seed mercy thumb swear main verb image dove rose chat inmate" | ||
coins: ["200000000uspn"] | ||
- name: olivia | ||
mnemonic: "dinosaur submit around jacket movie garden crash weather matter option time cabbage butter mind skin nature ride mosquito seat lock elephant merit empower come" | ||
coins: ["200000000uspn"] | ||
validator: | ||
name: alice | ||
staked: "100000000uspn" | ||
- name: alice | ||
coins: | ||
- 200000000uspn | ||
mnemonic: slide moment original seven milk crawl help text kick fluid boring awkward | ||
doll wonder sure fragile plate grid hard next casual expire okay body | ||
- name: bob | ||
coins: | ||
- 200000000uspn | ||
mnemonic: trap possible liquid elite embody host segment fantasy swim cable digital | ||
eager tiny broom burden diary earn hen grow engine pigeon fringe claim program | ||
- name: carol | ||
coins: | ||
- 200000000uspn | ||
mnemonic: great immense still pill defense fetch pencil slow purchase symptom speed | ||
arm shoot fence have divorce cigar rapid hen vehicle pear evolve correct nerve | ||
- name: dave | ||
coins: | ||
- 200000000uspn | ||
mnemonic: resist portion leisure lawn shell lunch inhale start pupil add fault segment | ||
hour dwarf toddler insect frame math remove twist easy paddle nice rhythm | ||
- name: joe | ||
coins: | ||
- 200000000uspn | ||
mnemonic: diary behind allow lawn loop assault armor survey media toe rural mass | ||
skull way crater tobacco pair glare window soon lift pistol fitness annual | ||
- name: steve | ||
coins: | ||
- 200000000uspn | ||
mnemonic: initial aisle blush gift shuffle hat solar dove dwarf soup credit acid | ||
update seed mercy thumb swear main verb image dove rose chat inmate | ||
- name: olivia | ||
coins: | ||
- 200000000uspn | ||
mnemonic: dinosaur submit around jacket movie garden crash weather matter option | ||
time cabbage butter mind skin nature ride mosquito seat lock elephant merit empower | ||
come | ||
faucet: | ||
name: bob | ||
coins: ["100000uspn"] | ||
coins: | ||
- 100000uspn | ||
host: 0.0.0.0:4500 | ||
genesis: | ||
chain_id: spn-1 | ||
app_state: | ||
bank: | ||
denom_metadata: | ||
- description: "The native staking token of Starport Network" | ||
display: "spn" | ||
base: "uspn" | ||
name: "Starport Network" | ||
symbol: "SPN" | ||
denom_units: | ||
- denom: "uspn" | ||
aliases: | ||
- "microspn" | ||
exponent: "0" | ||
- denom: "mspn" | ||
aliases: | ||
- "millispn" | ||
exponent: "3" | ||
- denom: "spn" | ||
exponent: "6" | ||
staking: | ||
params: | ||
bond_denom: "uspn" | ||
- base: uspn | ||
denom_units: | ||
- aliases: | ||
- microspn | ||
denom: uspn | ||
exponent: "0" | ||
- aliases: | ||
- millispn | ||
denom: mspn | ||
exponent: "3" | ||
- denom: spn | ||
exponent: "6" | ||
description: The native staking token of Starport Network | ||
display: spn | ||
name: Starport Network | ||
symbol: SPN | ||
claim: | ||
airdropSupply: | ||
amount: "1000" | ||
denom: drop | ||
claimRecords: | ||
- address: spn1ezptsm3npn54qx9vvpah4nymre59ykr9exx2ul | ||
claimable: "400" | ||
- address: spn1aqn8ynvr3jmq67879qulzrwhchq5dtrvtx0nhe | ||
claimable: "500" | ||
- address: spn1pkdk6m2nh77nlaep84cylmkhjder3arey7rll5 | ||
claimable: "100" | ||
initialClaim: | ||
enabled: true | ||
missionID: "0" | ||
missions: | ||
- description: initial claim | ||
missionID: "0" | ||
weight: "0.2" | ||
- description: staking | ||
missionID: "1" | ||
weight: "0.5" | ||
- description: voting | ||
missionID: "2" | ||
weight: "0.3" | ||
crisis: | ||
constant_fee: | ||
denom: "uspn" | ||
denom: uspn | ||
fundraising: | ||
params: | ||
auction_creation_fee: | ||
- amount: "100" | ||
denom: uspn | ||
gov: | ||
deposit_params: | ||
min_deposit: | ||
- "amount": "1" | ||
"denom": "uspn" | ||
- amount: "1" | ||
denom: uspn | ||
launch: | ||
params: | ||
launchTimeRange: | ||
minLaunchTime: 5s | ||
revertDelay: 5s | ||
mint: | ||
params: | ||
mint_denom: "uspn" | ||
distribution_proportions: | ||
staking: "0.300000000000000000" | ||
funded_addresses: "0.400000000000000000" | ||
community_pool: "0.300000000000000000" | ||
funded_addresses: "0.400000000000000000" | ||
staking: "0.300000000000000000" | ||
funded_addresses: | ||
- address: "spn1ezptsm3npn54qx9vvpah4nymre59ykr9exx2ul" # alice | ||
weight: "0.400000000000000000" | ||
- address: "spn1aqn8ynvr3jmq67879qulzrwhchq5dtrvtx0nhe" # bob | ||
weight: "0.300000000000000000" | ||
- address: "spn1pkdk6m2nh77nlaep84cylmkhjder3arey7rll5" # carol | ||
weight: "0.300000000000000000" | ||
launch: | ||
params: | ||
revertDelay: "5s" | ||
launchTimeRange: | ||
minLaunchTime: "5s" | ||
fundraising: | ||
params: | ||
auction_creation_fee: | ||
- amount: "100" | ||
denom: "uspn" | ||
- address: spn1ezptsm3npn54qx9vvpah4nymre59ykr9exx2ul | ||
weight: "0.400000000000000000" | ||
- address: spn1aqn8ynvr3jmq67879qulzrwhchq5dtrvtx0nhe | ||
weight: "0.300000000000000000" | ||
- address: spn1pkdk6m2nh77nlaep84cylmkhjder3arey7rll5 | ||
weight: "0.300000000000000000" | ||
mint_denom: uspn | ||
monitoringp: | ||
params: | ||
lastBlockHeight: "1" | ||
consumerChainID: "orbit-1" | ||
consumerUnbondingPeriod: "2" | ||
consumerChainID: orbit-1 | ||
consumerRevisionHeight: "1" | ||
consumerUnbondingPeriod: "2" | ||
lastBlockHeight: "1" | ||
participation: | ||
params: | ||
allocationPrice: | ||
bonded: "1000" | ||
participationTierList: | ||
- tierID: "1" | ||
requiredAllocations: "1" | ||
benefits: | ||
maxBidAmount: "1000" | ||
- tierID: "2" | ||
requiredAllocations: "2" | ||
benefits: | ||
maxBidAmount: "2000" | ||
- tierID: "3" | ||
requiredAllocations: "5" | ||
benefits: | ||
maxBidAmount: "10000" | ||
- tierID: "4" | ||
requiredAllocations: "10" | ||
benefits: | ||
maxBidAmount: "30000" | ||
# represents 1/3 of the default unbonding period (21 days): one week | ||
registrationPeriod: "604800s" | ||
# represents 2/3 of the default unbonding period (21 days): two weeks | ||
withdrawalDelay: "1209600s" | ||
claim: | ||
airdropSupply: | ||
amount: "1000" | ||
denom: "drop" | ||
claimRecords: | ||
- address: "spn1ezptsm3npn54qx9vvpah4nymre59ykr9exx2ul" # alice | ||
claimable: "400" | ||
- address: "spn1aqn8ynvr3jmq67879qulzrwhchq5dtrvtx0nhe" # bob | ||
claimable: "500" | ||
- address: "spn1pkdk6m2nh77nlaep84cylmkhjder3arey7rll5" # carol | ||
claimable: "100" | ||
missions: | ||
- missionID: "0" | ||
description: "initial claim" | ||
weight: "0.2" | ||
- missionID: "1" | ||
description: "staking" | ||
weight: "0.5" | ||
- missionID: "2" | ||
description: "voting" | ||
weight: "0.3" | ||
initialClaim: | ||
enabled: true | ||
missionID: "0" | ||
- benefits: | ||
maxBidAmount: "1000" | ||
requiredAllocations: "1" | ||
tierID: "1" | ||
- benefits: | ||
maxBidAmount: "2000" | ||
requiredAllocations: "2" | ||
tierID: "2" | ||
- benefits: | ||
maxBidAmount: "10000" | ||
requiredAllocations: "5" | ||
tierID: "3" | ||
- benefits: | ||
maxBidAmount: "30000" | ||
requiredAllocations: "10" | ||
tierID: "4" | ||
registrationPeriod: 604800s | ||
withdrawalDelay: 1209600s | ||
staking: | ||
params: | ||
bond_denom: uspn | ||
chain_id: spn-1 | ||
validators: | ||
- name: alice | ||
bonded: 100000000uspn | ||
client: | ||
typescript: | ||
path: "ignite-ui/src/generated" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,69 @@ | ||
# This configuration file includes the options from config.yml but exposes different ports for the server | ||
# So another chain can be served with default ports on the same machine (ex: using local `ignite network` commands) | ||
|
||
version: 1 | ||
build: | ||
binary: spn2d | ||
proto: | ||
path: proto | ||
third_party_paths: | ||
- third_party/proto | ||
- proto_vendor | ||
accounts: | ||
- name: alice | ||
mnemonic: "slide moment original seven milk crawl help text kick fluid boring awkward doll wonder sure fragile plate grid hard next casual expire okay body" | ||
coins: ["200000000uspn"] | ||
- name: bob | ||
mnemonic: "trap possible liquid elite embody host segment fantasy swim cable digital eager tiny broom burden diary earn hen grow engine pigeon fringe claim program" | ||
coins: ["200000000uspn"] | ||
validator: | ||
name: alice | ||
staked: "100000000uspn" | ||
- name: alice | ||
coins: | ||
- 200000000uspn | ||
mnemonic: slide moment original seven milk crawl help text kick fluid boring awkward | ||
doll wonder sure fragile plate grid hard next casual expire okay body | ||
- name: bob | ||
coins: | ||
- 200000000uspn | ||
mnemonic: trap possible liquid elite embody host segment fantasy swim cable digital | ||
eager tiny broom burden diary earn hen grow engine pigeon fringe claim program | ||
faucet: | ||
name: bob | ||
coins: ["100000uspn"] | ||
coins: | ||
- 100000uspn | ||
host: 0.0.0.0:4500 | ||
port: 4502 | ||
genesis: | ||
chain_id: spn-1 | ||
app_state: | ||
staking: | ||
params: | ||
bond_denom: "uspn" | ||
crisis: | ||
constant_fee: | ||
denom: "uspn" | ||
denom: uspn | ||
gov: | ||
deposit_params: | ||
min_deposit: | ||
- "amount": "1" | ||
"denom": "uspn" | ||
mint: | ||
params: | ||
mint_denom: "uspn" | ||
- amount: "1" | ||
denom: uspn | ||
launch: | ||
params: | ||
revertDelay: "5s" | ||
launchTimeRange: | ||
minLaunchTime: "5s" | ||
minLaunchTime: 5s | ||
revertDelay: 5s | ||
mint: | ||
params: | ||
mint_denom: uspn | ||
monitoringp: | ||
params: | ||
lastBlockHeight: "1" | ||
consumerChainID: "orbit-1" | ||
consumerUnbondingPeriod: "2" | ||
consumerChainID: orbit-1 | ||
consumerRevisionHeight: "1" | ||
host: | ||
rpc: ":26661" | ||
p2p: ":26660" | ||
prof: ":6062" | ||
grpc: ":9094" | ||
grpc-web: ":9095" | ||
api: ":1319" | ||
build: | ||
binary: "spn2d" | ||
consumerUnbondingPeriod: "2" | ||
lastBlockHeight: "1" | ||
staking: | ||
params: | ||
bond_denom: uspn | ||
chain_id: spn-1 | ||
validators: | ||
- name: alice | ||
bonded: 100000000uspn | ||
app: | ||
api: | ||
address: :1319 | ||
grpc: | ||
address: :9094 | ||
grpc-web: | ||
address: :9095 | ||
config: | ||
p2p: | ||
laddr: :26660 | ||
rpc: | ||
laddr: :26661 | ||
pprof_laddr: :6062 |
Oops, something went wrong.