viem
Version:
31 lines (29 loc) • 681 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const zenchainTestnet = /*#__PURE__*/ defineChain({
id: 8408,
name: 'ZenChain Testnet',
nativeCurrency: {
decimals: 18,
name: 'ZTC',
symbol: 'ZTC',
},
rpcUrls: {
default: {
http: ['https://zenchain-testnet.api.onfinality.io/public'],
webSocket: ['wss://zenchain-testnet.api.onfinality.io/public-ws'],
},
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 230019,
},
},
blockExplorers: {
default: {
name: 'Zentrace',
url: 'https://zentrace.io',
},
},
testnet: true,
})