aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/src/utils/constants.ts
blob: 85923448f24e9f7dcd10a2e8fdeabf2727a50b2c (plain) (blame)
1
2
3
export const constants = {
    SOLIDITY_FILE_EXTENSION: '.sol',
};