UNPKG

hardhat-deploy

Version:

Hardhat Plugin For Replicable Deployments And Tests

11 lines 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.bnReplacer = void 0; function bnReplacer(k, v) { if (typeof v === 'bigint') { return v.toString(); } return v; } exports.bnReplacer = bnReplacer; //# sourceMappingURL=utils.js.map