Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
fix Build issue (#1819)
Browse files Browse the repository at this point in the history
  • Loading branch information
snoopy-mev authored Oct 31, 2022
1 parent 50c7ff1 commit 14e0388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethers-contract/src/multicall/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14e0388

Please sign in to comment.