Skip to content

Commit 447bb99

Browse files
authored
Update purple-houses-sell.md
1 parent 9ba3d21 commit 447bb99

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.changeset/purple-houses-sell.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,13 @@
33
---
44

55
Updated `encodeSystemCalls` and `encodeSystemCallsFrom` to include the `abi` in each call so that different systems/ABIs can be called in batch. Types have been improved to properly hint/narrow the expected arguments for each call.
6+
7+
```diff
8+
-encodeSystemCalls(abi, [{
9+
+encodeSystemCalls([{
10+
+ abi,
11+
systemId: '0x...',
12+
functionName: '...',
13+
args: [...],
14+
}]);
15+
```

0 commit comments

Comments
 (0)