@icgio/clients-config 1.0.342 → 1.0.344

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
@@ -170,7 +170,7 @@ module.exports.clients_reporter_interval = clients_reporter_interval
170
170
  "SWFTC": {
171
171
  "coinbase_1": {
172
172
  "SWFTC": 5000000,
173
- "USDC": 15000
173
+ "USD": 15000
174
174
  }
175
175
  }
176
176
  }
package/config.json CHANGED
@@ -3,13 +3,13 @@
3
3
  "SWFTC": {
4
4
  "coinbase_1": {
5
5
  "SWFTC": 5000000,
6
- "USDC": 15000
6
+ "USD": 15000
7
7
  }
8
8
  },
9
9
  "COINBASE-BTC": {
10
10
  "coinbase_1": {
11
11
  "BTC": 0,
12
- "USDC": 0
12
+ "USD": 0
13
13
  }
14
14
  }
15
15
  },
@@ -81,7 +81,7 @@
81
81
  },
82
82
  "COINBASE-BTC": {
83
83
  "Coinbase": [
84
- "BTCUSDC"
84
+ "BTCUSD"
85
85
  ]
86
86
  },
87
87
  "HKBITEX-BTC": {
@@ -139,7 +139,7 @@
139
139
  },
140
140
  "SWFTC": {
141
141
  "Coinbase": [
142
- "SWFTCUSDC"
142
+ "SWFTCUSD"
143
143
  ],
144
144
  "Gate": [
145
145
  "SWFTCUSDT"
@@ -286,7 +286,7 @@
286
286
  ]
287
287
  },
288
288
  "COINBASE-BTC": {
289
- "BTCUSDC": [
289
+ "BTCUSD": [
290
290
  "Coinbase"
291
291
  ]
292
292
  },
@@ -609,6 +609,7 @@
609
609
  "dex_pool_links": {
610
610
  "JYAI": "https://api.geckoterminal.com/api/v2/networks/eth/pools/0x2623edc6008d057786a6bf9dd34185dcddebbf2f",
611
611
  "LBAI": "https://api.geckoterminal.com/api/v2/networks/eth/pools/0x65a33e74e18c99388f4989c296ab8e860219ee76",
612
+ "LUCIC": "https://api.geckoterminal.com/api/v2/networks/bsc/pools/0x8562faea3faa2fb9fd5a9281d3cb4f27749a73aa",
612
613
  "MINDFAK": "https://api.geckoterminal.com/api/v2/networks/eth/pools/0x40c03fb952df5f4ec72414efb0b378d70cded263"
613
614
  },
614
615
  "server_config_admin_whitelist_ips": {
@@ -662,4 +663,4 @@
662
663
  ]
663
664
  },
664
665
  "server_config_whitelist_ips": {}
665
- }
666
+ }
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icgio/clients-config",
3
- "version": "1.0.342",
3
+ "version": "1.0.344",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
Binary file