Skip to content

Commit

Permalink
fix: accidental removal of a comma in EDEN_MINT_CURVE (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliXsed authored Sep 20, 2022
1 parent 8e359fe commit 2f2f668
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtimes/eden/src/pallets_nodle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ lazy_static! {
Perbill::from_perthousand(38),
Perbill::from_perthousand(38),
Perbill::from_perthousand(37),
Perbill::from_perthousand(35)Perbill::from_perthousand(34),
Perbill::from_perthousand(35),
Perbill::from_perthousand(34),
Perbill::from_perthousand(32),
Perbill::from_perthousand(30),
Perbill::from_perthousand(28),
Expand Down

0 comments on commit 2f2f668

Please sign in to comment.