mirror of
https://github.com/forta-network/go-multicall.git
synced 2026-02-26 15:47:23 +00:00
fix readme
This commit is contained in:
parent
4412fa0ea2
commit
1b7f9d45fb
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ A thin Go client for making multiple function calls in single `eth_call` request
|
|||
- Uses the go-ethereum tools and libraries
|
||||
- Interfaces with the [MakerDAO `Multicall3` contract](https://github.com/mds1/multicall)
|
||||
|
||||
_**Warning:** MakerDAO Multicall contracts are different than the [forta-network Multicall contract](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/utils/Multicall.sol). Please see [this thread](https://forum.openzeppelin.com/t/multicall-by-oz-and-makerdao-has-a-difference/9350) in the forta-network forum if you are looking for an explanation._
|
||||
_**Warning:** MakerDAO Multicall contracts are different than the [OpenZeppelin Multicall contract](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/utils/Multicall.sol). Please see [this thread](https://forum.openzeppelin.com/t/multicall-by-oz-and-makerdao-has-a-difference/9350) in the forta-network forum if you are looking for an explanation._
|
||||
|
||||
## Install
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue