diff --git a/caller.go b/caller.go index 322f387..8b354b2 100644 --- a/caller.go +++ b/caller.go @@ -8,7 +8,7 @@ import ( "github.com/ethereum/go-ethereum/accounts/abi/bind" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/ethclient" - "github.com/forta-network/go-multicall/contracts/contract_multicall" + "github.com/xiangxn/go-multicall/contracts/contract_multicall" ) // DefaultAddress is the same for all chains (Multicall3).