Skip to content

Commit

Permalink
fix: removed sensitive info
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaDSan authored Jun 21, 2024
1 parent 833e8aa commit 50d1914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dotenv.config();
// Using a hardcoded solution to avoid GitHub actions issues
const DEPLOYER_PRIVATE_KEY =
process.env.DEPLOYER_PRIVATE_KEY ||
"0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80";
"";

const config: HardhatUserConfig = {
solidity: {
Expand Down

0 comments on commit 50d1914

Please sign in to comment.