File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 11version : 1
22validation : sovereign
33genesis :
4- chain_id : " mychain_1 -1" # Added required field, adjust as needed
4+ chain_id : " pcv -1"
55 app_state :
66 staking :
77 params :
@@ -19,21 +19,21 @@ genesis:
1919 params :
2020 mint_denom : " tpc"
2121app :
22- minimum-gas-prices : " 0.025tpc" # Fixed syntax (was missing key and had invalid format)
22+ minimum-gas-prices : " 0.025tpc"
2323accounts :
2424 - name : alice
2525 coins :
26- - " 2000000000000tpc" # Already uses tpc, just ensuring proper string format
26+ - " 2000000000000tpc"
2727 - name : bob
2828 coins :
29- - " 10000tpc" # Already uses tpc
30- - name : validator1 # Already added for bonding, keeping tpc
29+ - " 10000tpc"
30+ - name : validator1
3131 coins :
3232 - " 100000000tpc"
33- - name : validator2 # Already added for bonding, keeping tpc
33+ - name : validator2
3434 coins :
3535 - " 200000000tpc"
36- - name : validator3 # Already added for bonding, keeping tpc
36+ - name : validator3
3737 coins :
3838 - " 300000000tpc"
3939client :
@@ -42,14 +42,14 @@ client:
4242faucet :
4343 name : bob
4444 coins :
45- - " 5tpc" # Already uses tpc
45+ - " 5tpc"
4646validators :
4747 - name : alice
48- bonded : " 100000000tpc" # Already uses tpc
48+ bonded : " 100000000tpc"
4949 - name : validator1
50- bonded : " 100000000tpc" # Already uses tpc
50+ bonded : " 100000000tpc"
5151 - name : validator2
52- bonded : " 200000000tpc" # Already uses tpc
52+ bonded : " 200000000tpc"
5353 - name : validator3
54- bonded : " 300000000tpc" # Already uses tpc
55- keyring-backend : test # Already added, kept as is
54+ bonded : " 300000000tpc"
55+ keyring-backend : test
You can’t perform that action at this time.
0 commit comments