UNPKG

viem

Version:

TypeScript Interface for Ethereum

27 lines (25 loc) 652 B
import { defineChain } from '../../utils/chain/defineChain.js' export const iotaTestnet = /*#__PURE__*/ defineChain({ id: 1075, name: 'IOTA EVM Testnet', network: 'iotaevm-testnet', nativeCurrency: { decimals: 18, name: 'IOTA', symbol: 'IOTA', }, rpcUrls: { default: { http: ['https://json-rpc.evm.testnet.iotaledger.net'], webSocket: ['wss://ws.json-rpc.evm.testnet.iotaledger.net'], }, }, blockExplorers: { default: { name: 'Explorer', url: 'https://explorer.evm.testnet.iotaledger.net', apiUrl: 'https://explorer.evm.testnet.iotaledger.net/api', }, }, testnet: true, })