remove id management from testnet faucet
spread over txParams rather than modify in place
This commit is contained in:
Jacob Evans
2018-04-06 14:55:03 +10:00
parent ea47613d90
commit 774ab8a8ef
10 changed files with 61 additions and 96 deletions

View File

@@ -0,0 +1,8 @@
export const fixtureData = {
TEST_RPC_ACCOUNT_0: '0x5409ed021d9299bf6814279a6a1411a7e866a631',
TEST_ACCOUNT_PRIVATE_KEY: 'F2F48EE19680706196E2E339E5DA3491186E0C4C5030670656B0E0164837257D',
PERSONAL_MESSAGE_STRING: 'hello world',
PERSONAL_MESSAGE_SIGNED_RESULT:
'0x1b0ec5e2908e993d0c8ab6b46da46be2688fdf03c7ea6686075de37392e50a7d7fcc531446699132fbda915bd989882e0064d417018773a315fb8d43ed063c9b00',
TESTRPC_DERIVATION_PATH: `m/44'/60'/0'/0`,
};