UNPKG

viem

Version:

TypeScript Interface for Ethereum

23 lines 668 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.songbird = void 0; const defineChain_js_1 = require("../../utils/chain/defineChain.js"); exports.songbird = (0, defineChain_js_1.defineChain)({ id: 19, name: 'Songbird Mainnet', nativeCurrency: { decimals: 18, name: 'songbird', symbol: 'SGB', }, rpcUrls: { default: { http: ['https://songbird-api.flare.network/ext/C/rpc'] }, }, blockExplorers: { default: { name: 'Songbird Explorer', url: 'https://songbird-explorer.flare.network', }, }, }); //# sourceMappingURL=songbird.js.map