Skip to content

Commit

Permalink
fix: accounts.json sample cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
krogla committed Oct 23, 2023
1 parent 2ef88ab commit c3756aa
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions accounts.sample.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,12 @@
{
"eth": {
"localhost": {
"dev-example": {
"mnemonic": "test test test test test test test test test test test junk",
"path": "m/44'/60'/0'/0",
"initialIndex": 0,
"count": 20
},
"dev": {
"mnemonic": "rich dune dash tag exercise veteran sword speed spike absorb disease brush bracket doll noodle",
"path": "m/44'/60'/0'/0",
"initialIndex": 0,
"count": 20
},
"e2e": {
"mnemonic": "explain tackle mirror kit van hammer degree position ginger unfair soup bonus",
"path": "m/44'/60'/0'/0",
"initialIndex": 0,
"count": 50
},
"mainnet-fork-shapella-upgrade": ["4f3edf983ac636a65a842ce7c78d9aa706d3b113bce9c46f30d7d21715b23b1d"]
"fork-example": ["ac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80"]
},
"infura": {
"projectId": "INFURA_PROJECT_ID"
Expand Down

0 comments on commit c3756aa

Please sign in to comment.