Skip to content

Commit 9805bbd

Browse files
authored
hardhat config for abstract (#2853)
1 parent 8ad30ca commit 9805bbd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

target_chains/ethereum/contracts/hardhat.config.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ module.exports = {
6060
verifyURL:
6161
"https://api-explorer-verify.testnet.abs.xyz/contract_verification",
6262
},
63+
abstract: {
64+
url: "https://api.mainnet.abs.xyz",
65+
ethNetwork: "mainnet",
66+
zksync: true,
67+
verifyURL:
68+
"https://api-explorer-verify.mainnet.abs.xyz/contract_verification",
69+
},
6370
mathMainnet: {
6471
url: "https://redacted.master.dev/",
6572
ethNetwork: "mainnet",
@@ -112,7 +119,7 @@ module.exports = {
112119
],
113120
},
114121
solidity: {
115-
version: "0.8.29",
122+
version: "0.8.20",
116123
evmVersion: "paris",
117124
settings: {
118125
optimizer: {

0 commit comments

Comments
 (0)