@jup-ag/platform-list 1.2.84 → 1.2.85
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3,4 +3,5 @@ export declare const platform: PlatformRaw;
|
|
|
3
3
|
export declare const stakingService: ServiceRaw;
|
|
4
4
|
export declare const mainService: ServiceRaw;
|
|
5
5
|
export declare const missionsService: ServiceRaw;
|
|
6
|
+
export declare const tmiService: ServiceRaw;
|
|
6
7
|
export declare const services: ServiceRaw[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.services = exports.missionsService = exports.mainService = exports.stakingService = exports.platform = void 0;
|
|
3
|
+
exports.services = exports.tmiService = exports.missionsService = exports.mainService = exports.stakingService = exports.platform = void 0;
|
|
4
4
|
const types_1 = require("../types");
|
|
5
5
|
exports.platform = {
|
|
6
6
|
id: "famousfoxfederation",
|
|
@@ -51,8 +51,15 @@ exports.missionsService = {
|
|
|
51
51
|
link: "https://famousfoxes.com/missions",
|
|
52
52
|
description: "Gamified staking feature where Foxes embark on themed adventures to earn Treasury Chests and FAME tokens for cosmetic upgrades.",
|
|
53
53
|
};
|
|
54
|
+
exports.tmiService = {
|
|
55
|
+
id: `${exports.platform.id}-tmi`,
|
|
56
|
+
name: "TMI",
|
|
57
|
+
platformId: exports.platform.id,
|
|
58
|
+
contractsRaw: [],
|
|
59
|
+
};
|
|
54
60
|
exports.services = [
|
|
55
61
|
exports.stakingService,
|
|
56
62
|
exports.mainService,
|
|
57
63
|
exports.missionsService,
|
|
64
|
+
exports.tmiService,
|
|
58
65
|
];
|