diff options
Diffstat (limited to 'packages/fill-scenarios/src/constants.ts')
-rw-r--r-- | packages/fill-scenarios/src/constants.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/fill-scenarios/src/constants.ts b/packages/fill-scenarios/src/constants.ts new file mode 100644 index 000000000..ec2fe744a --- /dev/null +++ b/packages/fill-scenarios/src/constants.ts @@ -0,0 +1,3 @@ +export const constants = { + NULL_ADDRESS: '0x0000000000000000000000000000000000000000', +}; |