Skip to content

Commit

Permalink
update for Testnet3
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickwieth committed Oct 10, 2022
1 parent 8103a49 commit d821743
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const (
Name = "Cardchain"
BondDenom = "ubpf"
// epochBlockTime defines how many blocks are one buffnerf epoch
epochBlockTime = 121000 // this is 1 week with 7s block time
epochBlockTime = 120000 // this is 1 week with 5s block time
// epochBlockTime = 5 // this is great for debugging
)

Expand Down
17 changes: 16 additions & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,37 @@ host:
api: "0.0.0.0:1317"

genesis:
chain_id: "Testnet3"
app_state:
cardchain:
params:
airDropMaxBlockHeight: "10000000"
staking:
params:
bond_denom: "ubpf"
slashing:
params:
signed_blocks_window: '30000'
min_signed_per_window: '0.05'
min_signed_per_window: '0.05'
slash_fraction_downtime: '0'
mint:
params:
mint_denom: "ubpf"
gov:
deposit_params:
max_deposit_period: "172800s" #2 days
min_deposit:
- amount: '10000000'
denom: ubpf
tally_params:
quorum: "0.100000000000000000"
threshold: "0.500000000000000000"
veto_threshold: "0.334000000000000000"
voting_params:
voting_period: "172800s" #2 days
distribution:
params:
community_tax: "0.020000000000000000"
crisis:
constant_fee:
amount: '1000'
Expand Down
8 changes: 8 additions & 0 deletions docs/static/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16273,6 +16273,9 @@ paths:
}
parameters:
- name: body
description: |-
SimulateRequest is the request type for the Service.Simulate
RPC method.
in: body
required: true
schema:
Expand Down Expand Up @@ -17072,6 +17075,11 @@ paths:
}
parameters:
- name: body
description: >-
BroadcastTxRequest is the request type for the
Service.BroadcastTxRequest

RPC method.
in: body
required: true
schema:
Expand Down

0 comments on commit d821743

Please sign in to comment.