Skip to content

Commit

Permalink
Merge pull request #1 from KamiD/KamiD-patch-genesis.json
Browse files Browse the repository at this point in the history
Add KamiD's validator key to genesis.json
  • Loading branch information
KamiD authored Aug 5, 2020
2 parents 96ea433 + 1fa2733 commit 4b40745
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions coral/config/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,25 @@
"account_number": "0",
"sequence": "0"
}
},
{
"type": "cosmos-sdk/Account",
"value": {
"address": "cosmos1xgf0cm289z0z2w5phhy6ay3xscq5fpmt8xefhn",
"coins": [
{
"denom": "ureef",
"amount": "100000000"
},
{
"denom": "ushell",
"amount": "100000000"
}
],
"public_key": null,
"account_number": "0",
"sequence": "0"
}
}
]
},
Expand Down

0 comments on commit 4b40745

Please sign in to comment.