Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Sep 12, 2023
1 parent 94ad39f commit 5307a13
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '14', '16' ]
node: [ '16' ]
name: Node ${{ matrix.node }} sample
steps:
- uses: actions/checkout@v2
Expand Down
7 changes: 7 additions & 0 deletions app/coins/grs.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,13 @@ module.exports = {
"signet": 210000
},

terminalHalvingCountByNetwork: {
"main": 32,
"test": 32,
"regtest": 32,
"signet": 32
},

// used for supply estimates that don't need full gettxoutset accuracy
coinSupplyCheckpointsByNetwork: {
"main": [ 3763899, new Decimal(78427388) ],
Expand Down

0 comments on commit 5307a13

Please sign in to comment.