viem
Version:
28 lines (26 loc) • 542 B
text/typescript
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,
})