Skip to content

Commit 1f01c99

Browse files
committed
bump v2.7.17
1 parent ae4d08b commit 1f01c99

File tree

12 files changed

+16
-16
lines changed

12 files changed

+16
-16
lines changed

examples/docker-compose-bodhi-stack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
POSTGRES_PASSWORD: postgres
2323

2424
subquery-node:
25-
image: acala/evm-subql:2.7.16
25+
image: acala/evm-subql:2.7.17
2626
container_name: subquery-node
2727
ports:
2828
- 3000:3000
@@ -69,7 +69,7 @@ services:
6969
- --indexer=http://subquery-node:3000
7070

7171
eth-rpc-adapter-server:
72-
image: acala/eth-rpc-adapter:2.7.16
72+
image: acala/eth-rpc-adapter:2.7.17
7373
container_name: eth-rpc-adapter-server
7474
restart: always
7575
depends_on:

packages/bodhi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@acala-network/bodhi",
3-
"version": "2.7.16",
3+
"version": "2.7.17",
44
"repository": "[email protected]:AcalaNetwork/bodhi.js.git",
55
"author": "Acala Developers <[email protected]>",
66
"license": "Apache-2.0",

packages/bodhi/src/_version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = 'bodhi.js/bodhi/2.7.16';
1+
export const version = 'bodhi.js/bodhi/2.7.17';;

packages/eth-providers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@acala-network/eth-providers",
3-
"version": "2.7.16",
3+
"version": "2.7.17",
44
"license": "MIT",
55
"author": "Acala Developers <[email protected]>",
66
"scripts": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = 'bodhi.js/providers/2.7.16';
1+
export const version = 'bodhi.js/providers/2.7.17';;

packages/eth-rpc-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@acala-network/eth-rpc-adapter",
3-
"version": "2.7.16",
3+
"version": "2.7.17",
44
"license": "MIT",
55
"author": "Acala Developers <[email protected]>",
66
"bin": "./bin/eth-rpc-adapter.js",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = 'bodhi.js/eth-rpc-adapter/2.7.16';
1+
export const version = 'bodhi.js/eth-rpc-adapter/2.7.17';;

packages/eth-transactions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@acala-network/eth-transactions",
3-
"version": "2.7.16",
3+
"version": "2.7.17",
44
"license": "MIT",
55
"author": "Acala Developers <[email protected]>",
66
"scripts": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = 'bodhi.js/transactions/2.7.16';
1+
export const version = 'bodhi.js/transactions/2.7.17';;

scripts/e2e-tests/docker-compose-acala.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
POSTGRES_PASSWORD: postgres
2121

2222
subquery-node:
23-
image: acala/evm-subql:2.7.16
23+
image: acala/evm-subql:2.7.17
2424
volumes:
2525
- ./configs/subql/karura.yaml:/app/karura.yaml
2626
- ./configs/subql/acala.yaml:/app/acala.yaml
@@ -69,7 +69,7 @@ services:
6969
- --indexer=http://subquery-node:3000
7070

7171
eth-rpc-adapter:
72-
image: acala/eth-rpc-adapter:2.7.16
72+
image: acala/eth-rpc-adapter:2.7.17
7373
environment:
7474
- SUBQL_URL=http://graphql-engine:3001
7575
- ENDPOINT_URL=ws://chopsticks:8000

scripts/e2e-tests/docker-compose-karura.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
POSTGRES_PASSWORD: postgres
2121

2222
subquery-node:
23-
image: acala/evm-subql:2.7.16
23+
image: acala/evm-subql:2.7.17
2424
volumes:
2525
- ./configs/subql/karura.yaml:/app/karura.yaml
2626
- ./configs/subql/acala.yaml:/app/acala.yaml
@@ -69,7 +69,7 @@ services:
6969
- --indexer=http://subquery-node:3000
7070

7171
eth-rpc-adapter:
72-
image: acala/eth-rpc-adapter:2.7.16
72+
image: acala/eth-rpc-adapter:2.7.17
7373
environment:
7474
- SUBQL_URL=http://graphql-engine:3001
7575
- ENDPOINT_URL=ws://chopsticks:8000

scripts/e2e-tests/docker-compose-subway.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
POSTGRES_PASSWORD: postgres
2323

2424
subquery-node:
25-
image: acala/evm-subql:2.7.16
25+
image: acala/evm-subql:2.7.17
2626
container_name: subquery-node
2727
ports:
2828
- 3000:3000
@@ -69,7 +69,7 @@ services:
6969
- --indexer=http://subquery-node:3000
7070

7171
eth-rpc-adapter-server:
72-
image: acala/eth-rpc-adapter:2.7.16
72+
image: acala/eth-rpc-adapter:2.7.17
7373
container_name: eth-rpc-adapter-server
7474
restart: always
7575
depends_on:

0 commit comments

Comments
 (0)