viem
Version:
30 lines • 867 B
JavaScript
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',
},
},
contracts: {
multicall3: {
address: '0xcA11bde05977b3631167028862bE2a173976CA11',
blockCreated: 3002461,
},
},
});
//# sourceMappingURL=flare.js.map
;