Skip to content

Commit

Permalink
check locked branch
Browse files Browse the repository at this point in the history
  • Loading branch information
novaknole committed Nov 18, 2024
1 parent da02b48 commit 09e18d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ import 'solidity-docgen';
const dotenvConfigPath: string = process.env.DOTENV_CONFIG_PATH || '../../.env';
dotenvConfig({path: resolve(__dirname, dotenvConfigPath), override: true});

// ss

// check alchemy Api key existence
if (process.env.ALCHEMY_API_KEY) {
addRpcUrlToNetwork(process.env.ALCHEMY_API_KEY);
Expand Down

0 comments on commit 09e18d9

Please sign in to comment.