Skip to content

Commit

Permalink
chore: update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCQL committed Aug 29, 2023
1 parent 54d8da7 commit 08ff9fc
Showing 1 changed file with 33 additions and 6 deletions.
39 changes: 33 additions & 6 deletions config/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,38 @@
{
"chain_id": "feather-1",
"app_name": "feather-core",
"address_prefix": "feath",
"bond_denom": "stake",
"bond_supply": "1000000000",
"chain_id": "berry-1",
"app_name": "berry",
"address_prefix": "berry",
"bond_denom": "uberry",
"bond_supply": "1000000000000",
"unbonding_time": "1814400s",
"max_validators": 130,
"min_commission_rate": "0",
"accounts": []
"accounts": [
{
"address": "berry1sy5k6hzs2kv2au40xr0zaa5yzpczauft90h9hk",
"coins": [
{
"denom": "uberry",
"amount": "4000000000"
},
{
"denom": "ulemon",
"amount": "3000000000"
}
]
},
{
"address": "berry10pcj2w9v9le082muuvfa866meffd87ys7gs4dr",
"coins": [
{
"denom": "uberry",
"amount": "2000000000"
},
{
"denom": "ulemon",
"amount": "8000000000"
}
]
}
]
}

0 comments on commit 08ff9fc

Please sign in to comment.