UNPKG

@solarity/hardhat-migrate

Version:
53 lines 1.31 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.predefinedChains = void 0; exports.predefinedChains = { 1337: { name: "Local Ethereum", chain: "ETH", title: "Local", rpc: ["http://127.0.0.1:8545"], faucets: [], nativeCurrency: { name: "Ethereum", symbol: "ETH", decimals: 18, }, infoURL: "https://ethereum.org", shortName: "eth", chainId: 1337, networkId: 1337, ens: { registry: "0x0000000000000000000000000000000000000000", }, explorers: [ { name: "Local Explorer", url: "", }, ], }, 31337: { name: "Local Ethereum", chain: "ETH", title: "Local", rpc: ["http://127.0.0.1:8545"], faucets: [], nativeCurrency: { name: "Ethereum", symbol: "ETH", decimals: 18, }, infoURL: "https://ethereum.org", shortName: "eth", chainId: 31337, networkId: 31337, explorers: [ { name: "Local Explorer", url: "", }, ], }, }; //# sourceMappingURL=verifier.js.map