PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/viem/chains/definitions
Просмотр файла: bobaSepolia.ts
import { defineChain } from '../../utils/chain/defineChain.js'
export const bobaSepolia = /*#__PURE__*/ defineChain({
id: 28882,
name: 'Boba Sepolia',
nativeCurrency: {
name: 'Ether',
symbol: 'ETH',
decimals: 18,
},
rpcUrls: {
default: { http: ['https://sepolia.boba.network'] },
},
blockExplorers: {
default: {
name: 'BOBAScan',
url: 'https://testnet.bobascan.com',
},
},
testnet: true,
})
Выполнить команду
Для локальной разработки. Не используйте в интернете!