UNPKG

hardhat-deploy

Version:

Hardhat Plugin For Replicable Deployments And Tests

8 lines 319 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.store = void 0; // used a fallback as some plugin might override network fields, see for example : https://github.com/sc-forks/solidity-coverage/issues/624 exports.store = { networks: {}, }; //# sourceMappingURL=globalStore.js.map