opstack-kit-chains
Version:
Support your OP-Stack network with 'opstack-kit'
22 lines • 551 B
JavaScript
import { defineChain } from '../../utils/chain/defineChain.js';
export const flowMainnet = /*#__PURE__*/ defineChain({
id: 747,
name: 'FlowEVM Mainnet',
nativeCurrency: {
decimals: 18,
name: 'Flow',
symbol: 'FLOW',
},
rpcUrls: {
default: {
http: ['https://mainnet.evm.nodes.onflow.org'],
},
},
blockExplorers: {
default: {
name: 'Mainnet Explorer',
url: 'https://flowdiver.io',
},
},
});
//# sourceMappingURL=flowMainnet.js.map