UNPKG

viem

Version:

TypeScript Interface for Ethereum

28 lines 807 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.stableTestnet = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.stableTestnet = (0, defineChain_js_1.defineChain)({ id: 2201, name: 'Stable Testnet', nativeCurrency: { decimals: 18, name: 'gUSDT', symbol: 'gUSDT', }, rpcUrls: { default: { http: ['https://rpc.testnet.stable.xyz'], webSocket: ['wss://rpc.testnet.stable.xyz'], }, }, blockExplorers: { default: { name: 'Stablescan', url: 'https://testnet.stablescan.xyz', apiUrl: 'https://testnet.stablescan.xyz/api', }, }, testnet: true, }); //# sourceMappingURL=stableTestnet.js.map