Skip to content

Commit

Permalink
lower fee conversion factor to match EncointerKusama
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Mar 19, 2024
1 parent 5c320a1 commit a47cdf4
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 a47cdf4

Please sign in to comment.