Skip to content

Commit ff0c9c7

Browse files
authored
Fix sendCallsStatus test types (#3057)
1 parent ce45475 commit ff0c9c7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/thirdweb/src/wallets/eip5792/get-calls-status.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,18 @@ const RAW_UNSUPPORTED_ERROR = {
1414
};
1515

1616
const SEND_CALLS_OPTIONS: Omit<SendCallsOptions, "wallet"> = {
17-
client: TEST_CLIENT,
1817
calls: [
1918
{
2019
to: "0x2a4f24F935Eb178e3e7BA9B53A5Ee6d8407C0709",
2120
data: "0xabcdef",
21+
chain: ANVIL_CHAIN,
22+
client: TEST_CLIENT,
2223
},
2324
{
2425
to: "0xa922b54716264130634d6ff183747a8ead91a40b",
2526
value: 123n,
27+
chain: ANVIL_CHAIN,
28+
client: TEST_CLIENT,
2629
},
2730
],
2831
};

0 commit comments

Comments
 (0)