Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
Updated Config file to remove inflation and token minting.
  • Loading branch information
mondainai247 authored Feb 1, 2024
1 parent aa656af commit b854412
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions config.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
version: 1
accounts:
- name: alice
- name: frank
coins:
- 200000000himitsu
- name: bob
- 9000000000000himitsu
- name: alice
coins:
- 100000000himitsu
- 1000000000000himitsu
client:
openapi:
path: docs/static/openapi.yml
faucet:
name: bob
name: frank
coins:
- 1000000000himitsu
- 1000000000000himitsu
validators:
- name: alice
bonded: 100000000himitsu
- name: frank
bonded: 1000000000000himitsu
config:
consensus:
timeout_commit: '20s'

genesis:
app_state:
Expand All @@ -31,5 +34,10 @@ genesis:
constant_fee:
denom: "himitsu"
mint:
minter:
inflation: "0.000000000000000"
params:
inflation_max: "0.000000000000000"
inflation_min: "0.000000000000000"
inflation_rate_change: "0.000000000000000"
mint_denom: "himitsu"

0 comments on commit b854412

Please sign in to comment.