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

Commit

Permalink
feat(multicall): add support for Base mainnet and Goerli (#2574)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimpers authored Aug 31, 2023
1 parent 50bdae5 commit df28b2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ethers-contract/src/multicall/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ pub const MULTICALL_SUPPORTED_CHAIN_IDS: &[u64] = {
Optimism as u64, // Optimism
OptimismKovan as u64, // Optimism Kovan
OptimismGoerli as u64, // Optimism Görli
Base as u64, // Base
BaseGoerli as u64, // Base Görli
Arbitrum as u64, // Arbitrum
ArbitrumNova as u64, // Arbitrum Nova
ArbitrumGoerli as u64, // Arbitrum Görli
Expand Down

0 comments on commit df28b2a

Please sign in to comment.