viem
Version:
25 lines • 680 B
JavaScript
import { defineChain } from '../../utils/chain/defineChain.js';
export const zkXPLATestnet = /*#__PURE__*/ defineChain({
id: 475,
name: 'zkXPLA Testnet',
network: 'zkxpla-testnet',
nativeCurrency: {
decimals: 18,
name: 'Ether',
symbol: 'ETH',
},
rpcUrls: {
default: {
http: ['https://testnet-rpc.zkxpla.io'],
},
},
blockExplorers: {
default: {
name: 'zkXPLA Testnet Explorer',
url: 'https://testnet-explorer.zkxpla.io',
apiUrl: 'https://testnet-explorer.zkxpla.io/api',
},
},
testnet: true,
});
//# sourceMappingURL=zkXPLATestnet.js.map