viem
Version:
26 lines • 770 B
JavaScript
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,
});
//# sourceMappingURL=iotaTestnet.js.map