hardhat-gasless-deployer
Version:
Hardhat Plugin for deploying contracts using GSN
12 lines • 347 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.urls = exports.networks = void 0;
// supported networks
exports.networks = [
"gsn",
// "hardhat", not supported yet
"goerli",
];
// supported explorers(urls)
exports.urls = ["N/A", "https://goerli.etherscan.io/"];
//# sourceMappingURL=networks.js.map