fix Build issue (#1819)
This commit is contained in:
parent
50c7ff1d8e
commit
14e038860b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue