Browse Source

Added peng coins

pull/1943/head
Greg Szabo 7 years ago
parent
commit
42394aec2b
1 changed files with 15 additions and 1 deletions
  1. +15
    -1
      ansible/app_options_files/public_testnet

+ 15
- 1
ansible/app_options_files/public_testnet View File

@ -14,7 +14,7 @@
]
},
{
"name": "gregkey",
"name": "greg",
"address": "B01C264BFE9CBD45458256E613A6F07061A3A6B6",
"pub_key": {
"type": "ed25519",
@ -124,5 +124,19 @@
"amount": 1
}
]
},
{
"name": "peng",
"address": "7B8422A210D0F0B8734908C093ECF0E9A768BDB8",
"coins": [
{
"denom": "buckyball",
"amount": 53712836452781
},
{
"denom": "pengcoin",
"amount": 1000
}
]
}
]

Loading…
Cancel
Save