@icgio/clients-config 1.0.130 → 1.0.131

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.
@@ -1,2 +1,2 @@
1
- secretread.js:d06914724dc969799c2aa522746199cef26a878bd22a9cdce419ebb689c48159
1
+ secretread.js:dd2c22bb1c3fd7927beb6d6e4cd677a8ced58d97ae8f57da4a1239711b0f3db8
2
2
  data-source.js:7914c8a583a6dc1ed54909da44dbaf3b76c39adb98a63706ad277cc23de7b81b
@@ -299,6 +299,7 @@
299
299
  "Mexc": ["SPONSTARUSDT"]
300
300
  },
301
301
  "SWFTC": {
302
+ "Coinbase": ["SWFTCUSDC"],
302
303
  "Htx": ["SWFTCBTC"]
303
304
  },
304
305
  "TAZZ": {
@@ -620,7 +621,8 @@
620
621
  "SPONSTARUSDT": ["Mexc"]
621
622
  },
622
623
  "SWFTC": {
623
- "SWFTCBTC": ["Htx"]
624
+ "SWFTCBTC": ["Htx"],
625
+ "SWFTCUSDC": ["Coinbase"]
624
626
  },
625
627
  "TAZZ": {
626
628
  "TAZZUSDT": ["Weex"]
@@ -1521,6 +1523,12 @@
1521
1523
  "USDT": 10000
1522
1524
  }
1523
1525
  },
1526
+ "SWFTC": {
1527
+ "coinbase_1": {
1528
+ "SWFTC": 5000000,
1529
+ "USDC": 15000
1530
+ }
1531
+ },
1524
1532
  "XERT": {
1525
1533
  "mexc_1": {
1526
1534
  "XERT": 5000
package/config.json CHANGED
@@ -47,7 +47,6 @@
47
47
  "Lbank": ["SHRAPUSDT"]
48
48
  },
49
49
  "SWFTC": {
50
- "Coinbase": ["SWFTCUSDC"],
51
50
  "Gatev4": ["SWFTCUSDT"],
52
51
  "Htx": ["SWFTCETH", "SWFTCUSDT"],
53
52
  "Kucoin": ["SWFTCUSDT"],
@@ -125,8 +124,7 @@
125
124
  },
126
125
  "SWFTC": {
127
126
  "SWFTCETH": ["Htx"],
128
- "SWFTCUSDT": ["Gatev4", "Okx"],
129
- "SWFTCUSDC": ["Coinbase"]
127
+ "SWFTCUSDT": ["Gatev4", "Okx"]
130
128
  },
131
129
  "TITAN": {
132
130
  "TITANUSDT": ["Gatev4"]
@@ -345,12 +343,6 @@
345
343
  "mexc_1": {
346
344
  "IONX": 10000000
347
345
  }
348
- },
349
- "SWFTC": {
350
- "coinbase_1": {
351
- "SWFTC": 5000000,
352
- "USDC": 15000
353
- }
354
346
  }
355
347
  },
356
348
  "client_additional_telegram_ids": {
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.130",
3
+ "version": "1.0.131",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
Binary file