Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ryardley committed Sep 14, 2024
1 parent 2b9431c commit f6d89bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/evm/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ if (!INFURA_KEY || !MNEMONIC || !ETHERSCAN_API_KEY) {
}

// Setting defaults so that tests will run
const mnemonic = MNEMONIC || "test test test test test test test test test test test junk";
const mnemonic =
MNEMONIC || "test test test test test test test test test test test junk";
const infuraApiKey = INFURA_KEY || "zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz";

const chainIds = {
Expand Down

0 comments on commit f6d89bd

Please sign in to comment.