mirror of
https://github.com/status-im/status-go.git
synced 2025-02-16 16:56:53 +00:00
* Accounts are now encrypted with a strong passphrase. * The encrypted passphrase is stored in .travis.yml * Public testnet tests are now run after tests on a private net
17 lines
327 B
JSON
17 lines
327 B
JSON
{
|
|
"Node": {
|
|
"SyncSeconds": 30,
|
|
"HTTPPort": 8645,
|
|
"WSPort": 8646
|
|
},
|
|
"Account1": {
|
|
"Address": "0xF35E0325dad87e2661c4eF951d58727e6d583d5c"
|
|
},
|
|
"Account2": {
|
|
"Address": "0xA0a19221268d939c3a972bf5461dC10f7980E814"
|
|
},
|
|
"Account3": {
|
|
"Address": "0xa7e0214f35481b644e139d689db54b3e625f1c88"
|
|
}
|
|
}
|