Skip to content

Commit 9866c51

Browse files
authored
Update Alchemy API key to new rolling key for tracking new/old requests (#1190)
1 parent c372e11 commit 9866c51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/hardhat/hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2626
const config: HardhatUserConfig = {
2727
solidity: {

packages/nextjs/scaffold.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1414
const scaffoldConfig = {
1515
// The networks on which your DApp is live

0 commit comments

Comments
 (0)