viem
Version:
31 lines • 827 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.flowMainnet = void 0;
const defineChain_js_1 = require("../../utils/chain/defineChain.js");
exports.flowMainnet = (0, defineChain_js_1.defineChain)({
id: 747,
name: 'Flow EVM Mainnet',
nativeCurrency: {
decimals: 18,
name: 'Flow',
symbol: 'FLOW',
},
rpcUrls: {
default: {
http: ['https://mainnet.evm.nodes.onflow.org'],
},
},
blockExplorers: {
default: {
name: 'Mainnet Explorer',
url: 'https://evm.flowscan.io',
},
},
contracts: {
multicall3: {
address: '0xca11bde05977b3631167028862be2a173976ca11',
blockCreated: 6205,
},
},
});
//# sourceMappingURL=flowMainnet.js.map
;