UNPKG

opstack-kit-chains

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