PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/viem/chains/definitions
Просмотр файла: swanSaturnTestnet.ts
import { defineChain } from '../../utils/chain/defineChain.js'
export const swanSaturnTestnet = /*#__PURE__*/ defineChain({
id: 2024,
name: 'Swan Saturn Testnet',
nativeCurrency: { name: 'Swan Ether', symbol: 'sETH', decimals: 18 },
rpcUrls: {
default: { http: ['https://saturn-rpc.swanchain.io'] },
},
blockExplorers: {
default: {
name: 'Swan Explorer',
url: 'https://saturn-explorer.swanchain.io',
},
},
testnet: true,
})
Выполнить команду
Для локальной разработки. Не используйте в интернете!