-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
69bc3e9
commit a67dc28
Showing
5 changed files
with
43 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
import _ from 'lodash'; | ||
import fs from 'fs'; | ||
import { ganacheAccountKeyPath } from './config'; | ||
|
||
const KeysJson = JSON.parse(fs.readFileSync(ganacheAccountKeyPath, 'utf-8')); | ||
const AddressList = _.keys(_.get(KeysJson, 'private_keys')) | ||
|
||
function getAddress(idx=0) { | ||
try { | ||
return AddressList[idx] | ||
} catch (error) { | ||
return undefined | ||
} | ||
} | ||
|
||
function getPrivateKey(idx=0) { | ||
try { | ||
return _.get(_.get(KeysJson, 'private_keys'), getAddress(idx)) | ||
} catch (error) { | ||
return undefined | ||
} | ||
} | ||
|
||
const Ganache = { | ||
getAddress, | ||
getPrivateKey | ||
} | ||
|
||
export default Ganache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"addresses":{"0xe80d270feaa70db6efdbcccd593cd9a10e8ecd8c":{"secretKey":{"type":"Buffer","data":[35,7,24,50,6,254,136,171,26,209,110,218,14,128,121,187,16,242,160,170,38,86,59,87,68,192,248,107,185,21,138,225]},"publicKey":{"type":"Buffer","data":[22,207,78,48,200,145,144,49,221,245,51,22,76,241,161,46,222,1,96,166,210,15,97,44,159,183,100,239,98,144,59,49,76,18,138,132,143,163,3,186,136,161,96,36,174,196,198,73,198,200,59,186,8,239,101,127,119,237,84,204,49,169,156,215]},"address":"0xe80d270feaa70db6efdbcccd593cd9a10e8ecd8c","account":{"nonce":"0x","balance":"0x01431e0fae6d7217caa0000000","stateRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","codeHash":"0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470"}},"0x867af5b690d519a1b5bce3ca2bd676434812edcc":{"secretKey":{"type":"Buffer","data":[121,74,194,82,29,63,196,148,218,82,61,66,153,13,111,142,201,225,47,110,138,191,250,174,22,56,23,171,48,229,16,73]},"publicKey":{"type":"Buffer","data":[202,66,29,52,112,209,252,49,248,159,107,180,179,41,181,243,207,130,40,115,165,26,147,240,115,177,49,57,225,81,35,122,178,30,205,165,85,193,60,103,215,68,136,31,218,191,204,5,210,185,34,89,97,130,194,171,42,68,87,87,222,112,19,14]},"address":"0x867af5b690d519a1b5bce3ca2bd676434812edcc","account":{"nonce":"0x","balance":"0x01431e0fae6d7217caa0000000","stateRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","codeHash":"0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470"}},"0x726dce5342f6b227cefbf3e9ba87fefaf57a1ea5":{"secretKey":{"type":"Buffer","data":[21,8,89,20,168,30,135,251,223,235,220,99,152,160,233,178,120,231,151,113,227,142,177,119,246,206,61,55,245,181,179,161]},"publicKey":{"type":"Buffer","data":[15,95,31,233,194,210,133,152,217,172,49,232,93,235,182,185,122,46,21,205,56,226,98,27,115,172,242,134,43,12,24,55,254,190,214,183,212,180,161,105,227,138,213,233,9,132,182,61,164,79,125,39,164,14,171,128,215,228,38,11,101,1,74,18]},"address":"0x726dce5342f6b227cefbf3e9ba87fefaf57a1ea5","account":{"nonce":"0x","balance":"0x01431e0fae6d7217caa0000000","stateRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","codeHash":"0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470"}},"0x2586e2f2e7ed4cba3e4402b695945eb0a85e4159":{"secretKey":{"type":"Buffer","data":[134,79,188,151,200,44,189,162,113,179,155,118,235,94,195,172,167,66,89,11,252,160,37,65,126,205,38,18,91,42,110,236]},"publicKey":{"type":"Buffer","data":[170,44,99,154,127,242,113,243,117,53,229,233,24,82,75,107,144,108,29,24,130,105,194,153,10,79,136,205,87,232,99,248,182,61,65,121,100,217,156,223,193,142,240,46,182,105,60,225,75,119,107,28,159,68,243,235,151,77,95,218,188,165,205,201]},"address":"0x2586e2f2e7ed4cba3e4402b695945eb0a85e4159","account":{"nonce":"0x","balance":"0x01431e0fae6d7217caa0000000","stateRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","codeHash":"0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470"}},"0x747be440e1066a426094f8d0ad1cc90eae3cf5c7":{"secretKey":{"type":"Buffer","data":[24,207,91,183,202,130,194,53,153,62,58,43,86,43,230,158,75,67,169,123,28,43,133,10,19,115,115,249,212,23,102,43]},"publicKey":{"type":"Buffer","data":[135,121,235,231,181,98,241,159,106,97,143,75,30,140,133,69,58,116,110,179,208,24,149,241,51,233,112,61,181,10,69,101,151,37,153,166,147,184,80,25,49,235,48,200,213,180,172,206,41,179,42,240,50,34,163,87,64,146,74,9,216,114,177,72]},"address":"0x747be440e1066a426094f8d0ad1cc90eae3cf5c7","account":{"nonce":"0x","balance":"0x01431e0fae6d7217caa0000000","stateRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","codeHash":"0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470"}},"0x924abcc59754bc341d7208390e47829cd81b8bef":{"secretKey":{"type":"Buffer","data":[119,33,86,155,129,176,139,198,14,25,114,171,115,218,80,21,172,8,65,230,244,167,41,255,183,8,245,9,3,29,99,36]},"publicKey":{"type":"Buffer","data":[167,208,69,176,87,214,183,87,39,251,158,172,121,11,204,197,163,237,5,101,135,252,3,4,163,246,154,236,42,146,188,193,222,208,155,206,83,213,156,216,37,162,166,4,175,187,123,75,96,115,165,45,79,210,81,5,201,8,197,147,128,198,43,155]},"address":"0x924abcc59754bc341d7208390e47829cd81b8bef","account":{"nonce":"0x","balance":"0x01431e0fae6d7217caa0000000","stateRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","codeHash":"0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470"}},"0x38369d937ecae103c6f4cbd7135c711488f94798":{"secretKey":{"type":"Buffer","data":[205,51,165,31,20,79,103,158,182,236,143,146,29,61,202,87,78,118,165,18,216,202,61,224,159,119,104,60,89,108,121,83]},"publicKey":{"type":"Buffer","data":[200,36,206,73,250,97,114,250,193,117,91,200,223,21,140,123,143,188,8,191,243,189,46,241,169,91,72,154,208,37,96,114,242,208,177,56,100,209,58,62,200,252,151,62,180,78,74,48,23,252,21,208,117,39,63,120,193,203,1,176,130,206,146,114]},"address":"0x38369d937ecae103c6f4cbd7135c711488f94798","account":{"nonce":"0x","balance":"0x01431e0fae6d7217caa0000000","stateRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","codeHash":"0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470"}},"0xb1fb0c3981a3e4e920bef5b01f315b4124468051":{"secretKey":{"type":"Buffer","data":[170,8,189,228,127,64,86,161,241,59,5,209,10,90,138,209,26,178,91,128,31,209,18,249,27,238,78,247,113,234,170,134]},"publicKey":{"type":"Buffer","data":[88,244,227,219,214,155,182,219,211,44,246,101,139,89,22,196,1,210,177,141,102,38,40,144,84,184,208,157,205,248,36,208,127,65,139,23,105,10,154,17,171,24,54,59,162,61,55,82,97,167,245,107,214,140,66,230,76,24,132,87,67,88,175,198]},"address":"0xb1fb0c3981a3e4e920bef5b01f315b4124468051","account":{"nonce":"0x","balance":"0x01431e0fae6d7217caa0000000","stateRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","codeHash":"0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470"}},"0xd994253c034c0d61022e29fbcb908a0e31d47807":{"secretKey":{"type":"Buffer","data":[88,132,47,17,211,27,228,56,98,154,225,169,126,243,230,159,18,249,95,176,161,30,95,182,241,6,26,180,34,35,226,127]},"publicKey":{"type":"Buffer","data":[27,224,140,63,45,167,234,243,250,124,56,206,230,178,168,174,33,80,114,25,51,213,195,203,164,9,198,233,166,16,189,170,188,116,83,240,232,18,53,150,177,240,187,113,195,205,106,251,59,1,183,33,163,58,0,83,57,241,208,75,147,248,120,186]},"address":"0xd994253c034c0d61022e29fbcb908a0e31d47807","account":{"nonce":"0x","balance":"0x01431e0fae6d7217caa0000000","stateRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","codeHash":"0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470"}},"0x5f610be3fbc23bda79df1a1acdafa39d05daf6bd":{"secretKey":{"type":"Buffer","data":[125,51,10,92,121,197,50,42,39,72,100,132,216,168,85,214,212,43,118,190,87,246,11,92,103,154,36,18,227,178,82,50]},"publicKey":{"type":"Buffer","data":[10,115,105,58,143,170,177,210,12,15,23,75,74,123,80,125,223,213,37,210,37,203,151,122,62,217,124,126,24,117,143,148,160,72,196,197,89,84,100,100,87,240,67,15,0,150,52,9,64,127,249,44,246,100,74,5,195,188,80,23,237,194,196,97]},"address":"0x5f610be3fbc23bda79df1a1acdafa39d05daf6bd","account":{"nonce":"0x","balance":"0x01431e0fae6d7217caa0000000","stateRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","codeHash":"0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470"}}},"private_keys":{"0xe80d270feaa70db6efdbcccd593cd9a10e8ecd8c":"2307183206fe88ab1ad16eda0e8079bb10f2a0aa26563b5744c0f86bb9158ae1","0x867af5b690d519a1b5bce3ca2bd676434812edcc":"794ac2521d3fc494da523d42990d6f8ec9e12f6e8abffaae163817ab30e51049","0x726dce5342f6b227cefbf3e9ba87fefaf57a1ea5":"15085914a81e87fbdfebdc6398a0e9b278e79771e38eb177f6ce3d37f5b5b3a1","0x2586e2f2e7ed4cba3e4402b695945eb0a85e4159":"864fbc97c82cbda271b39b76eb5ec3aca742590bfca025417ecd26125b2a6eec","0x747be440e1066a426094f8d0ad1cc90eae3cf5c7":"18cf5bb7ca82c235993e3a2b562be69e4b43a97b1c2b850a137373f9d417662b","0x924abcc59754bc341d7208390e47829cd81b8bef":"7721569b81b08bc60e1972ab73da5015ac0841e6f4a729ffb708f509031d6324","0x38369d937ecae103c6f4cbd7135c711488f94798":"cd33a51f144f679eb6ec8f921d3dca574e76a512d8ca3de09f77683c596c7953","0xb1fb0c3981a3e4e920bef5b01f315b4124468051":"aa08bde47f4056a1f13b05d10a5a8ad11ab25b801fd112f91bee4ef771eaaa86","0xd994253c034c0d61022e29fbcb908a0e31d47807":"58842f11d31be438629ae1a97ef3e69f12f95fb0a11e5fb6f1061ab42223e27f","0x5f610be3fbc23bda79df1a1acdafa39d05daf6bd":"7d330a5c79c5322a27486484d8a855d6d42b76be57f60b5c679a2412e3b25232"}} | ||
{"addresses":{"0x1e0b831bad9bbd1f612da78338d35273fa37afab":{"secretKey":{"type":"Buffer","data":[86,109,113,50,218,109,26,120,8,61,29,200,216,49,30,5,22,1,108,106,133,38,188,84,131,22,176,127,158,137,99,200]},"publicKey":{"type":"Buffer","data":[102,10,163,197,156,93,72,76,44,88,227,201,230,23,167,31,85,88,176,224,80,238,238,79,5,183,133,60,152,84,151,120,205,41,159,117,177,206,254,212,26,91,206,250,127,102,130,143,135,182,117,61,60,190,141,83,61,154,94,70,187,126,111,66]},"address":"0x1e0b831bad9bbd1f612da78338d35273fa37afab","account":{"nonce":"0x","balance":"0x01431e0fae6d7217caa0000000","stateRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","codeHash":"0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470"}},"0xd5ee5c13200817c7e95ca5d871b1d15e038d7cae":{"secretKey":{"type":"Buffer","data":[136,53,251,230,110,34,172,199,82,248,152,237,27,118,143,187,71,221,143,3,183,47,244,216,248,183,24,107,171,114,66,212]},"publicKey":{"type":"Buffer","data":[94,77,222,33,240,7,51,27,145,120,70,83,234,60,80,199,236,172,83,108,23,121,82,137,151,142,163,46,184,92,117,27,8,135,28,185,128,172,221,76,169,97,88,228,153,46,132,56,99,10,1,254,209,34,84,209,99,224,232,31,147,1,168,55]},"address":"0xd5ee5c13200817c7e95ca5d871b1d15e038d7cae","account":{"nonce":"0x","balance":"0x01431e0fae6d7217caa0000000","stateRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","codeHash":"0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470"}},"0xd2f72c3f0b9f919d61aa573e124ea86da023865b":{"secretKey":{"type":"Buffer","data":[169,25,51,212,130,182,54,156,208,250,77,173,175,18,222,119,229,7,244,138,137,205,181,158,46,66,86,252,98,133,20,222]},"publicKey":{"type":"Buffer","data":[204,125,248,153,137,91,209,3,44,50,118,247,225,210,59,208,11,91,25,237,49,136,201,232,165,223,12,83,189,67,113,171,9,231,248,193,179,176,123,119,186,255,145,181,93,86,57,224,186,255,10,140,56,114,74,239,175,93,36,195,225,246,114,159]},"address":"0xd2f72c3f0b9f919d61aa573e124ea86da023865b","account":{"nonce":"0x","balance":"0x01431e0fae6d7217caa0000000","stateRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","codeHash":"0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470"}},"0xf91b3253286a77f283b8eb52adbeee461ff9d663":{"secretKey":{"type":"Buffer","data":[1,119,25,146,251,214,178,187,39,0,204,230,151,174,97,88,232,122,232,182,17,29,250,58,159,193,53,103,146,135,192,225]},"publicKey":{"type":"Buffer","data":[252,30,72,84,39,36,141,79,219,180,28,19,231,183,46,156,81,49,106,121,251,230,21,185,152,180,248,226,241,129,131,19,239,216,5,9,112,35,211,24,205,224,116,216,179,70,137,61,47,19,224,84,248,150,235,80,125,54,184,108,145,229,37,17]},"address":"0xf91b3253286a77f283b8eb52adbeee461ff9d663","account":{"nonce":"0x","balance":"0x01431e0fae6d7217caa0000000","stateRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","codeHash":"0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470"}},"0x03c0ddfe109a2c3dba4930da19f415549bae70b8":{"secretKey":{"type":"Buffer","data":[47,205,143,62,146,3,21,154,242,93,24,250,249,114,172,224,127,133,149,246,247,53,184,203,11,139,192,95,15,254,108,104]},"publicKey":{"type":"Buffer","data":[196,107,55,164,122,194,21,184,98,42,70,136,231,139,90,253,62,102,142,53,178,42,58,21,34,91,91,118,35,65,74,32,189,52,76,99,175,190,129,210,222,165,92,207,198,240,143,131,61,138,188,30,5,202,233,211,92,168,141,0,202,104,225,24]},"address":"0x03c0ddfe109a2c3dba4930da19f415549bae70b8","account":{"nonce":"0x","balance":"0x01431e0fae6d7217caa0000000","stateRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","codeHash":"0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470"}},"0x7fd127d4e64278fe545e04486226ba3e0d2035af":{"secretKey":{"type":"Buffer","data":[168,75,30,169,229,144,138,153,42,45,167,247,247,139,79,54,63,119,79,156,57,27,235,136,207,134,65,152,237,54,121,133]},"publicKey":{"type":"Buffer","data":[218,150,177,131,253,29,71,142,65,237,22,226,252,57,131,150,112,47,6,4,98,52,65,69,182,60,107,163,92,249,132,18,40,17,226,249,242,50,197,96,157,148,177,182,236,126,151,116,85,0,224,9,175,123,49,37,255,153,128,49,244,111,212,55]},"address":"0x7fd127d4e64278fe545e04486226ba3e0d2035af","account":{"nonce":"0x","balance":"0x01431e0fae6d7217caa0000000","stateRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","codeHash":"0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470"}},"0xe3bd9bcafad047c506cba84786c4bf2c60dc80f5":{"secretKey":{"type":"Buffer","data":[102,109,147,39,238,194,8,150,23,59,239,165,104,251,35,50,35,155,17,44,18,255,22,122,50,58,79,47,19,143,182,220]},"publicKey":{"type":"Buffer","data":[195,5,206,28,73,57,224,173,6,166,102,136,82,42,140,98,198,155,45,96,107,149,205,196,115,53,151,62,90,182,164,25,217,171,32,190,102,141,7,79,91,144,164,195,152,36,233,212,9,51,245,113,90,107,72,39,167,228,105,111,104,124,234,139]},"address":"0xe3bd9bcafad047c506cba84786c4bf2c60dc80f5","account":{"nonce":"0x","balance":"0x01431e0fae6d7217caa0000000","stateRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","codeHash":"0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470"}},"0x1f6bda5a4a2c1b40520aca6dd07653fca6522d41":{"secretKey":{"type":"Buffer","data":[16,46,246,86,123,249,69,51,16,93,252,162,73,7,152,10,81,135,168,47,29,148,141,251,23,205,184,95,251,150,230,254]},"publicKey":{"type":"Buffer","data":[122,99,113,146,246,134,88,173,229,212,89,50,110,89,202,221,103,135,239,215,193,61,226,151,57,221,40,149,225,237,0,35,97,64,138,233,49,100,228,101,20,107,131,191,253,149,171,193,2,86,89,106,164,252,98,81,145,73,97,43,161,107,25,133]},"address":"0x1f6bda5a4a2c1b40520aca6dd07653fca6522d41","account":{"nonce":"0x","balance":"0x01431e0fae6d7217caa0000000","stateRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","codeHash":"0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470"}},"0x37f23b7f15d7e3a99415ccfcbbfff9f43e1746ad":{"secretKey":{"type":"Buffer","data":[162,166,135,112,39,109,116,170,183,206,126,88,203,124,234,184,219,150,192,249,9,241,212,62,24,187,196,151,107,35,149,36]},"publicKey":{"type":"Buffer","data":[36,86,3,178,52,31,247,66,37,74,232,17,133,76,160,197,149,237,173,119,86,124,255,152,114,166,2,50,47,157,210,36,65,51,180,29,103,244,180,169,244,130,38,160,103,3,197,48,115,34,81,102,215,235,120,18,125,168,172,79,114,3,109,217]},"address":"0x37f23b7f15d7e3a99415ccfcbbfff9f43e1746ad","account":{"nonce":"0x","balance":"0x01431e0fae6d7217caa0000000","stateRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","codeHash":"0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470"}},"0x0b401995e3afa8ccdf5fc4578b5a2e58307c5347":{"secretKey":{"type":"Buffer","data":[71,161,23,65,22,238,29,200,99,170,134,73,5,201,215,210,30,45,88,2,193,116,209,129,112,229,86,252,245,171,240,36]},"publicKey":{"type":"Buffer","data":[142,138,186,158,160,138,98,144,69,142,245,31,238,152,148,105,176,86,219,171,194,246,229,56,103,229,31,45,202,145,198,77,0,138,223,59,239,44,217,111,90,65,151,145,34,95,25,54,159,218,90,202,44,153,44,44,227,50,178,48,13,2,15,100]},"address":"0x0b401995e3afa8ccdf5fc4578b5a2e58307c5347","account":{"nonce":"0x","balance":"0x01431e0fae6d7217caa0000000","stateRoot":"0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421","codeHash":"0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470"}}},"private_keys":{"0x1e0b831bad9bbd1f612da78338d35273fa37afab":"566d7132da6d1a78083d1dc8d8311e0516016c6a8526bc548316b07f9e8963c8","0xd5ee5c13200817c7e95ca5d871b1d15e038d7cae":"8835fbe66e22acc752f898ed1b768fbb47dd8f03b72ff4d8f8b7186bab7242d4","0xd2f72c3f0b9f919d61aa573e124ea86da023865b":"a91933d482b6369cd0fa4dadaf12de77e507f48a89cdb59e2e4256fc628514de","0xf91b3253286a77f283b8eb52adbeee461ff9d663":"01771992fbd6b2bb2700cce697ae6158e87ae8b6111dfa3a9fc135679287c0e1","0x03c0ddfe109a2c3dba4930da19f415549bae70b8":"2fcd8f3e9203159af25d18faf972ace07f8595f6f735b8cb0b8bc05f0ffe6c68","0x7fd127d4e64278fe545e04486226ba3e0d2035af":"a84b1ea9e5908a992a2da7f7f78b4f363f774f9c391beb88cf864198ed367985","0xe3bd9bcafad047c506cba84786c4bf2c60dc80f5":"666d9327eec20896173befa568fb2332239b112c12ff167a323a4f2f138fb6dc","0x1f6bda5a4a2c1b40520aca6dd07653fca6522d41":"102ef6567bf94533105dfca24907980a5187a82f1d948dfb17cdb85ffb96e6fe","0x37f23b7f15d7e3a99415ccfcbbfff9f43e1746ad":"a2a68770276d74aab7ce7e58cb7ceab8db96c0f909f1d43e18bbc4976b239524","0x0b401995e3afa8ccdf5fc4578b5a2e58307c5347":"47a1174116ee1dc863aa864905c9d7d21e2d5802c174d18170e556fcf5abf024"}} |