# @civic/civic-eth-provider Changelog

## 0.0.20
- Overwrite mistakenly published release version

## 0.0.16
- Use Infura for Arbitrum Sepolia

## 0.0.15
- Add ArbitrumSepolia

## 0.0.14
- Feat: Update getProvider code to support aliases and be csae-insensitive.
## 0.0.13
- Feat: Add function to look up all aliases for a given EVM network name

## 0.0.12
- Feat: Add Fantom mainnet and testnet

## 0.0.11
- Fix: Change Arbitrum chains currency definition to ETH

## 0.0.10
- Fix polygonZKEVM Alchemy RPC endpoint

## 0.0.9
- Add polygonZKEVM support
## 0.0.8
- Expose getNetworkName and getNetwork

## 0.0.2
- Remove dependency on gatekeeper-types

## 0.0.1
- First release of civic-eth-provider. Building Infura providers for EVM chains. Providing chain ID lookups.

## 0.0.7
- Set target in tsconfig so the library can work in esm front-end projects.
