Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if (isCI) {
const pos_url = (process.env.POS_URL as string) || "http://localhost:8545";
const etherscan_goerli_api_key = (process.env.ETHERSCAN_GOERLI_API_KEY as string) || "";

const seed = process.env.PRIVKEY_MNEMONIC as string;
const seed = process.env.PRIVKEY_MNEMONIC as string || "test test test test test test test test test test test junk";
const default_accounts = {
mnemonic: seed,
path: "m/44'/60'/0'/0",
Expand Down