Feedback
remove id management from testnet faucet spread over txParams rather than modify in place
This commit is contained in:
8
packages/subproviders/test/utils/fixture_data.ts
Normal file
8
packages/subproviders/test/utils/fixture_data.ts
Normal 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`,
|
||||
};
|
Reference in New Issue
Block a user