PHP WebShell

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

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

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

export const satoshiVM = /*#__PURE__*/ defineChain({
  id: 3109,
  name: 'SatoshiVM Alpha Mainnet',
  nativeCurrency: {
    name: 'BTC',
    symbol: 'BTC',
    decimals: 18,
  },
  rpcUrls: {
    default: { http: ['https://alpha-rpc-node-http.svmscan.io'] },
  },
  blockExplorers: {
    default: {
      name: 'blockscout',
      url: 'https://svmscan.io',
      apiUrl: 'https://svmscan.io/api',
    },
  },
})

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


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