viem
Version:
28 lines (26 loc) • 595 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const cronosTestnet = /*#__PURE__*/ defineChain({
id: 338,
name: 'Cronos Testnet',
nativeCurrency: {
decimals: 18,
name: 'CRO',
symbol: 'tCRO',
},
rpcUrls: {
default: { http: ['https://evm-t3.cronos.org'] },
},
blockExplorers: {
default: {
name: 'Cronos Explorer',
url: 'https://cronos.org/explorer/testnet3',
},
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 10191251,
},
},
testnet: true,
})