From 63ed1a2befb58ef5c1599408fb62031cf559d094 Mon Sep 17 00:00:00 2001 From: Jayant Krishnamurthy Date: Tue, 8 Jul 2025 10:26:10 -0700 Subject: [PATCH] hardhat config for abstract --- target_chains/ethereum/contracts/hardhat.config.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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: {