From 14e038860b17807c148cad08192e0722c86753fb Mon Sep 17 00:00:00 2001 From: snoopy-mev <88239744+snoopy-mev@users.noreply.github.com> Date: Mon, 31 Oct 2022 12:56:05 -0400 Subject: [PATCH] fix Build issue (#1819) --- ethers-contract/src/multicall/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethers-contract/src/multicall/mod.rs b/ethers-contract/src/multicall/mod.rs index e120a87f..99cde5ab 100644 --- a/ethers-contract/src/multicall/mod.rs +++ b/ethers-contract/src/multicall/mod.rs @@ -29,7 +29,7 @@ pub const MULTICALL_ADDRESS: Address = H160([ /// The chain IDs that [`MULTICALL_ADDRESS`] has been deployed to. /// Taken from: https://github.com/mds1/multicall#multicall3-contract-addresses -pub static MULTICALL_SUPPORTED_CHAIN_IDS: Lazy<[U256; 47]> = Lazy::new(|| { +pub static MULTICALL_SUPPORTED_CHAIN_IDS: Lazy<[U256; 48]> = Lazy::new(|| { use Chain::*; [ U256::from(Mainnet), // Mainnet