From 8d3e8676d76f268cdc1eb70eafec81575aa926f3 Mon Sep 17 00:00:00 2001 From: Nick Doherty Date: Wed, 18 Oct 2023 18:10:39 +0800 Subject: [PATCH] add Holesky to the Multicall supported chain id's (#2641) --- ethers-contract/src/multicall/constants.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ethers-contract/src/multicall/constants.rs b/ethers-contract/src/multicall/constants.rs index 3cf64c940..c3065d0ad 100644 --- a/ethers-contract/src/multicall/constants.rs +++ b/ethers-contract/src/multicall/constants.rs @@ -14,6 +14,7 @@ pub const MULTICALL_SUPPORTED_CHAIN_IDS: &[u64] = { use Chain::*; &[ Mainnet as u64, // Mainnet + Holesky as u64, // Holesky Kovan as u64, // Kovan Rinkeby as u64, // Rinkeby Goerli as u64, // Görli