Skip to content

Commit

Permalink
lower fee conversion factor to match EncointerKusama (#217)
Browse files Browse the repository at this point in the history
Co-authored-by: brenzi <[email protected]>
  • Loading branch information
clangenb and brenzi authored Mar 20, 2024
1 parent eaa544a commit bd44617
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,7 @@ fn encointer_genesis(
},
"encointerBalances": {
// for relative adjustment.
// 100_000 translates 5uKSM to 0.01 CC if ceremony reward is 20 CC
// lower values lead to lower fees in CC proportionally
"feeConversionFactor": 100_000u32,
"feeConversionFactor": 7_143u32,
},
"encointerFaucet": {
"reserveAmount": 10_000_000_000_000u128,
Expand Down

0 comments on commit bd44617

Please sign in to comment.