Skip to content

Commit 7a7f4e5

Browse files
authored
Merge pull request #212 from sprintertech/fix/update-sprinter-conf-by-value
fix: update conf by value
2 parents 3fa84a8 + 3acc3bd commit 7a7f4e5

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

sprinter/shared-config-sprinter.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
}
2727
},
2828
"confirmationsByValue": {
29-
"1000": "5"
29+
"30000": "2",
30+
"50000": "3",
31+
"100000": "4"
3032
}
3133
},
3234
{
@@ -55,7 +57,9 @@
5557
}
5658
},
5759
"confirmationsByValue": {
58-
"1000": "1"
60+
"30000": "0",
61+
"50000": "1",
62+
"100000": "2"
5963
}
6064
},
6165
{
@@ -83,7 +87,9 @@
8387
}
8488
},
8589
"confirmationsByValue": {
86-
"1000": "2"
90+
"30000": "0",
91+
"50000": "1",
92+
"100000": "2"
8793
}
8894
},
8995
{
@@ -111,7 +117,9 @@
111117
}
112118
},
113119
"confirmationsByValue": {
114-
"1000": "1"
120+
"30000": "0",
121+
"50000": "1",
122+
"100000": "2"
115123
}
116124
}
117125
]

0 commit comments

Comments
 (0)