Skip to content

Commit

Permalink
Update polkadot api to 6.8.1 (subquery#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Nov 18, 2021
1 parent 47cb6ff commit c8cd4c2
Show file tree
Hide file tree
Showing 4 changed files with 195 additions and 84 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"vuepress-plugin-right-anchor": "^0.5.5"
},
"resolutions": {
"@polkadot/api": "6.6.1"
"@polkadot/api": "6.8.1"
},
"scripts": {
"docs:dev": "vuepress dev docs",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@nestjs/event-emitter": "^1.0.0",
"@nestjs/platform-express": "^8.1.2",
"@nestjs/schedule": "^1.0.1",
"@polkadot/api": "6.6.1",
"@polkadot/api": "6.8.1",
"@subql/common": "workspace:*",
"@subql/types": "workspace:*",
"@subql/x-merkle-mountain-range": "2.0.0-0.1.1",
Expand Down
2 changes: 0 additions & 2 deletions packages/validator/fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"test": "jest",
"codegen": "./node_modules/.bin/subql codegen"
},

"homepage": "https://github.com/subquery/subql-starter",
"repository": "github:subquery/subql-starter",
"files": [
Expand All @@ -20,7 +19,6 @@
"author": "Ian He & Jay Ji",
"license": "Apache-2.0",
"devDependencies": {
"@polkadot/api": "^3",
"@subql/types": "^0.6.0",
"typescript": "^4.1.3",
"@subql/cli": "^0.7.3"
Expand Down
Loading

0 comments on commit c8cd4c2

Please sign in to comment.