We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad30ca commit 9805bbdCopy full SHA for 9805bbd
target_chains/ethereum/contracts/hardhat.config.ts
@@ -60,6 +60,13 @@ module.exports = {
60
verifyURL:
61
"https://api-explorer-verify.testnet.abs.xyz/contract_verification",
62
},
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
+ },
70
mathMainnet: {
71
url: "https://redacted.master.dev/",
72
ethNetwork: "mainnet",
@@ -112,7 +119,7 @@ module.exports = {
112
119
],
113
120
114
121
solidity: {
115
- version: "0.8.29",
122
+ version: "0.8.20",
116
123
evmVersion: "paris",
117
124
settings: {
118
125
optimizer: {
0 commit comments