Skip to content

Commit 49e9832

Browse files
authored
Update runtime 2330 (#1075)
* update runtime 2330 * fix * fix
1 parent eb57576 commit 49e9832

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

chopsticks/configs/acala.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ endpoint: wss://acala-rpc.n.dwellir.com
22
mock-signature-host: true
33
runtime-log-level: 5
44
# block: 7000000
5-
wasm-override: ./chopsticks/wasm/acala-2320.wasm
5+
wasm-override: ./chopsticks/wasm/acala-2330.wasm
66

77
import-storage:
88
Sudo:

chopsticks/wasm/acala-2330.wasm

1.88 MB
Binary file not shown.

packages/eth-rpc-adapter/src/__tests__/endpoint-tests/eth_sendRawTransaction.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ describe('eth_sendRawTransaction', async () => {
120120
const prevBalance = await queryEthBalance(wallet.address);
121121

122122
const gasLimit = BigNumber.from('210000');
123-
const validUntil = 9999999;
123+
const validUntil = 999999999;
124124
const storageLimit = 100000;
125125

126126
const unsignEip712Tx = {
@@ -244,7 +244,7 @@ describe('eth_sendRawTransaction', async () => {
244244
]);
245245

246246
const gasLimit = BigNumber.from('210000');
247-
const validUntil = 9999999;
247+
const validUntil = 999999999;
248248
const storageLimit = 100000;
249249

250250
const transferTX = {

0 commit comments

Comments
 (0)