Skip to content

Commit 19476d7

Browse files
authored
multicall3 in table of contents (#2295)
* multicall3 in table of contents * multicall link fix * Trigger Build * Trigger Build
1 parent 6232d5a commit 19476d7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitbook.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ redirects:
324324
reference/reference/overview: reference/general/README.md
325325
reference: reference/general/README.md
326326
smart-contracts/advanced/wfil: smart-contracts/advanced/wrapped-fil.md
327+
smart-contracts/advanced/multicall: smart-contracts/advanced/multicall.md
327328
smart-contracts/developing-contracts: smart-contracts/developing-contracts/best-practices.md
328329
smart-contracts/filecoin-evm-runtime/differences-with-ethereum: smart-contracts/fundamentals/README.md
329330
smart-contracts/filecoin-evm-runtime/filforwader: smart-contracts/filecoin-evm-runtime/filforwarder.md

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@
129129
* [Advanced](smart-contracts/advanced/README.md)
130130
* [Wrapped FIL](smart-contracts/advanced/wrapped-fil.md)
131131
* [Oracles](smart-contracts/advanced/oracles.md)
132+
* [Multicall](smart-contracts/advanced/multicall.md)
132133
* [Cross-chain bridges](smart-contracts/advanced/cross-chain-bridges.md)
133134
* [Aggregated deal-making](smart-contracts/advanced/aggregated-deal-making.md)
134135

smart-contracts/advanced/multicall.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
description: >-
3-
Multicall allows you to aggregate multiple contract reads into a single JSON-RPC request,
4-
and execute multiple state-changing calls in a single transaction on the FVM.
3+
Multicall allows you to aggregate multiple contract reads into a single JSON-RPC request, and execute multiple state-changing calls in a single transaction on the FVM.
54
---
65

76
# Multicall3

0 commit comments

Comments
 (0)