Skip to content

Commit

Permalink
update configration
Browse files Browse the repository at this point in the history
  • Loading branch information
soring323 committed May 16, 2023
1 parent a4c0fd9 commit 702daa6
Show file tree
Hide file tree
Showing 9 changed files with 4,583 additions and 6,019 deletions.
2 changes: 1 addition & 1 deletion cmd/sidechaind/cmd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func TestInitCmd(t *testing.T) {
"init", // Test the init cmd
"sidechain-test", // Moniker
fmt.Sprintf("--%s=%s", cli.FlagOverwrite, "true"), // Overwrite genesis.json, in case it already exists
fmt.Sprintf("--%s=%s", flags.FlagChainID, "sidechain_7070-1"),
fmt.Sprintf("--%s=%s", flags.FlagChainID, "sidehub-1818-1"),
})

err := svrcmd.Execute(rootCmd, "sidechaind", app.DefaultNodeHome)
Expand Down
46 changes: 26 additions & 20 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,26 @@ build:
proto:
path: proto
third_party_paths:
- third_party/proto
- proto_vendor
- third_party/proto
- proto_vendor
accounts:
- name: alice
coins:
- 990000000000000000000000aside
- name: bob
mnemonic: actress letter whip youth flip sort announce chief traffic side destroy seek parade warrior awake scan panther nominee harsh spawn differ enroll glue become
coins:
- 10000000000000000000000aside
- name: alice
coins:
- 100000000000000000000000aside
- 100000000000000000000000usdt
- 100000000000000000000000usdc
- 100000000000000000000000eth
- name: bob
mnemonic: actress letter whip youth flip sort announce chief traffic side destroy seek parade warrior awake scan panther nominee harsh spawn differ enroll glue become
coins:
- 10000000000000000000000aside
- 10000000000000000000000usdt
- 10000000000000000000000usdc
- 10000000000000000000000eth
faucet:
name: bob
coins:
- 10aside
- 10aside
host: 0.0.0.0:4500
genesis:
app_state:
Expand All @@ -30,26 +36,26 @@ genesis:
gov:
deposit_params:
min_deposit:
- amount: "10000000"
denom: aside
- amount: "10000000"
denom: aside
mint:
params:
mint_denom: aside
staking:
params:
bond_denom: aside
chain_id: sidechain_7070-1
chain_id: sidehub_1818-1
consensus_params:
block:
max_gas: "100000000"
validators:
- name: alice
bonded: 10000000000000000000000aside
app:
evm-rpc:
address: 0.0.0.0:8545
ws-address: 0.0.0.0:8546
home: $HOME/.sidechaind
- name: alice
bonded: 10000000000000000000000aside
app:
evm-rpc:
address: 0.0.0.0:8545
ws-address: 0.0.0.0:8546
home: $HOME/.sidechaind
client:
openapi:
path: "docs/static/openapi.yml"
57 changes: 33 additions & 24 deletions config2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,33 @@ build:
proto:
path: proto
third_party_paths:
- third_party/proto
- proto_vendor
- third_party/proto
- proto_vendor
accounts:
- name: alice
coins:
- 990000000000000000000000bside
- name: bob
mnemonic: actress letter whip youth flip sort announce chief traffic side destroy seek parade warrior awake scan panther nominee harsh spawn differ enroll glue become
coins:
- 10000000000000000000000bside
- name: david
mnemonic: model talent wild salmon planet sure hill extra select curve royal super split swing liberty february country sibling label donkey pink butter picnic body
coins:
- 1000000000000000000bside
- name: alice
coins:
- 100000000000000000000000bside
- 100000000000000000000000usdt
- 100000000000000000000000usdc
- 100000000000000000000000eth
- name: bob
mnemonic: actress letter whip youth flip sort announce chief traffic side destroy seek parade warrior awake scan panther nominee harsh spawn differ enroll glue become
coins:
- 10000000000000000000000bside
- 100000000000000000000000usdt
- 100000000000000000000000usdc
- 100000000000000000000000eth
- name: david
mnemonic: model talent wild salmon planet sure hill extra select curve royal super split swing liberty february country sibling label donkey pink butter picnic body
coins:
- 1000000000000000000bside
- 100000000000000000000000usdt
- 100000000000000000000000usdc
- 100000000000000000000000eth
faucet:
name: bob
coins:
- 10bside
- 10bside
host: 0.0.0.0:4500
genesis:
app_state:
Expand All @@ -34,26 +43,26 @@ genesis:
gov:
deposit_params:
min_deposit:
- amount: "10000000"
denom: bside
- amount: "10000000"
denom: bside
mint:
params:
mint_denom: bside
staking:
params:
bond_denom: bside
chain_id: sidechain_7070-2
chain_id: alice_1819-1
consensus_params:
block:
max_gas: "100000000"
validators:
- name: alice
bonded: 10000000000000000000000bside
app:
evm-rpc:
address: 0.0.0.0:8545
ws-address: 0.0.0.0:8546
home: $HOME/.sidechaind
- name: alice
bonded: 10000000000000000000000bside
app:
evm-rpc:
address: 0.0.0.0:8545
ws-address: 0.0.0.0:8546
home: $HOME/.sidechaind
client:
openapi:
path: "docs/static/openapi.yml"
Loading

0 comments on commit 702daa6

Please sign in to comment.