@gainsnetwork/sdk 0.2.10-rc1 → 0.2.11-rc1
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.
- package/lib/contracts/types/generated/GFarmTradingStorageV5.d.ts +1911 -0
- package/lib/contracts/types/generated/GFarmTradingStorageV5.js +2 -0
- package/lib/contracts/types/generated/GNSBorrowingFees.d.ts +1067 -0
- package/lib/contracts/types/generated/GNSBorrowingFees.js +2 -0
- package/lib/contracts/types/generated/GNSNftRewardsV6.d.ts +533 -0
- package/lib/contracts/types/generated/GNSNftRewardsV6.js +2 -0
- package/lib/contracts/types/generated/GNSNftRewardsV6_3_1.d.ts +613 -0
- package/lib/contracts/types/generated/GNSNftRewardsV6_3_1.js +2 -0
- package/lib/contracts/types/generated/GNSTrading.d.ts +758 -0
- package/lib/contracts/types/generated/GNSTrading.js +2 -0
- package/lib/contracts/types/generated/GNSTradingCallbacks.d.ts +875 -0
- package/lib/contracts/types/generated/GNSTradingCallbacks.js +2 -0
- package/lib/contracts/types/generated/GNSTradingStorage.d.ts +1387 -0
- package/lib/contracts/types/generated/GNSTradingStorage.js +2 -0
- package/lib/contracts/types/generated/factories/GFarmTradingStorageV5__factory.d.ts +83 -0
- package/lib/contracts/types/generated/factories/GFarmTradingStorageV5__factory.js +2691 -0
- package/lib/contracts/types/generated/factories/GNSBorrowingFees__factory.d.ts +124 -0
- package/lib/contracts/types/generated/factories/GNSBorrowingFees__factory.js +1784 -0
- package/lib/contracts/types/generated/factories/GNSNftRewardsV6_3_1__factory.d.ts +100 -0
- package/lib/contracts/types/generated/factories/GNSNftRewardsV6_3_1__factory.js +1116 -0
- package/lib/contracts/types/generated/factories/GNSNftRewardsV6__factory.d.ts +100 -0
- package/lib/contracts/types/generated/factories/GNSNftRewardsV6__factory.js +1003 -0
- package/lib/contracts/types/generated/factories/GNSTradingCallbacks__factory.d.ts +113 -0
- package/lib/contracts/types/generated/factories/GNSTradingCallbacks__factory.js +1428 -0
- package/lib/contracts/types/generated/factories/GNSTradingStorage__factory.d.ts +96 -0
- package/lib/contracts/types/generated/factories/GNSTradingStorage__factory.js +2241 -0
- package/lib/contracts/types/generated/factories/GNSTrading__factory.d.ts +95 -0
- package/lib/contracts/types/generated/factories/GNSTrading__factory.js +1071 -0
- package/lib/contracts/utils/pairs.js +3 -3
- package/package.json +1 -1
|
@@ -356,8 +356,8 @@ const PAIR_INDEX_TO_DESCRIPTION = {
|
|
|
356
356
|
[types_1.PairIndex.COREUSD]: "Core to US Dollar",
|
|
357
357
|
[types_1.PairIndex.JASMYUSD]: "Jasmy Coin to US Dollar",
|
|
358
358
|
[types_1.PairIndex.DARUSD]: "Mines of Dalarnia to US Dollar",
|
|
359
|
-
[types_1.PairIndex.MEWUSD]: "
|
|
360
|
-
[types_1.PairIndex.DEGENUSD]: "Degen
|
|
359
|
+
[types_1.PairIndex.MEWUSD]: "cat in a dogs world to US Dollar",
|
|
360
|
+
[types_1.PairIndex.DEGENUSD]: "Degen to US Dollar",
|
|
361
361
|
[types_1.PairIndex.SLERFUSD]: "Slerf to US Dollar",
|
|
362
|
-
[types_1.PairIndex.UXLINKUSD]: "
|
|
362
|
+
[types_1.PairIndex.UXLINKUSD]: "UXLINK to US Dollar",
|
|
363
363
|
};
|