Commit 3b21c62
committed
fix: ordpool-parser exports the labitbu range as constants, not a helper
7abf0c7 imported isLabitbuRange which doesn't exist in the parser --
ordpool-parser exports LABITBU_FIRST_HEIGHT and LABITBU_LAST_HEIGHT
constants instead. ng build failed on the stage_prod CI run.
Inline the range check using the two constants. No parser bump needed.1 parent 7abf0c7 commit 3b21c62
1 file changed
Lines changed: 5 additions & 4 deletions
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
71 | | - | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
0 commit comments