@flarenetwork/flare-stake-tool
Version:
Utilities for staking on the Flare network
54 lines • 1.37 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.flare = exports.songbird = exports.costwo = exports.coston = exports.local = exports.localflare = void 0;
exports.localflare = {
protocol: 'http',
ip: 'localhost',
port: 9650,
networkID: 162,
hrp: 'localflare',
chainID: 162,
DurangoTime: new Date('2025-01-01T00:00:00Z')
};
exports.local = {
protocol: 'http',
ip: 'localhost',
port: 9650,
networkID: 4294967295,
hrp: 'local',
chainID: 4294967295,
DurangoTime: new Date('2025-01-01T00:00:00Z')
};
exports.coston = {
protocol: 'https',
ip: 'coston-api.flare.network',
networkID: 7,
hrp: 'coston',
chainID: 16,
DurangoTime: new Date('2025-07-01T12:00:00Z')
};
exports.costwo = {
protocol: 'https',
ip: 'coston2-api.flare.network',
networkID: 114,
hrp: 'costwo',
chainID: 114,
DurangoTime: new Date('2025-06-24T12:00:00Z')
};
exports.songbird = {
protocol: 'https',
ip: 'songbird-api.flare.network',
networkID: 5,
hrp: 'songbird',
chainID: 19,
DurangoTime: new Date('2025-07-22T12:00:00Z')
};
exports.flare = {
protocol: 'https',
ip: 'flare-api.flare.network',
networkID: 14,
hrp: 'flare',
chainID: 14,
DurangoTime: new Date('2025-08-05T12:00:00Z')
};
//# sourceMappingURL=network.js.map