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 6455248 commit c0d2d2cCopy full SHA for c0d2d2c
hardhat.config.ts
@@ -109,7 +109,8 @@ const config: HardhatUserConfig = {
109
},
110
abstract_mainnet: {
111
accounts: [privateKey],
112
- url: "https://api.mainnet.abs.xyz/",
+ url: "https://abstract-mainnet.g.alchemy.com/v2/Pk9WxhSmiEIMJzL5kEO2rW-6iYMYiOIg",
113
+ // url: "https://api.mainnet.abs.xyz/",
114
// verifyURL: "https://api.abscan.org/api",
115
116
// verifyURL:
0 commit comments