UNPKG

viem

Version:

TypeScript Interface for Ethereum

24 lines 675 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.domaTestnet = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.domaTestnet = (0, defineChain_js_1.defineChain)({ id: 97_476, name: 'Doma Testnet', nativeCurrency: { decimals: 18, name: 'Ether', symbol: 'ETH', }, rpcUrls: { default: { http: ['https://rpc-testnet.doma.xyz'] }, }, blockExplorers: { default: { name: 'Doma Testnet Explorer', url: 'https://explorer-testnet.doma.xyz', }, }, testnet: true, }); //# sourceMappingURL=domaTestnet.js.map