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 4089599 commit dcb28ca
Show file tree
Hide file tree
Showing 5 changed files with 500 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
unitTest:
docker:
- image: web3f/node-dind:v1
- image: web3f/node-dind:v3
- image: parity/polkadot:latest
name: polkadot
command: --chain=kusama-dev --ws-port 11000 --alice --ws-external --rpc-methods=Unsafe --rpc-cors=all
Expand All @@ -15,7 +15,7 @@ jobs:

yarnLint:
docker:
- image: web3f/node-dind:v1
- image: web3f/node-dind:v3
steps:
- checkout
- run: yarn
Expand Down
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
4 changes: 2 additions & 2 deletions charts/polkadot-watcher/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: Polkadot Watcher
name: polkadot-watcher
version: v4.4.1
appVersion: v4.4.1
version: v4.4.2
appVersion: v4.4.2
apiVersion: v2
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polkadot-watcher",
"version": "4.4.1",
"version": "4.4.2",
"description": "Monitor events on Polkadot networks",
"repository": "[email protected]:w3f/polkadot-watcher.git",
"author": "W3F Infrastructure Team <[email protected]>",
Expand All @@ -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 dcb28ca

Please sign in to comment.