Skip to content

Commit

Permalink
chore: add accounts key to mainnet config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCQL committed Aug 7, 2023
1 parent 9d0b39c commit 85aaf9a
Showing 1 changed file with 25 additions and 24 deletions.
49 changes: 25 additions & 24 deletions config/mainnet/config.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
{
"chain_id": "feather-1",
"app_name": "feather-core",
"app_binary_name": "feather-cored",
"account_address_prefix": "pfeath",
"account_pubkey_prefix": "pfeathpub",
"validator_address_prefix": "pfeathvaloper",
"validator_pubkey_prefix": "pfeathvaloperpub",
"consensus_node_address_prefix": "pfeathvalcons",
"consensus_node_pubkey_prefix": "pfeathvalconspub",
"bond_denom": "stake",
"bond_supply": "1000000000",
"unbonding_time": "1814400s",
"max_validators": 130,
"max_entries": 7,
"min_commission_rate": "0",
"lcd_enabled": true,
"lcd_swagger_enabled": true,
"lcd_port": 1317,
"lcd_enable_unsafe_cors": false,
"rpc_enabled": true,
"rpc_port": 26657,
"prometheus_enabled": true,
"prometheus_port": 26660
}
"chain_id": "feather-1",
"app_name": "feather-core",
"app_binary_name": "feather-cored",
"account_address_prefix": "pfeath",
"account_pubkey_prefix": "pfeathpub",
"validator_address_prefix": "pfeathvaloper",
"validator_pubkey_prefix": "pfeathvaloperpub",
"consensus_node_address_prefix": "pfeathvalcons",
"consensus_node_pubkey_prefix": "pfeathvalconspub",
"bond_denom": "stake",
"bond_supply": "1000000000",
"unbonding_time": "1814400s",
"max_validators": 130,
"max_entries": 7,
"min_commission_rate": "0",
"accounts": [],
"lcd_enabled": true,
"lcd_swagger_enabled": true,
"lcd_port": 1317,
"lcd_enable_unsafe_cors": false,
"rpc_enabled": true,
"rpc_port": 26657,
"prometheus_enabled": true,
"prometheus_port": 26660
}

0 comments on commit 85aaf9a

Please sign in to comment.