hardhat-deal
Version:
🎩🪄 Easily deal any amount of any ERC20 tokens to any account on the hardhat network
10 lines (9 loc) • 370 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StorageLayoutType = void 0;
require("hardhat/types/config");
var StorageLayoutType;
(function (StorageLayoutType) {
StorageLayoutType["SOLIDITY"] = "solidity";
StorageLayoutType["VYPER"] = "vyper";
})(StorageLayoutType || (exports.StorageLayoutType = StorageLayoutType = {}));