index
:
dexon-sol-tools
development
master
DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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'
,
};