File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const etherscanApiKey = process.env.ETHERSCAN_V2_API_KEY || "DNXJA8RX2Q3VZ4URQIW
2121
2222// If not set, it uses ours Alchemy's default API key.
2323// You can get your own at https://dashboard.alchemyapi.io
24- const providerApiKey = process . env . ALCHEMY_API_KEY || "oKxs-03sij-U_N0iOlrSsZFr29-IqbuF " ;
24+ const providerApiKey = process . env . ALCHEMY_API_KEY || "cR4WnXePioePZ5fFrnSiR " ;
2525
2626const config : HardhatUserConfig = {
2727 solidity : {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export type ScaffoldConfig = {
99 onlyLocalBurnerWallet : boolean ;
1010} ;
1111
12- export const DEFAULT_ALCHEMY_API_KEY = "oKxs-03sij-U_N0iOlrSsZFr29-IqbuF " ;
12+ export const DEFAULT_ALCHEMY_API_KEY = "cR4WnXePioePZ5fFrnSiR " ;
1313
1414const scaffoldConfig = {
1515 // The networks on which your DApp is live
You can’t perform that action at this time.
0 commit comments