Skip to content

Commit

Permalink
Update to dash-testnet-30 chain
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed Oct 17, 2023
1 parent 1a91074 commit 0d4a868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/api/src/controllers/MainController.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ class MainController {
const max = await this.blocksDAO.getMaxHeight()

response.send({
network: "dash-testnet-28",
network: "dash-testnet-30",
appVersion: "1",
p2pVersion: "8",
blockVersion: "13",
blocksCount: max,
tenderdashVersion: "dashpay/tenderdash:proposeCurrentAppVersion2"
tenderdashVersion: "0.13.3"
});
}

Expand Down

0 comments on commit 0d4a868

Please sign in to comment.