diff --git a/CHANGELOG.md b/CHANGELOG.md index 685ad404..2d9ecf41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,7 @@ - Deployed V3 Gyro E-CLP Factory to all networks. - Deployed V3 Gyro 2-CLP Factory to all networks. - Deployed V3 Stable Pool Factory V2 to all networks. -- Deployed V3 Stable Surg Hook V2 to all networks. +- Deployed V3 Stable Surge Hook V2 to all networks. - Deployed V3 Stable Surge Pool Factory V2 to all networks. - Deployed V3 Vault Explorer V2 to all networks. diff --git a/hardhat.config.ts b/hardhat.config.ts index 23a88d41..f5be74cf 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -472,7 +472,7 @@ export default { etherscan: { customChains: [ { - network: 'zkemv', + network: 'zkevm', chainId: 1101, urls: { apiURL: 'https://api-zkevm.polygonscan.com/api', @@ -503,6 +503,14 @@ export default { browserURL: 'https://modescan.io', }, }, + { + network: 'avalanche', + chainId: 43114, + urls: { + apiURL: 'https://api.snowscan.xyz/api', + browserURL: 'https://snowscan.xyz/', + }, + }, ], }, };