Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
Add KamiD's validator key to genesis.json (#9)
Browse files Browse the repository at this point in the history
* Add KamiD's validator key to genesis.json

* resolve conflect as their's

* add KamiD's validator address into genesis.json
  • Loading branch information
KamiD authored Aug 6, 2020
1 parent afc55e9 commit 4d017fb
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 @@ -160,6 +160,25 @@
"account_number": "0",
"sequence": "0"
}
},
{
"type": "cosmos-sdk/Account",
"value": {
"address": "coral1qvrcashqpemlkhrqphzv9n5nutdxpafmdefgcl",
"coins": [
{
"denom": "ureef",
"amount": "100000000"
},
{
"denom": "ushell",
"amount": "100000000"
}
],
"public_key": null,
"account_number": "0",
"sequence": "0"
}
}
]
}
Expand Down

0 comments on commit 4d017fb

Please sign in to comment.