Skip to content

Commit 2f2f668

Browse files
author
Alex Sedighi
authored
fix: accidental removal of a comma in EDEN_MINT_CURVE (#670)
1 parent 8e359fe commit 2f2f668

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runtimes/eden/src/pallets_nodle.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ lazy_static! {
5252
Perbill::from_perthousand(38),
5353
Perbill::from_perthousand(38),
5454
Perbill::from_perthousand(37),
55-
Perbill::from_perthousand(35)Perbill::from_perthousand(34),
55+
Perbill::from_perthousand(35),
56+
Perbill::from_perthousand(34),
5657
Perbill::from_perthousand(32),
5758
Perbill::from_perthousand(30),
5859
Perbill::from_perthousand(28),

0 commit comments

Comments
 (0)