viem
Version:
30 lines (28 loc) • 565 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const plasma = /*#__PURE__*/ defineChain({
id: 9745,
name: 'Plasma',
blockTime: 1000,
nativeCurrency: {
name: 'Plasma',
symbol: 'XPL',
decimals: 18,
},
rpcUrls: {
default: {
http: ['https://rpc.plasma.to'],
},
},
blockExplorers: {
default: {
name: 'PlasmaScan',
url: 'https://plasmascan.to',
},
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 0,
},
},
})