Skip to content

Commit fc250aa

Browse files
committed
update polkadot js api
1 parent 6ad23ea commit fc250aa

File tree

2 files changed

+328
-335
lines changed

2 files changed

+328
-335
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@
5555
"@babel/preset-env": "^7.13.9",
5656
"@babel/preset-typescript": "^7.13.0",
5757
"@pinata/sdk": "^1.1.13",
58-
"@polkadot/api": "^8.12.2",
59-
"@polkadot/keyring": "^10.0.2",
60-
"@polkadot/util-crypto": "^10.0.2",
61-
"@polkadot/x-randomvalues": "^10.0.2",
58+
"@polkadot/api": "^9.0.1",
59+
"@polkadot/keyring": "^10.1.2",
60+
"@polkadot/util-crypto": "^10.1.2",
61+
"@polkadot/x-randomvalues": "^10.1.2",
6262
"@rollup/plugin-babel": "^5.3.0",
6363
"@rollup/plugin-commonjs": "^17.1.0",
6464
"@rollup/plugin-json": "^4.1.0",
@@ -89,7 +89,7 @@
8989
"webpack-cli": "^4.5.0"
9090
},
9191
"dependencies": {
92-
"@polkadot/api-augment": "^8.12.2",
92+
"@polkadot/api-augment": "^9.0.1",
9393
"JSONStream": "^1.3.5",
9494
"chalk": "^4.1.0",
9595
"emoji-regex": "^9.2.2",
@@ -102,7 +102,7 @@
102102
"winston": "^3.3.3"
103103
},
104104
"peerDependency": {
105-
"@polkadot/api": "^8.x",
105+
"@polkadot/api": "^9.x",
106106
"@polkadot/keyring": "^10.x",
107107
"@polkadot/util-crypto": "^10.x",
108108
"@polkadot/util": "^10.x"

0 commit comments

Comments
 (0)