diff --git a/target_chains/ethereum/contracts/hardhat.config.ts b/target_chains/ethereum/contracts/hardhat.config.ts index fbe3ac591b..a12903b7d9 100644 --- a/target_chains/ethereum/contracts/hardhat.config.ts +++ b/target_chains/ethereum/contracts/hardhat.config.ts @@ -60,6 +60,13 @@ module.exports = { verifyURL: "https://api-explorer-verify.testnet.abs.xyz/contract_verification", }, + abstract: { + url: "https://api.mainnet.abs.xyz", + ethNetwork: "mainnet", + zksync: true, + verifyURL: + "https://api-explorer-verify.mainnet.abs.xyz/contract_verification", + }, mathMainnet: { url: "https://redacted.master.dev/", ethNetwork: "mainnet", @@ -112,7 +119,7 @@ module.exports = { ], }, solidity: { - version: "0.8.29", + version: "0.8.20", evmVersion: "paris", settings: { optimizer: {