opstack-kit-chains
Version:
Support your OP-Stack network with 'opstack-kit'
28 lines (26 loc) • 596 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const chiliz = /*#__PURE__*/ defineChain({
id: 88_888,
name: 'Chiliz Chain',
network: 'chiliz-chain',
nativeCurrency: {
decimals: 18,
name: 'CHZ',
symbol: 'CHZ',
},
rpcUrls: {
default: {
http: [
'https://rpc.ankr.com/chiliz',
'https://chiliz-rpc.publicnode.com',
],
},
},
blockExplorers: {
default: {
name: 'Chiliz Explorer',
url: 'https://scan.chiliz.com',
apiUrl: 'https://scan.chiliz.com/api',
},
},
})