Skip to content

Commit

Permalink
bump v2.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Oct 10, 2023
1 parent 0518b31 commit 2b4baef
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions examples/docker-compose-bodhi-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
POSTGRES_PASSWORD: postgres

subquery-node:
image: acala/evm-subql:2.7.7
image: acala/evm-subql:2.7.11
container_name: subquery-node
ports:
- 3000:3000
Expand Down Expand Up @@ -69,7 +69,7 @@ services:
- --indexer=http://subquery-node:3000

eth-rpc-adapter-server:
image: acala/eth-rpc-adapter:2.7.7
image: acala/eth-rpc-adapter:2.7.11
container_name: eth-rpc-adapter-server
restart: always
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion packages/bodhi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/bodhi",
"version": "2.7.10",
"version": "2.7.11",
"repository": "[email protected]:AcalaNetwork/bodhi.js.git",
"author": "Acala Developers <[email protected]>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bodhi/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = 'bodhi.js/bodhi/2.7.10';
export const version = 'bodhi.js/bodhi/2.7.11';
2 changes: 1 addition & 1 deletion packages/eth-providers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/eth-providers",
"version": "2.7.10",
"version": "2.7.11",
"license": "MIT",
"author": "Acala Developers <[email protected]>",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eth-providers/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = 'bodhi.js/providers/2.7.10';
export const version = 'bodhi.js/providers/2.7.11';
2 changes: 1 addition & 1 deletion packages/eth-rpc-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/eth-rpc-adapter",
"version": "2.7.10",
"version": "2.7.11",
"license": "MIT",
"author": "Acala Developers <[email protected]>",
"bin": "./bin/eth-rpc-adapter.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/eth-rpc-adapter/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = 'bodhi.js/eth-rpc-adapter/2.7.10';
export const version = 'bodhi.js/eth-rpc-adapter/2.7.11';
2 changes: 1 addition & 1 deletion packages/eth-transactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/eth-transactions",
"version": "2.7.10",
"version": "2.7.11",
"license": "MIT",
"author": "Acala Developers <[email protected]>",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eth-transactions/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = 'bodhi.js/transactions/2.7.10';
export const version = 'bodhi.js/transactions/2.7.11';
2 changes: 1 addition & 1 deletion scripts/e2e-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ npx @acala-network/chopsticks@latest -c configs/acala.yml

- start a eth rpc adapter
```
npx @acala-network/[email protected].10 -e ws://localhost:8000
npx @acala-network/[email protected].11 -e ws://localhost:8000
```

- run tests
Expand Down
4 changes: 2 additions & 2 deletions scripts/e2e-tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
POSTGRES_PASSWORD: postgres

subquery-node:
image: acala/evm-subql:2.7.10
image: acala/evm-subql:2.7.11
container_name: subquery-node
ports:
- 3000:3000
Expand Down Expand Up @@ -69,7 +69,7 @@ services:
- --indexer=http://subquery-node:3000

eth-rpc-adapter-server:
image: acala/eth-rpc-adapter:2.7.10
image: acala/eth-rpc-adapter:2.7.11
container_name: eth-rpc-adapter-server
restart: always
depends_on:
Expand Down

0 comments on commit 2b4baef

Please sign in to comment.