@cifra-x/currencies 1.0.6 → 1.0.7

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.
@@ -136,8 +136,8 @@ exports.currenciesMap.set(currency_constants_1.Currency.PEPE, {
136
136
  tradeFeePrecision: 8,
137
137
  precision: 12,
138
138
  });
139
- exports.currenciesMap.set(currency_constants_1.Currency.TON, {
140
- baseCurrency: 'TON',
139
+ exports.currenciesMap.set(currency_constants_1.Currency.GRAM, {
140
+ baseCurrency: 'GRAM',
141
141
  tradePricePrecision: 3,
142
142
  tradeAmountPrecision: 2,
143
143
  tradeFeePrecision: 8,
@@ -6,7 +6,7 @@ export declare enum Currency {
6
6
  DOGE = "DOGE",
7
7
  HTX = "HTX",
8
8
  SUNDOG = "SUNDOG",
9
- TON = "TON",
9
+ GRAM = "GRAM",
10
10
  BOME = "BOME",
11
11
  XRP = "XRP",
12
12
  ADA = "ADA",
@@ -10,7 +10,7 @@ var Currency;
10
10
  Currency["DOGE"] = "DOGE";
11
11
  Currency["HTX"] = "HTX";
12
12
  Currency["SUNDOG"] = "SUNDOG";
13
- Currency["TON"] = "TON";
13
+ Currency["GRAM"] = "GRAM";
14
14
  Currency["BOME"] = "BOME";
15
15
  Currency["XRP"] = "XRP";
16
16
  Currency["ADA"] = "ADA";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cifra-x/currencies",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Available currencies list and helpers",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -136,8 +136,8 @@ currenciesMap.set(Currency.PEPE, {
136
136
  tradeFeePrecision: 8,
137
137
  precision: 12,
138
138
  });
139
- currenciesMap.set(Currency.TON, {
140
- baseCurrency: 'TON',
139
+ currenciesMap.set(Currency.GRAM, {
140
+ baseCurrency: 'GRAM',
141
141
  tradePricePrecision: 3,
142
142
  tradeAmountPrecision: 2,
143
143
  tradeFeePrecision: 8,
@@ -6,7 +6,7 @@ export enum Currency {
6
6
  DOGE = 'DOGE',
7
7
  HTX = 'HTX',
8
8
  SUNDOG = 'SUNDOG',
9
- TON = 'TON',
9
+ GRAM = 'GRAM',
10
10
  BOME = 'BOME',
11
11
  XRP = 'XRP',
12
12
  ADA = 'ADA',