Skip to content

Commit

Permalink
update tests (#875)
Browse files Browse the repository at this point in the history
* use mandala 2220

* fix

* update e2e tests
  • Loading branch information
shunjizhan committed Nov 1, 2023
1 parent e86b27d commit 2f13c80
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
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/eth-rpc-adapter@2.7.11 -e ws://localhost:8000
npx @acala-network/eth-rpc-adapter@latest -e ws://localhost:8000
```

- run tests
Expand Down
2 changes: 1 addition & 1 deletion scripts/e2e-tests/configs/acala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ endpoint: wss://acala-rpc.aca-api.network
mock-signature-host: true
# block: 2694000
db: ./db.sqlite
wasm-override: ./wasm/acala-2210.wasm
wasm-override: ./wasm/acala-2220.wasm

import-storage:
Sudo:
Expand Down
2 changes: 1 addition & 1 deletion scripts/e2e-tests/configs/karura.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ endpoint: wss://karura-rpc.aca-api.network
mock-signature-host: true
# block: 3000000
db: ./db.sqlite
wasm-override: ./wasm/karura-2210.wasm
wasm-override: ./wasm/karura-2220.wasm

import-storage:
Sudo:
Expand Down
Binary file added scripts/e2e-tests/wasm/acala-2220.wasm
Binary file not shown.
Binary file added scripts/e2e-tests/wasm/karura-2220.wasm
Binary file not shown.

0 comments on commit 2f13c80

Please sign in to comment.