Skip to content

Commit

Permalink
Edit genesis.json
Browse files Browse the repository at this point in the history
  • Loading branch information
schnetzlerjoe committed Aug 21, 2024
1 parent a598f71 commit a533a0d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions network/.defund/config/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,24 +161,24 @@
"deposit_extra_gas": "60000",
"dust_collector_address": "defund1kzgl77g3sk2mqm4au2d8gtqq4zp848uhmzmjstvzgesz8qqjhtlquqjm2g",
"fee_collector_address": "defund12c8xy43q5ykvek7lgkrrkx98kvqy9smj9nzzu7c50qch8aa74aqs2e5uc8",
"max_num_active_pools_per_pair": 20,
"max_num_active_pools_per_pair": 1,
"max_num_market_making_order_ticks": 10,
"max_num_market_making_orders_per_pair": 15,
"max_order_lifespan": "86400s",
"max_price_limit_ratio": "0.100000000000000000",
"max_price_limit_ratio": "0.000100000000000000",
"min_initial_deposit_amount": "1000000",
"min_initial_pool_coin_supply": "1000000000000",
"order_extra_gas": "37000",
"pair_creation_fee": [
{
"amount": "1000000",
"denom": "stake"
"denom": "ibc/C3E53D20BC7A4CC993B17C7971F8ECD06A433C10B6A96F4C4C3714F0624C56DA"
}
],
"pool_creation_fee": [
{
"amount": "1000000",
"denom": "stake"
"denom": "ibc/C3E53D20BC7A4CC993B17C7971F8ECD06A433C10B6A96F4C4C3714F0624C56DA"
}
],
"swap_fee_rate": "0.000000000000000000",
Expand Down Expand Up @@ -302,8 +302,8 @@
}
],
"expedited_threshold": "0.667000000000000000",
"expedited_voting_period": "86400s",
"max_deposit_period": "172800s",
"expedited_voting_period": "60s",
"max_deposit_period": "120s",
"min_deposit": [
{
"amount": "10000000",
Expand All @@ -317,7 +317,7 @@
"quorum": "0.334000000000000000",
"threshold": "0.500000000000000000",
"veto_threshold": "0.334000000000000000",
"voting_period": "172800s"
"voting_period": "180s"
},
"proposals": [],
"starting_proposal_id": "1",
Expand Down

0 comments on commit a533a0d

Please sign in to comment.