viem
Version:
24 lines (22 loc) • 460 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const swissdlt = /*#__PURE__*/ defineChain({
id: 94,
name: 'SwissDLT Mainnet',
nativeCurrency: {
decimals: 18,
name: 'BCTS',
symbol: 'BCTS',
},
rpcUrls: {
default: {
http: ['https://rpc.swissdlt.ch'],
},
},
blockExplorers: {
default: {
name: 'SwissDLT Explorer',
url: 'https://explorer.swissdlt.ch',
},
},
testnet: false,
})