fix Build issue (#1819)

This commit is contained in:
snoopy-mev 2022-10-31 12:56:05 -04:00 committed by GitHub
parent 50c7ff1d8e
commit 14e038860b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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