Explorar el Código

hardhat config for abstract (#2853)

Jayant Krishnamurthy hace 4 meses
padre
commit
9805bbd6ec
Se han modificado 1 ficheros con 8 adiciones y 1 borrados
  1. 8 1
      target_chains/ethereum/contracts/hardhat.config.ts

+ 8 - 1
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: {