@icgio/clients-config 1.0.281 → 1.0.283

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/config.js CHANGED
@@ -116,6 +116,9 @@ module.exports.client_telegram_sender = client_telegram_sender
116
116
  const dashboard_users = config_data.dashboard_users
117
117
  module.exports.dashboard_users = dashboard_users
118
118
 
119
+ const dex_pool_links = config_data.dex_pool_links
120
+ module.exports.dex_pool_links = dex_pool_links
121
+
119
122
  const server_config_enabled = config_data.server_config_enabled
120
123
  module.exports.server_config_enabled = server_config_enabled
121
124
 
package/config.json CHANGED
@@ -99,7 +99,7 @@
99
99
  "AVALOXUSDT": ["Mexc"]
100
100
  },
101
101
  "B3TR": {
102
- "B3TRUSDT": ["Biconomy", "Bitrue", "Mexc", "Xt"]
102
+ "B3TRUSDT": ["Mexc"]
103
103
  },
104
104
  "CCDOG": {
105
105
  "CCDOGUSDT": ["Xt"]
@@ -118,7 +118,7 @@
118
118
  "JYAI": {
119
119
  "JYAIBTC": ["Biconomy"],
120
120
  "JYAIUSDC": ["Bitmart", "Xt"],
121
- "JYAIUSDT": ["Mexc", "Xt"]
121
+ "JYAIUSDT": ["Mexc"]
122
122
  },
123
123
  "LBAI": {
124
124
  "LBAIUSDC": ["Xt"],
@@ -128,7 +128,7 @@
128
128
  "LUCICUSDT": ["Xt"]
129
129
  },
130
130
  "MINDFAK": {
131
- "MINDFAKUSDT": ["Mexc", "Xt"]
131
+ "MINDFAKUSDT": ["Mexc"]
132
132
  },
133
133
  "MECO": {
134
134
  "MECOUSDT": ["Mexc"]
@@ -429,6 +429,14 @@
429
429
  "SWFTC": { "username": "swftc@icg.io" },
430
430
  "SWFTC-COINBASE": { "username": "swftc-coinbase@icg.io" }
431
431
  },
432
+ "dex_pool_links": {
433
+ "ARMY": "https://api.geckoterminal.com/api/v2/networks/xrpl/pools/41524D5900000000000000000000000000000000.rGG3wQ4kUzd7Jnmk1n5NWPZjjut62kCBfC_XRP",
434
+ "CCDOG": "https://api.geckoterminal.com/api/v2/networks/eth/pools/0x9ea8d5d68a4b6bd5cc5ed6b505f920ce6db9e93a",
435
+ "JYAI": "https://api.geckoterminal.com/api/v2/networks/eth/pools/0x2623edc6008d057786a6bf9dd34185dcddebbf2f",
436
+ "LBAI": "https://api.geckoterminal.com/api/v2/networks/eth/pools/0x65a33e74e18c99388f4989c296ab8e860219ee76",
437
+ "LUCIC": "https://api.geckoterminal.com/api/v2/networks/bsc/pools/0x8562faea3faa2fb9fd5a9281d3cb4f27749a73aa",
438
+ "MINDFAK": "https://api.geckoterminal.com/api/v2/networks/eth/pools/0x40c03fb952df5f4ec72414efb0b378d70cded263"
439
+ },
432
440
  "server_config_enabled": {
433
441
  "AVALOX": true,
434
442
  "FREEZONE": true,
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.281",
3
+ "version": "1.0.283",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
Binary file