diff options
Diffstat (limited to 'test/utils/constants.ts')
-rw-r--r-- | test/utils/constants.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/utils/constants.ts b/test/utils/constants.ts new file mode 100644 index 000000000..aa1967f88 --- /dev/null +++ b/test/utils/constants.ts @@ -0,0 +1,5 @@ +export const constants = { + NULL_ADDRESS: '0x0000000000000000000000000000000000000000', + RPC_HOST: 'localhost', + RPC_PORT: 8545, +}; |