PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/viem/chains/definitions
Просмотр файла: taikoTestnetSepolia.ts
import { defineChain } from '../../utils/chain/defineChain.js'
export const taikoTestnetSepolia = /*#__PURE__*/ defineChain({
id: 167005,
name: 'Taiko (Alpha-3 Testnet)',
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
rpcUrls: {
default: {
http: ['https://rpc.test.taiko.xyz'],
},
},
blockExplorers: {
default: {
name: 'blockscout',
url: 'https://explorer.test.taiko.xyz',
},
},
})
Выполнить команду
Для локальной разработки. Не используйте в интернете!