Skip to content

Commit

Permalink
Use key / type/ location format for emulator account
Browse files Browse the repository at this point in the history
  • Loading branch information
chasefleming committed May 1, 2023
1 parent b709b8c commit 4d2fe9e
Show file tree
Hide file tree
Showing 5 changed files with 617 additions and 482 deletions.
1 change: 1 addition & 0 deletions emulator.key
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ba68d45a5acaa52f3cacf4ad3a64d9523e0ce0ae3addb1ee6805385b380b7646
14 changes: 0 additions & 14 deletions emulator.private.json

This file was deleted.

6 changes: 5 additions & 1 deletion flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
},
"accounts": {
"emulator-account": {
"fromFile": "./emulator.private.json"
"address": "f8d6e0586b0a20c7",
"key": {
"type": "file",
"location": "./emulator.key"
}
}
},
"deployments": {
Expand Down
Loading

0 comments on commit 4d2fe9e

Please sign in to comment.