From 5307a13e8974a686964fbcd1618e6aaee9638d47 Mon Sep 17 00:00:00 2001 From: gruve-p Date: Tue, 12 Sep 2023 19:07:57 +0200 Subject: [PATCH] fix --- .github/workflows/ci.yml | 2 +- app/coins/grs.js | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4a1554d0..3cac42655 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/app/coins/grs.js b/app/coins/grs.js index 7f08ed0e9..ee45eaf30 100644 --- a/app/coins/grs.js +++ b/app/coins/grs.js @@ -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) ],