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