viem
Version:
20 lines (18 loc) • 421 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const ladyChain = /*#__PURE__*/ defineChain({
id: 589,
name: 'LadyChain',
nativeCurrency: { name: 'Lady', symbol: 'LADY', decimals: 18 },
rpcUrls: {
default: {
http: ['https://ladyrpc.us/rpc'],
},
},
blockExplorers: {
default: {
name: 'LadyScan',
url: 'https://ladyscan.us',
},
},
testnet: false,
})