Skip to content

Commit

Permalink
set chainId to cardtestnet-9
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Feb 28, 2024
1 parent 194fa00 commit 5cf6a3d
Showing 1 changed file with 51 additions and 51 deletions.
102 changes: 51 additions & 51 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@ build:
proto:
path: proto
third_party_paths:
- third_party/proto
- proto_vendor
- third_party/proto
- proto_vendor
accounts:
- name: alice
coins:
- 1000000000000ucredits
- 1000000000ubpf
- name: bob
coins:
- 10000000000000ucredits
- 10000000000ubpf
- name: alice
coins:
- 1000000000000ucredits
- 1000000000ubpf
- name: bob
coins:
- 10000000000000ucredits
- 10000000000ubpf
faucet:
name: bob
coins:
- 5000000ucredits
- 5000000ubpf
- 5000000ucredits
- 5000000ubpf
coins_max:
- 5000000ucredits
- 5000000ubpf
- 5000000ucredits
- 5000000ubpf
host: 0.0.0.0:4500
client:
typescript:
Expand All @@ -38,23 +38,23 @@ genesis:
app_state:
bank:
denom_metadata:
- base: ubpf
denom_units:
- aliases:
- microbpf
denom: ubpf
exponent: 0
- aliases:
- millibpf
denom: mbpf
exponent: 3
- aliases: []
denom: bpf
exponent: 6
description: The native staking token of the CrowdControlNetwork.
display: bpf
name: Burning Pitchfork
symbol: BPF
- base: ubpf
denom_units:
- aliases:
- microbpf
denom: ubpf
exponent: 0
- aliases:
- millibpf
denom: mbpf
exponent: 3
- aliases: []
denom: bpf
exponent: 6
description: The native staking token of the CrowdControlNetwork.
display: bpf
name: Burning Pitchfork
symbol: BPF
cardchain:
params:
airDropMaxBlockHeight: "10000000"
Expand All @@ -69,8 +69,8 @@ genesis:
deposit_params:
max_deposit_period: 172800s
min_deposit:
- amount: "10000000"
denom: ubpf
- amount: "10000000"
denom: ubpf
tally_params:
quorum: "0.100000000000000000"
threshold: "0.500000000000000000"
Expand All @@ -88,22 +88,22 @@ genesis:
staking:
params:
bond_denom: ubpf
chain_id: carddevnet-2
chain_id: cardtestnet-9
validators:
- name: alice
bonded: 5000000ubpf
app:
api:
address: 0.0.0.0:1317
grpc:
address: :9090
config:
consensus:
create_empty_blocks: "false"
timeout_commit: 5s
moniker: yesyoulikeCC
p2p:
laddr: 0.0.0.0:26656
rpc:
laddr: 0.0.0.0:26657
pprof_laddr: :6061
- name: alice
bonded: 5000000ubpf
app:
api:
address: 0.0.0.0:1317
grpc:
address: :9090
config:
consensus:
create_empty_blocks: "false"
timeout_commit: 5s
moniker: yesyoulikeCC
p2p:
laddr: 0.0.0.0:26656
rpc:
laddr: 0.0.0.0:26657
pprof_laddr: :6061

0 comments on commit 5cf6a3d

Please sign in to comment.