Skip to content

Commit d617022

Browse files
committed
e2e tested 2230 wasm
1 parent 4c65e44 commit d617022

File tree

5 files changed

+3
-4
lines changed

5 files changed

+3
-4
lines changed

Diff for: packages/eth-providers/src/__tests__/e2e/tx.test.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ import { Contract } from '@ethersproject/contracts';
44
import { Interface, parseUnits } from 'ethers/lib/utils';
55
import { Wallet } from '@ethersproject/wallet';
66
import { afterAll, beforeAll, describe, expect, it } from 'vitest';
7-
import { createTestPairs } from '@polkadot/keyring/testingPairs';
87
import ACAABI from '@acala-network/contracts/build/contracts/Token.json';
98
import ADDRESS from '@acala-network/contracts/utils/MandalaAddress';
109
import dotenv from 'dotenv';
1110

1211
import { EvmRpcProvider } from '../../rpc-provider';
13-
import { calcEthereumTransactionParams, sendTx, sleep } from '../../utils';
12+
import { calcEthereumTransactionParams, sleep } from '../../utils';
1413
import { computeDefaultSubstrateAddress } from '../../utils/address';
1514
import evmAccounts from '../evmAccounts';
1615

Diff for: scripts/e2e-tests/configs/acala.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ endpoint: wss://acala-rpc.aca-api.network
22
mock-signature-host: true
33
# block: 2694000
44
db: ./db.sqlite
5-
wasm-override: ./wasm/acala-2220.wasm
5+
wasm-override: ./wasm/acala-2230.wasm
66

77
import-storage:
88
Sudo:

Diff for: scripts/e2e-tests/configs/karura.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ endpoint: wss://karura-rpc.aca-api.network
22
mock-signature-host: true
33
# block: 3000000
44
db: ./db.sqlite
5-
wasm-override: ./wasm/karura-2220.wasm
5+
wasm-override: ./wasm/karura-2230.wasm
66

77
import-storage:
88
Sudo:

Diff for: scripts/e2e-tests/wasm/acala-2230.wasm

1.53 MB
Binary file not shown.

Diff for: scripts/e2e-tests/wasm/karura-2230.wasm

1.54 MB
Binary file not shown.

0 commit comments

Comments
 (0)