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

Commit

Permalink
Merge pull request #200 from LiskHQ/199-update-lisk-sdk-to-v-6-0-0
Browse files Browse the repository at this point in the history
Update Lisk SDK to v6.0.0
  • Loading branch information
sameersubudhi authored Nov 9, 2023
2 parents 23d7bef + 39b4840 commit 1df436e
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 170 deletions.
2 changes: 1 addition & 1 deletion config/mainnet/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"blockTime": 10,
"chainID": "00000000",
"maxTransactionsSize": 15360,
"minimumCertifyHeight": 1
"minimumCertifyHeight": 23461753
},
"network": {
"version": "5.0",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@
"dependencies": {
"@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-codec": "0.4.0",
"@liskhq/lisk-cryptography": "4.0.0",
"@liskhq/lisk-db": "0.3.10",
"@liskhq/lisk-utils": "0.4.0-rc.0",
"@liskhq/lisk-validator": "0.8.0-rc.2",
"@liskhq/lisk-utils": "0.4.0",
"@liskhq/lisk-validator": "0.8.0",
"@oclif/command": "1.8.21",
"@oclif/config": "1.14.0",
"@oclif/errors": "1.2.2",
Expand All @@ -75,7 +75,7 @@
"cli-ux": "5.5.1",
"debug": "4.3.1",
"fs-extra": "11.1.0",
"lisk-framework": "0.11.0-rc.5",
"lisk-framework": "0.11.0",
"semver": "7.3.2",
"shelljs": "^0.8.5",
"tar": "6.1.13"
Expand Down
Loading

0 comments on commit 1df436e

Please sign in to comment.