@icgio/clients-config 1.0.64 → 1.0.66

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:d015b7de9b41b19c1b569c74a3e9b097e4c19599c7dd2eab60c9edded9a8fb65
1
+ secretread.js:58e5fef3df82449c0ab1da2fb5b8e47e7244046e387558bb6f79b6bfda892f5f
2
2
  data-source.js:15072408c197eb95e24f85f09efc1e134aaa7574c5a19510ee1f318e0d6e9dac
@@ -109,6 +109,9 @@
109
109
  "KOAVAUSDT"
110
110
  ]
111
111
  },
112
+ "MDU": {
113
+ "Lbank": ["MDUUSDT"]
114
+ },
112
115
  "MEGODS": {
113
116
  "Bitmart": [
114
117
  "MEGODSUSDT"
@@ -313,6 +316,7 @@
313
316
  "GKB": [],
314
317
  "HMTT": [],
315
318
  "KOAVA": [],
319
+ "MDU": [],
316
320
  "MEGODS": [],
317
321
  "MEMEMINT": [],
318
322
  "MGROK": [],
@@ -418,6 +422,9 @@
418
422
  "Mexc"
419
423
  ]
420
424
  },
425
+ "MDU": {
426
+ "MDUUSDT": ["Lbank"]
427
+ },
421
428
  "MEGODS": {
422
429
  "MEGODSUSDT": [
423
430
  "Bitmart"
@@ -640,6 +647,11 @@
640
647
  "trades": 1,
641
648
  "orderbook": 1
642
649
  },
650
+ "MDU": {
651
+ "balance": 1,
652
+ "trades": 1,
653
+ "orderbook": 1
654
+ },
643
655
  "MEGODS": {
644
656
  "balance": 1,
645
657
  "trades": 1,
@@ -766,6 +778,7 @@
766
778
  "GKB": true,
767
779
  "HMTT": true,
768
780
  "MEMEMINT": true,
781
+ "MDU": true,
769
782
  "MGROK": true,
770
783
  "MORPHA": true,
771
784
  "MRPT": true,
@@ -805,6 +818,7 @@
805
818
  "GHD": true,
806
819
  "GKB": true,
807
820
  "HMTT": true,
821
+ "MDU": true,
808
822
  "MEGODS": true,
809
823
  "MEMEMINT": true,
810
824
  "MGROK": true,
@@ -906,6 +920,7 @@
906
920
  5,
907
921
  10
908
922
  ],
923
+ "MDU": [10, 50, 100],
909
924
  "MEGODS": [
910
925
  2,
911
926
  5,
@@ -1088,6 +1103,7 @@
1088
1103
  "BTC",
1089
1104
  "ETH"
1090
1105
  ],
1106
+ "MDU": ["BTC", "ETH"],
1091
1107
  "MEGODS": [
1092
1108
  "BTC",
1093
1109
  "ETH"
@@ -1205,6 +1221,7 @@
1205
1221
  "GKB": "-4213454386",
1206
1222
  "HMTT": "-1002035174196",
1207
1223
  "KOAVA": "-1002045767005",
1224
+ "MDU": "-4775359159",
1208
1225
  "MEGODS": "-1002012186332",
1209
1226
  "MEMEMINT": "-1002066405497",
1210
1227
  "MGROK": "-1002106426914",
package/config.json CHANGED
@@ -359,6 +359,7 @@
359
359
  "EPEP": "icg",
360
360
  "IONX": "icg",
361
361
  "JASMY": "icg",
362
+ "MDU": "icg",
362
363
  "MTMS": "icg",
363
364
  "OPUL": "icg",
364
365
  "PACT": "icg",
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.64",
3
+ "version": "1.0.66",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
Binary file