mirror of
https://github.com/dragonheim/gagent.git
synced 2025-04-26 08:08:58 -07:00
Extending the setup mode.
This commit is contained in:
parent
5e69931ed7
commit
7a2ca771f2
3 changed files with 43 additions and 11 deletions
11
assets/examples/genesis.hcl
Normal file
11
assets/examples/genesis.hcl
Normal file
|
@ -0,0 +1,11 @@
|
|||
"genesis_time" = "2021-10-25:00:00.000000000Z"
|
||||
"chain_id" = "gagent_ledger"
|
||||
|
||||
"agent" = {
|
||||
"client" = "7e9d13fe-5151-5876-66c0-20ca03e8fca4"
|
||||
"shasum" = "a76f7c3c7bc0f94b4f8aa63c605f8534db5675bb05d761f4461127fcadbf32d4"
|
||||
"status" = "complete"
|
||||
}
|
||||
"clients" = {
|
||||
"client" = "7e9d13fe-5151-5876-66c0-20ca03e8fca4"
|
||||
}
|
12
assets/examples/genesis.json
Normal file
12
assets/examples/genesis.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"genesis_time": "2021-10-25:00:00.000000000Z",
|
||||
"chain_id": "gagent_ledger",
|
||||
"agent": {
|
||||
"client": "7e9d13fe-5151-5876-66c0-20ca03e8fca4",
|
||||
"shasum": "a76f7c3c7bc0f94b4f8aa63c605f8534db5675bb05d761f4461127fcadbf32d4",
|
||||
"status": "complete"
|
||||
},
|
||||
"clients": {
|
||||
"client": "7e9d13fe-5151-5876-66c0-20ca03e8fca4"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue