@gainsnetwork/sdk 0.2.72-rc1 → 0.2.72-rc2

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/constants.js CHANGED
@@ -414,7 +414,7 @@ exports.pairs = {
414
414
  "H/USD": CRYPTO,
415
415
  "ICNT/USD": CRYPTO,
416
416
  "NEWT/USD": CRYPTO,
417
- "PUMP/USD": STOCKS,
417
+ "PUMP/USD": CRYPTO,
418
418
  };
419
419
  exports.syntheticPairs = new Set([
420
420
  "BTCDEGEN/USD",
@@ -512,5 +512,5 @@ const PAIR_INDEX_TO_DESCRIPTION = {
512
512
  [types_1.PairIndex.HUSD]: "Humanity Protocol to US Dollar",
513
513
  [types_1.PairIndex.ICNTUSD]: "Impossible Cloud Network to US Dollar",
514
514
  [types_1.PairIndex.NEWTUSD]: "Newton Protocol to US Dollar",
515
- [types_1.PairIndex.PUMPUSD]: "Propetro Holding to US Dollar",
515
+ [types_1.PairIndex.PUMPUSD]: "Pump.fun to US Dollar",
516
516
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gainsnetwork/sdk",
3
- "version": "0.2.72-rc1",
3
+ "version": "0.2.72-rc2",
4
4
  "description": "Gains Network SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [