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