@xuxinlai2002/pns-js
Version:
A NPM package in Typescript for .Play Name Service
29 lines • 801 B
JavaScript
import { defineChain } from '../../utils/chain/defineChain.js';
export const neonDevnet = /*#__PURE__*/ defineChain({
id: 245022926,
network: 'neonDevnet',
name: 'Neon EVM DevNet',
nativeCurrency: { name: 'NEON', symbol: 'NEON', decimals: 18 },
rpcUrls: {
default: {
http: ['https://devnet.neonevm.org'],
},
public: {
http: ['https://devnet.neonevm.org'],
},
},
blockExplorers: {
default: {
name: 'Neonscan',
url: 'https://devnet.neonscan.org',
},
},
contracts: {
multicall3: {
address: '0xca11bde05977b3631167028862be2a173976ca11',
blockCreated: 205206112,
},
},
testnet: true,
});
//# sourceMappingURL=neonDevnet.js.map