aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/src/utils/constants.ts
blob: 57f30dec8186d39bd0387f289e4cd2ed51682d1d (plain) (blame)
1
2
3
4
export const constants = {
    NULL_BYTES: '0x',
    SOLIDITY_FILE_EXTENSION: '.sol',
};