From 08ff9fc24ae67e2d0ad9a47f50ec34878ea5d16d Mon Sep 17 00:00:00 2001 From: Aaron Choo Date: Tue, 29 Aug 2023 11:41:10 +0800 Subject: [PATCH] chore: update config.json --- config/config.json | 39 +++++++++++++++++++++++++++++++++------ 1 file changed, 33 insertions(+), 6 deletions(-) diff --git a/config/config.json b/config/config.json index fc2eb4b..ac36506 100644 --- a/config/config.json +++ b/config/config.json @@ -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" + } + ] + } + ] }