viem
Version:
21 lines • 576 B
JavaScript
import { defineChain } from '../../utils/chain/defineChain.js';
export const eniTestnet = /*#__PURE__*/ defineChain({
id: 6_912_115,
name: 'ENI Testnet',
nativeCurrency: {
decimals: 18,
name: 'ENI Testnet Token',
symbol: 'ENI',
},
rpcUrls: {
default: { http: ['https://rpc-testnet.eniac.network'] },
},
blockExplorers: {
default: {
name: 'ENI Testnet Explorer',
url: 'https://scan-testnet.eniac.network',
},
},
testnet: true,
});
//# sourceMappingURL=eniTestnet.js.map