Skip to content

Commit

Permalink
upgrade polkadot.js api
Browse files Browse the repository at this point in the history
  • Loading branch information
ironoa committed Apr 19, 2024
1 parent 77f23ba commit 73aae56
Show file tree
Hide file tree
Showing 3 changed files with 445 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine
FROM node:18-alpine

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"start": "node ./dist/index.js start"
},
"dependencies": {
"@polkadot/api": "^9.4.2",
"@polkadot/api": "^10.13.1",
"@w3f/config": "^0.1.1",
"@w3f/logger": "^0.4.2",
"commander": "^4.0.0",
Expand Down
Loading

0 comments on commit 73aae56

Please sign in to comment.