Skip to content

Commit 5cf6a3d

Browse files
committed
set chainId to cardtestnet-9
1 parent 194fa00 commit 5cf6a3d

1 file changed

Lines changed: 51 additions & 51 deletions

File tree

config.yml

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@ build:
55
proto:
66
path: proto
77
third_party_paths:
8-
- third_party/proto
9-
- proto_vendor
8+
- third_party/proto
9+
- proto_vendor
1010
accounts:
11-
- name: alice
12-
coins:
13-
- 1000000000000ucredits
14-
- 1000000000ubpf
15-
- name: bob
16-
coins:
17-
- 10000000000000ucredits
18-
- 10000000000ubpf
11+
- name: alice
12+
coins:
13+
- 1000000000000ucredits
14+
- 1000000000ubpf
15+
- name: bob
16+
coins:
17+
- 10000000000000ucredits
18+
- 10000000000ubpf
1919
faucet:
2020
name: bob
2121
coins:
22-
- 5000000ucredits
23-
- 5000000ubpf
22+
- 5000000ucredits
23+
- 5000000ubpf
2424
coins_max:
25-
- 5000000ucredits
26-
- 5000000ubpf
25+
- 5000000ucredits
26+
- 5000000ubpf
2727
host: 0.0.0.0:4500
2828
client:
2929
typescript:
@@ -38,23 +38,23 @@ genesis:
3838
app_state:
3939
bank:
4040
denom_metadata:
41-
- base: ubpf
42-
denom_units:
43-
- aliases:
44-
- microbpf
45-
denom: ubpf
46-
exponent: 0
47-
- aliases:
48-
- millibpf
49-
denom: mbpf
50-
exponent: 3
51-
- aliases: []
52-
denom: bpf
53-
exponent: 6
54-
description: The native staking token of the CrowdControlNetwork.
55-
display: bpf
56-
name: Burning Pitchfork
57-
symbol: BPF
41+
- base: ubpf
42+
denom_units:
43+
- aliases:
44+
- microbpf
45+
denom: ubpf
46+
exponent: 0
47+
- aliases:
48+
- millibpf
49+
denom: mbpf
50+
exponent: 3
51+
- aliases: []
52+
denom: bpf
53+
exponent: 6
54+
description: The native staking token of the CrowdControlNetwork.
55+
display: bpf
56+
name: Burning Pitchfork
57+
symbol: BPF
5858
cardchain:
5959
params:
6060
airDropMaxBlockHeight: "10000000"
@@ -69,8 +69,8 @@ genesis:
6969
deposit_params:
7070
max_deposit_period: 172800s
7171
min_deposit:
72-
- amount: "10000000"
73-
denom: ubpf
72+
- amount: "10000000"
73+
denom: ubpf
7474
tally_params:
7575
quorum: "0.100000000000000000"
7676
threshold: "0.500000000000000000"
@@ -88,22 +88,22 @@ genesis:
8888
staking:
8989
params:
9090
bond_denom: ubpf
91-
chain_id: carddevnet-2
91+
chain_id: cardtestnet-9
9292
validators:
93-
- name: alice
94-
bonded: 5000000ubpf
95-
app:
96-
api:
97-
address: 0.0.0.0:1317
98-
grpc:
99-
address: :9090
100-
config:
101-
consensus:
102-
create_empty_blocks: "false"
103-
timeout_commit: 5s
104-
moniker: yesyoulikeCC
105-
p2p:
106-
laddr: 0.0.0.0:26656
107-
rpc:
108-
laddr: 0.0.0.0:26657
109-
pprof_laddr: :6061
93+
- name: alice
94+
bonded: 5000000ubpf
95+
app:
96+
api:
97+
address: 0.0.0.0:1317
98+
grpc:
99+
address: :9090
100+
config:
101+
consensus:
102+
create_empty_blocks: "false"
103+
timeout_commit: 5s
104+
moniker: yesyoulikeCC
105+
p2p:
106+
laddr: 0.0.0.0:26656
107+
rpc:
108+
laddr: 0.0.0.0:26657
109+
pprof_laddr: :6061

0 commit comments

Comments
 (0)