PHP WebShell

Текущая директория: /usr/lib/node_modules/bitgo/node_modules/viem/chains/definitions

Просмотр файла: swanProximaTestnet.ts

import { defineChain } from '../../utils/chain/defineChain.js'

export const swanProximaTestnet = /*#__PURE__*/ defineChain({
  id: 20241133,
  name: 'Swan Proxima Testnet',
  nativeCurrency: { name: 'Swan Ether', symbol: 'sETH', decimals: 18 },
  rpcUrls: {
    default: { http: ['https://rpc-proxima.swanchain.io	'] },
  },
  blockExplorers: {
    default: {
      name: 'Swan Explorer',
      url: 'https://proxima-explorer.swanchain.io',
    },
  },
  testnet: true,
})

Выполнить команду


Для локальной разработки. Не используйте в интернете!