We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sendCallsStatus
1 parent ce45475 commit ff0c9c7Copy full SHA for ff0c9c7
packages/thirdweb/src/wallets/eip5792/get-calls-status.test.ts
@@ -14,15 +14,18 @@ const RAW_UNSUPPORTED_ERROR = {
14
};
15
16
const SEND_CALLS_OPTIONS: Omit<SendCallsOptions, "wallet"> = {
17
- client: TEST_CLIENT,
18
calls: [
19
{
20
to: "0x2a4f24F935Eb178e3e7BA9B53A5Ee6d8407C0709",
21
data: "0xabcdef",
+ chain: ANVIL_CHAIN,
22
+ client: TEST_CLIENT,
23
},
24
25
to: "0xa922b54716264130634d6ff183747a8ead91a40b",
26
value: 123n,
27
28
29
30
],
31
0 commit comments