@icgio/clients-config 1.0.282 → 1.0.284

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
1
  secretread.js:b6bd159307534eb50376dbdf83f7d77b83730f5b6c575037177a77b9deb55a28
2
- data-source.js:a88043810676f6017be94bbcc357f8f0d439890c6698cc0b02941b605e7dbd9a
2
+ data-source.js:440e328f62856d665e4b66a66f55406e0c9f3a974d2be3c000041fd1c552652b
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
@@ -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.282",
3
+ "version": "1.0.284",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
Binary file