opstack-kit-chains
Version:
Support your OP-Stack network with 'opstack-kit'
22 lines (20 loc) • 470 B
text/typescript
import { defineChain } from '../../utils/chain/defineChain.js'
export const telosTestnet = /*#__PURE__*/ defineChain({
id: 41,
name: 'Telos',
nativeCurrency: {
decimals: 18,
name: 'Telos',
symbol: 'TLOS',
},
rpcUrls: {
default: { http: ['https://testnet.telos.net/evm'] },
},
blockExplorers: {
default: {
name: 'Teloscan (testnet)',
url: 'https://testnet.teloscan.io/',
},
},
testnet: true,
})