status-go/static/config/test-data.json

15 lines
300 B
JSON
Raw Normal View History

2017-03-14 22:57:07 +00:00
{
"Node": {
2017-05-27 20:26:07 +00:00
"SyncSeconds": 7,
2017-03-14 22:57:07 +00:00
"HTTPPort": 8645,
"WSPort": 8646
},
"Account1": {
"Address": "0xadaf150b905cf5e6a778e553e15a139b6618bbb7",
"Password": "asdfasdf"
},
"Account2": {
"Address": "0x65c01586aa0ce152835c788ace665e91ab3527b8",
2017-03-14 22:57:07 +00:00
"Password": "asdfasdf"
}
}