@xuxinlai2002/pns-js
Version:
A NPM package in Typescript for .Play Name Service
33 lines (31 loc) • 720 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const shibarium = /*#__PURE__*/ defineChain({
id: 109,
name: 'Shibarium',
network: 'shibarium',
nativeCurrency: { name: 'Bone', symbol: 'BONE', decimals: 18 },
rpcUrls: {
default: {
http: ['https://rpc.shibrpc.com'],
},
public: {
http: ['https://rpc.shibrpc.com'],
},
},
blockExplorers: {
etherscan: {
name: 'Blockscout',
url: 'https://shibariumscan.io',
},
default: {
name: 'Blockscout',
url: 'https://shibariumscan.io',
},
},
contracts: {
multicall3: {
address: '0x864Bf681ADD6052395188A89101A1B37d3B4C961',
blockCreated: 265900,
},
},
})