From 35525d5281acb3dc167ff532efab9bef3bbf01ad Mon Sep 17 00:00:00 2001 From: Greg Szabo Date: Thu, 22 Jun 2017 17:44:59 +0000 Subject: [PATCH] added relay only option --- ansible/app_options_files/relay | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ansible/app_options_files/relay diff --git a/ansible/app_options_files/relay b/ansible/app_options_files/relay new file mode 100644 index 000000000..d7322adce --- /dev/null +++ b/ansible/app_options_files/relay @@ -0,0 +1,16 @@ + "accounts": [ + { + "name": "relay", + "address": "1B1BE55F969F54064628A63B9559E7C21C925165", + "pub_key": { + "type": "ed25519", + "data": "619D3678599971ED29C7529DDD4DA537B97129893598A17C82E3AC9A8BA95279" + }, + "coins": [ + { + "denom": "mycoin", + "amount": 9007199254740992 + } + ] + } + ]