viem
Version:
27 lines • 657 B
JavaScript
import { defineChain } from '../../utils/chain/defineChain.js';
export const zkFair = /*#__PURE__*/ defineChain({
id: 42766,
name: 'ZKFair Mainnet',
network: 'zkfair-mainnet',
nativeCurrency: {
decimals: 18,
name: 'USD Coin',
symbol: 'USDC',
},
rpcUrls: {
default: {
http: ['https://rpc.zkfair.io'],
},
public: {
http: ['https://rpc.zkfair.io'],
},
},
blockExplorers: {
default: {
name: 'zkFair Explorer',
url: 'https://scan.zkfair.io',
},
},
testnet: false,
});
//# sourceMappingURL=zkFair.js.map