@gainsnetwork/sdk 0.1.26-rc2 → 0.1.27-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.
Files changed (34) hide show
  1. package/lib/constants.d.ts +3 -0
  2. package/lib/constants.js +5 -1
  3. package/lib/contracts/types/generated/GNSBorrowingFeesV6_3_2.d.ts +979 -0
  4. package/lib/contracts/types/generated/GNSBorrowingFeesV6_3_2.js +2 -0
  5. package/lib/contracts/types/generated/GNSBorrowingFeesV6_4.d.ts +1058 -0
  6. package/lib/contracts/types/generated/GNSBorrowingFeesV6_4.js +2 -0
  7. package/lib/contracts/types/generated/GNSPairInfosV6_1.d.ts +911 -0
  8. package/lib/contracts/types/generated/GNSPairInfosV6_1.js +2 -0
  9. package/lib/contracts/types/generated/GNSPairsStorageV6.d.ts +660 -0
  10. package/lib/contracts/types/generated/GNSPairsStorageV6.js +2 -0
  11. package/lib/contracts/types/generated/GNSTradingCallbacksV6_3_2.d.ts +806 -0
  12. package/lib/contracts/types/generated/GNSTradingCallbacksV6_3_2.js +2 -0
  13. package/lib/contracts/types/generated/GNSTradingCallbacksV6_4.d.ts +821 -0
  14. package/lib/contracts/types/generated/GNSTradingCallbacksV6_4.js +2 -0
  15. package/lib/contracts/types/generated/GTokenV6_3_2.d.ts +1838 -0
  16. package/lib/contracts/types/generated/GTokenV6_3_2.js +2 -0
  17. package/lib/contracts/types/generated/factories/GNSBorrowingFeesV6_3_2__factory.d.ts +88 -0
  18. package/lib/contracts/types/generated/factories/GNSBorrowingFeesV6_3_2__factory.js +1654 -0
  19. package/lib/contracts/types/generated/factories/GNSBorrowingFeesV6_4__factory.d.ts +113 -0
  20. package/lib/contracts/types/generated/factories/GNSBorrowingFeesV6_4__factory.js +1742 -0
  21. package/lib/contracts/types/generated/factories/GNSPairInfosV6_1__factory.d.ts +98 -0
  22. package/lib/contracts/types/generated/factories/GNSPairInfosV6_1__factory.js +1485 -0
  23. package/lib/contracts/types/generated/factories/GNSPairsStorageV6__factory.d.ts +117 -0
  24. package/lib/contracts/types/generated/factories/GNSPairsStorageV6__factory.js +1265 -0
  25. package/lib/contracts/types/generated/factories/GNSTradingCallbacksV6_3_2__factory.d.ts +82 -0
  26. package/lib/contracts/types/generated/factories/GNSTradingCallbacksV6_3_2__factory.js +1273 -0
  27. package/lib/contracts/types/generated/factories/GNSTradingCallbacksV6_4__factory.d.ts +82 -0
  28. package/lib/contracts/types/generated/factories/GNSTradingCallbacksV6_4__factory.js +1326 -0
  29. package/lib/contracts/types/generated/factories/GTokenV6_3_2__factory.d.ts +110 -0
  30. package/lib/contracts/types/generated/factories/GTokenV6_3_2__factory.js +2682 -0
  31. package/lib/contracts/utils/pairs.js +3 -0
  32. package/lib/trade/types.d.ts +4 -1
  33. package/lib/trade/types.js +3 -0
  34. package/package.json +1 -1
@@ -326,4 +326,7 @@ const PAIR_INDEX_TO_DESCRIPTION = {
326
326
  [types_1.PairIndex.ZEUSUSD]: "Zeus to US Dollar",
327
327
  [types_1.PairIndex.TNSRUSD]: "Tensor to US Dollar",
328
328
  [types_1.PairIndex.TAOUSD]: "Bittensor to US Dollar",
329
+ [types_1.PairIndex.OMNIUSD]: "Omni Network to US Dollar",
330
+ [types_1.PairIndex.PRCLUSD]: "Parcl to US Dollar",
331
+ [types_1.PairIndex.MERLUSD]: "Merlin Chain to US Dollar",
329
332
  };
@@ -417,5 +417,8 @@ export declare enum PairIndex {
417
417
  WUSD = 220,
418
418
  ZEUSUSD = 221,
419
419
  TNSRUSD = 222,
420
- TAOUSD = 223
420
+ TAOUSD = 223,
421
+ OMNIUSD = 224,
422
+ PRCLUSD = 225,
423
+ MERLUSD = 226
421
424
  }
@@ -238,4 +238,7 @@ var PairIndex;
238
238
  PairIndex[PairIndex["ZEUSUSD"] = 221] = "ZEUSUSD";
239
239
  PairIndex[PairIndex["TNSRUSD"] = 222] = "TNSRUSD";
240
240
  PairIndex[PairIndex["TAOUSD"] = 223] = "TAOUSD";
241
+ PairIndex[PairIndex["OMNIUSD"] = 224] = "OMNIUSD";
242
+ PairIndex[PairIndex["PRCLUSD"] = 225] = "PRCLUSD";
243
+ PairIndex[PairIndex["MERLUSD"] = 226] = "MERLUSD";
241
244
  })(PairIndex = exports.PairIndex || (exports.PairIndex = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gainsnetwork/sdk",
3
- "version": "0.1.26-rc2",
3
+ "version": "0.1.27-rc1",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [