Skip to content

Commit

Permalink
missed consts file
Browse files Browse the repository at this point in the history
  • Loading branch information
shazarre committed Dec 7, 2023
1 parent ac109be commit f2887f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/protocol/scripts/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { MENTO_PACKAGE, SOLIDITY_08_PACKAGE } from '../contractPackages'

export const ROOT_DIR = path.join(__dirname, '../')
export const CONTRACTS_PACKAGE_SRC_DIR = path.join(__dirname, '../contracts')
export const CONTRACTS_08_SOURCE_DIR = path.join(ROOT_DIR, 'contracts-0.8')
export const CONTRACTS_08_PACKAGE_DESTINATION_DIR = path.join(CONTRACTS_PACKAGE_SRC_DIR, '0.8')
export const ABIS_PACKAGE_SRC_DIR = path.join(__dirname, '../abis')
export const ABIS_BUILD_DIR = path.join(ABIS_PACKAGE_SRC_DIR, 'src-generated')
export const ABIS_DIST_DIR = path.join(ABIS_PACKAGE_SRC_DIR, 'dist')
Expand Down

0 comments on commit f2887f6

Please sign in to comment.