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
/
dist
/
task-names.js
6 lines
•
264 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
TASK_COMPILE_YULP
=
exports
.
TASK_COMPILE_YUL
=
void
0
;
exports
.
TASK_COMPILE_YUL
=
"compile:yul"
;
exports
.
TASK_COMPILE_YULP
=
"compile:yulp"
;
//# sourceMappingURL=task-names.js.map