mirror of
https://github.com/status-im/status-go.git
synced 2025-01-27 06:56:29 +00:00
3d00af7fa3
- Replace command line flags with `-c` config flag. Part of #1180 - Convert node config private keys to hex-encoded string versions. - Remove `GenerateConfig` from library. - Remove unused `FirebaseConfig` from library. - Fix loading of `config/status-chain-genesis.json` in non-dev machines.
15 lines
330 B
JSON
15 lines
330 B
JSON
{
|
|
"Account1": {
|
|
"Address": "0xbF164ca341326a03b547c05B343b2E21eFAe24b9",
|
|
"Password": "password"
|
|
},
|
|
"Account2": {
|
|
"Address": "0x205a5d0E72ff65079FCaBB4A63E33d28aA6Def2C",
|
|
"Password": "password"
|
|
},
|
|
"Account3": {
|
|
"Address": "0x3ad34e698d4806afd08b359b920f5c6b62b68ee4",
|
|
"Password": "password"
|
|
}
|
|
}
|