UNPKG

viem

Version:

TypeScript Interface for Ethereum

20 lines 630 B
import { defineChain } from '../../utils/chain/defineChain.js'; export const somniaTestnet = /*#__PURE__*/ defineChain({ id: 50312, name: 'Somnia Testnet', nativeCurrency: { name: 'STT', symbol: 'STT', decimals: 18 }, rpcUrls: { default: { http: ['https://dream-rpc.somnia.network'], }, }, blockExplorers: { default: { name: 'Somnia Testnet Explorer', url: 'https://somnia-testnet.socialscan.io', apiUrl: 'https://shannon-explorer.somnia.network/api', }, }, testnet: true, }); //# sourceMappingURL=somniaTestnet.js.map