From ca599dd50f3a21b9ab9cf1ca89bc589b6cd14486 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Thu, 23 May 2019 15:07:54 -0400 Subject: [PATCH] add example accounts --- accounts.example.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 accounts.example.json 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" + } + ] +}