Skip to content

Commit

Permalink
config/gensis: update validator account value
Browse files Browse the repository at this point in the history
Update the account value of genesis validators in bank module

Signed-off-by: Leo Chen <[email protected]>
  • Loading branch information
LeoHChen committed Dec 20, 2024
1 parent abe4f39 commit 54683c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/netconf/story/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"accounts": [
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "story1plzprxwwtzy53ps63k5x6uj6tgrn46g6kg65d8",
"address": "story1psgrdsmjxrm9mmf6yqpyjx5vxdl3658762lgqz",
"pub_key": null,
"account_number": "0",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "story1nh7zdfmxyyrwamz7s7eqewmfpn7wwws9xtgcpq",
"address": "story18j06js6585pxqek3sm5sc5vyxd2w5ky8em9xuj",
"pub_key": null,
"account_number": "1",
"sequence": "0"
Expand Down Expand Up @@ -105,7 +105,7 @@
},
"balances": [
{
"address": "story1plzprxwwtzy53ps63k5x6uj6tgrn46g6kg65d8",
"address": "story1psgrdsmjxrm9mmf6yqpyjx5vxdl3658762lgqz",
"coins": [
{
"denom": "stake",
Expand All @@ -114,7 +114,7 @@
]
},
{
"address": "story1nh7zdfmxyyrwamz7s7eqewmfpn7wwws9xtgcpq",
"address": "story18j06js6585pxqek3sm5sc5vyxd2w5ky8em9xuj",
"coins": [
{
"denom": "stake",
Expand Down

0 comments on commit 54683c2

Please sign in to comment.