UNPKG

viem

Version:

TypeScript Interface for Ethereum

27 lines 830 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.redbellyTestnet = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.redbellyTestnet = (0, defineChain_js_1.defineChain)({ id: 153, name: 'Redbelly Network Testnet', nativeCurrency: { name: 'Redbelly Native Coin', symbol: 'RBNT', decimals: 18, }, rpcUrls: { default: { http: ['https://governors.testnet.redbelly.network'], }, }, blockExplorers: { default: { name: 'Routescan', url: 'https://redbelly.testnet.routescan.io', apiUrl: 'https://api.routescan.io/v2/network/testnet/evm/153_2/etherscan/api', }, }, testnet: true, }); //# sourceMappingURL=redbellyTestnet.js.map