Skip to content

Commit

Permalink
ci: add mainnet mnemonic placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
amarinkovic committed Jan 19, 2024
1 parent 52b7ce8 commit 9e12b1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
run: yarn

- name: Drop-in Test Wallet
run: echo "test test test test test test test test test test test junk" > ./nayms_mnemonic.txt
run: |
echo "test test test test test test test test test test test junk" > ./nayms_mnemonic.txt
echo "test test test test test test test test test test test junk" > ./nayms_mnemonic_mainnet.txt

- name: Build solidity contracts
run: make build
Expand Down

0 comments on commit 9e12b1d

Please sign in to comment.