Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
⬆️ Update dependencies
Browse files Browse the repository at this point in the history
Update network version to 5.0
  • Loading branch information
nagdahimanshu committed Oct 23, 2023
1 parent f208c49 commit 56ff69c
Show file tree
Hide file tree
Showing 4 changed files with 332 additions and 309 deletions.
2 changes: 1 addition & 1 deletion config/mainnet/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"minimumCertifyHeight": 1
},
"network": {
"version": "4.0",
"version": "5.0",
"seedPeers": [
{
"ip": "mainnet-seed-01.lisk.com",
Expand Down
2 changes: 1 addition & 1 deletion config/testnet/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"minimumCertifyHeight": 20520176
},
"network": {
"version": "4.0",
"version": "5.0",
"seedPeers": [
{
"ip": "testnet-seed-01.lisk.com",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,21 +59,21 @@
"/docs"
],
"dependencies": {
"@liskhq/lisk-api-client": "5.2.0-rc.0",
"@liskhq/lisk-chain": "0.4.0-rc.0",
"@liskhq/lisk-codec": "0.4.0-rc.1",
"@liskhq/lisk-cryptography": "4.0.0-rc.1",
"@liskhq/lisk-api-client": "5.2.0",
"@liskhq/lisk-chain": "0.4.0",
"@liskhq/lisk-codec": "0.4.0-rc.2",
"@liskhq/lisk-cryptography": "4.0.0-rc.2",
"@liskhq/lisk-db": "0.3.10",
"@liskhq/lisk-utils": "0.4.0-rc.0",
"@liskhq/lisk-validator": "0.8.0-rc.1",
"@liskhq/lisk-validator": "0.8.0-rc.2",
"@oclif/command": "1.8.21",
"@oclif/config": "1.14.0",
"@oclif/errors": "1.2.2",
"@oclif/plugin-help": "2.2.3",
"cli-ux": "5.5.1",
"debug": "4.3.1",
"fs-extra": "11.1.0",
"lisk-framework": "0.11.0-rc.1",
"lisk-framework": "0.11.0-rc.4",
"semver": "7.3.2",
"shelljs": "^0.8.5",
"tar": "6.1.13"
Expand Down
Loading

0 comments on commit 56ff69c

Please sign in to comment.