Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Commit f895cd6

Browse files
authored
Merge pull request #229 from w3f/upgr
upgraded version
2 parents 76a92dd + 9390047 commit f895cd6

File tree

4 files changed

+338
-346
lines changed

4 files changed

+338
-346
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
unitTest:
55
docker:
66
- image: web3f/node-dind:v1.0.0
7-
- image: parity/polkadot:v0.9.26
7+
- image: parity/polkadot:v0.9.29
88
name: polkadot
99
command: --chain=kusama-dev --ws-port 11000 --alice --ws-external --rpc-methods=Unsafe --rpc-cors=all
1010
steps:

charts/polkadot-watcher/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: Polkadot Watcher
22
name: polkadot-watcher
3-
version: v4.1.2
4-
appVersion: v4.1.2
3+
version: v4.1.3
4+
appVersion: v4.1.3
55
apiVersion: v2

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polkadot-watcher",
3-
"version": "4.1.2",
3+
"version": "4.1.3",
44
"description": "Monitor events on Polkadot networks",
55
"repository": "[email protected]:w3f/polkadot-watcher.git",
66
"author": "W3F Infrastructure Team <[email protected]>",
@@ -20,7 +20,7 @@
2020
"start": "node ./dist/index.js start"
2121
},
2222
"dependencies": {
23-
"@polkadot/api": "^9.2.2",
23+
"@polkadot/api": "^9.4.2",
2424
"@w3f/config": "^0.1.1",
2525
"@w3f/logger": "^0.4.2",
2626
"commander": "^4.0.0",
@@ -39,7 +39,7 @@
3939
"@types/tmp": "0.2.3",
4040
"@typescript-eslint/eslint-plugin": "2.34.0",
4141
"@typescript-eslint/parser": "2.34.0",
42-
"@w3f/test-utils": "^1.2.29",
42+
"@w3f/test-utils": "^1.2.30",
4343
"chai": "4.3.6",
4444
"eslint": "7.32.0",
4545
"fs-extra": "9.1.0",

0 commit comments

Comments
 (0)