UNPKG

viem

Version:

TypeScript Interface for Ethereum

29 lines 829 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.karura = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.karura = (0, defineChain_js_1.defineChain)({ id: 686, name: 'Karura', network: 'karura', nativeCurrency: { name: 'Karura', symbol: 'KAR', decimals: 18, }, rpcUrls: { default: { http: ['https://eth-rpc-karura.aca-api.network'], webSocket: ['wss://eth-rpc-karura.aca-api.network'], }, }, blockExplorers: { default: { name: 'Karura Blockscout', url: 'https://blockscout.karura.network', apiUrl: 'https://blockscout.karura.network/api', }, }, testnet: false, }); //# sourceMappingURL=karura.js.map