diff --git a/accounts.example.json b/accounts.example.json new file mode 100644 index 0000000..dee00d1 --- /dev/null +++ b/accounts.example.json @@ -0,0 +1,7 @@ +{ + "accounts": [ + { + "mnemonic": "add mnemonic here" + } + ] +}