2024-07-05 22:20:13 -04:00
{
"chains" : [
{
"name" : "core" ,
"chain_id" : "chainid-1" ,
"denom" : "usnr" ,
"binary" : "sonrd" ,
"bech32_prefix" : "idx" ,
"docker_image" : {
2024-12-20 11:12:02 -05:00
"repository" : "ghcr.io/onsonr/sonr" ,
2024-07-05 22:20:13 -04:00
"version" : "local"
} ,
"gas_prices" : "0usnr" ,
"chain_type" : "cosmos" ,
"coin_type" : 118 ,
"trusting_period" : "336h" ,
"gas_adjustment" : 1.5 ,
"number_vals" : 1 ,
"number_node" : 0 ,
"debugging" : true ,
"block_time" : "1000ms" ,
"host_port_override" : {
"26657" : "26657" ,
"1317" : "1317" ,
"9090" : "9090"
} ,
2024-12-20 11:12:02 -05:00
"encoding-options" : [
"wasm" ,
"tokenfactory"
] ,
2024-07-05 22:20:13 -04:00
"config_file_overrides" : [
{
"file" : "config/config.toml" ,
"paths" : {
2024-12-20 11:12:02 -05:00
"moniker" : "florence" ,
"rpc.cors_allowed_origins" : [
"*"
]
2024-07-05 22:20:13 -04:00
}
}
] ,
"genesis" : {
"modify" : [
{
"key" : "app_state.gov.params.voting_period" ,
"value" : "15s"
} ,
{
"key" : "app_state.gov.params.expedited_voting_period" ,
"value" : "10s"
} ,
{
"key" : "app_state.gov.params.max_deposit_period" ,
"value" : "15s"
} ,
{
"key" : "app_state.gov.params.min_deposit.0.denom" ,
"value" : "usnr"
} ,
{
"key" : "app_state.gov.params.min_deposit.0.amount" ,
"value" : "1"
}
] ,
"accounts" : [
{
"name" : "acc0" ,
"address" : "idx1hj5fveer5cjtn4wd6wstzugjfdxzl0xpecp0nd" ,
"amount" : "10000000000usnr" ,
"mnemonic" : "decorate bright ozone fork gallery riot bus exhaust worth way bone indoor calm squirrel merry zero scheme cotton until shop any excess stage laundry"
} ,
{
"name" : "acc1" ,
"address" : "idx1efd63aw40lxf3n4mhf7dzhjkr453axur9vjt6y" ,
"amount" : "10000000000usnr" ,
"mnemonic" : "wealth flavor believe regret funny network recall kiss grape useless pepper cram hint member few certain unveil rather brick bargain curious require crowd raise"
}
] ,
"startup_commands" : [ ]
}
}
]
2024-12-20 11:12:02 -05:00
}