Skip to content

Commit cb6e71a

Browse files
committed
fix dev tests
1 parent 25927f7 commit cb6e71a

File tree

3 files changed

+2
-61
lines changed

3 files changed

+2
-61
lines changed

test/suites/dev/moonbase/test-balance/test-balance-reducible.ts

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ describeSuite({
2828
const existentialDeposit = context
2929
.polkadotJs()
3030
.consts.balances.existentialDeposit.toBigInt();
31-
const minDepositAmount = context.polkadotJs().consts.democracy.minimumDeposit.toBigInt();
3231
const proposal = context
3332
.polkadotJs()
3433
.tx.balances.forceSetBalance(randomAccount.address, 100);

test/suites/dev/moonbase/test-contract/test-contract-delegate-call.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { ALITH_ADDRESS } from "@moonwall/util";
44
import { encodeFunctionData, Abi } from "viem";
55

66
const PRECOMPILE_PREFIXES = [
7-
1, 2, 3, 4, 5, 6, 7, 8, 9, 1024, 1026, 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2055, 2056, 2057,
8-
2058, 2059,
7+
1, 2, 3, 4, 5, 6, 7, 8, 9, 1024, 1026, 2048, 2049, 2050, 2052, 2053, 2054, 2055, 2056, 2057, 2058,
8+
2059,
99
];
1010

1111
// Ethereum precompile 1-9 are pure and allowed to be called through DELEGATECALL

test/suites/dev/moonbase/test-precompile/test-precompile-democracy2.ts

-58
This file was deleted.

0 commit comments

Comments
 (0)