Skip to content

Commit

Permalink
Use the correct multicall router
Browse files Browse the repository at this point in the history
  • Loading branch information
af-afk committed Dec 12, 2024
1 parent b2403f4 commit d1fefa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/graphql.ethereum/lib/erc20/erc20.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
)

// multicallAddr from the default web config multicall (testnet only!)
var multicallAddr = ethCommon.HexToAddress("0x1cAE7315c6E1dd217982317F2d1399e76F4BD994")
var multicallAddr = ethCommon.HexToAddress("0xcA11bde05977b3631167028862bE2a173976CA11")

var (
//go:embed erc20.json
Expand Down

0 comments on commit d1fefa2

Please sign in to comment.