UNPKG
@skybit/hardhat-yul
Version:
latest (4.2.1)
4.2.1
4.2.0
4.1.1
4.1.0
4.0.3
4.0.2
4.0.1
4.0.0
Compile Yul smart contracts in Hardhat
github.com/SKYBITDev3/hardhat-yul
SKYBITDev3/hardhat-yul
@skybit/hardhat-yul
/
src
/
task-names.ts
4 lines
(2 loc)
•
100 B
text/typescript
View Raw
1
2
3
4
export
const
TASK_COMPILE_YUL =
"compile:yul"
;
export
const
TASK_COMPILE_YULP =
"compile:yulp"
;