PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/viem/chains/definitions
Просмотр файла: creditCoin3Testnet.ts
import { defineChain } from '../../utils/chain/defineChain.js'
export const creditCoin3Testnet = /*#__PURE__*/ defineChain({
id: 102031,
name: 'Creditcoin Testnet',
nativeCurrency: { name: 'Creditcoin Testnet', symbol: 'tCTC', decimals: 18 },
rpcUrls: {
default: {
http: ['https://rpc.cc3-testnet.creditcoin.network'],
webSocket: ['wss://rpc.cc3-testnet.creditcoin.network'],
},
},
blockExplorers: {
default: {
name: 'Blockscout',
url: 'https://creditcoin-testnet.blockscout.com',
apiUrl: 'https://creditcoin-testnet.blockscout.com/api',
},
},
testnet: true,
})
Выполнить команду
Для локальной разработки. Не используйте в интернете!