import { defineChain } from '../../utils/chain.js' export const moonbeamDev = /*#__PURE__*/ defineChain({ id: 1281, name: 'Moonbeam Development Node', network: 'development', nativeCurrency: { decimals: 18, name: 'DEV', symbol: 'DEV', }, rpcUrls: { default: { http: ['http://127.0.0.1:9944'], webSocket: ['wss://127.0.0.1:9944'], }, public: { http: ['http://127.0.0.1:9944'], webSocket: ['wss://127.0.0.1:9944'], }, }, })