@orbs-network/twap 2.3.1 → 2.3.2

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.
Files changed (2) hide show
  1. package/configs.json +53 -0
  2. package/package.json +1 -1
package/configs.json CHANGED
@@ -385,5 +385,58 @@
385
385
  "partner": "Orbs:TWAP:Ocelex",
386
386
  "exchangeAddress": "",
387
387
  "exchangeType": ""
388
+ },
389
+ "SparkDEX": {
390
+ "chainName": "flare",
391
+ "chainId": 14,
392
+ "twapVersion": 4,
393
+ "twapAddress": "0xac9d2216369A6339465Ee2D6a32306dd4884E299",
394
+ "lensAddress": "0xAFfd7D0128aaFd325AC4685fB7b807885e180758",
395
+ "takers": [
396
+ "0xbAC000A86039e669BF9D659ffBd474734c59a8b1",
397
+ "0x333000AC360964E949Fac4660E9508c9D50E14c9"
398
+ ],
399
+ "bidDelaySeconds": 60,
400
+ "minChunkSizeUsd": 10,
401
+ "name": "SparkDEX",
402
+ "partner": "Orbs:TWAP:SparkDEX",
403
+ "exchangeAddress": "0xf5CCFE12878623f15F5B377052a06F20975A0B60",
404
+ "exchangeType": "RouterExchange"
405
+ },
406
+ "Ramses": {
407
+ "chainName": "arb",
408
+ "chainId": 42161,
409
+ "twapVersion": 4,
410
+ "twapAddress": "0xD63430c74C8E70D9dbdCA04C6a9E6E9E929028DA",
411
+ "lensAddress": "0x7eD30e55FF792816Ba88f42b43ee0c4512302152",
412
+ "takers": [
413
+ "0xbAC000A86039e669BF9D659ffBd474734c59a8b1",
414
+ "0x333000AC360964E949Fac4660E9508c9D50E14c9"
415
+ ],
416
+ "bidDelaySeconds": 60,
417
+ "minChunkSizeUsd": 50,
418
+ "name": "Ramses",
419
+ "partner": "Orbs:TWAP:Ramses",
420
+ "exchangeAddress": "",
421
+ "exchangeType": "",
422
+ "pathfinderKey": ""
423
+ },
424
+ "Fenix": {
425
+ "chainName": "blast",
426
+ "chainId": 81457,
427
+ "twapVersion": 4,
428
+ "twapAddress": "0x3ad4f4c2e4d9B928aE6ACaeF465152DC3208Db50",
429
+ "lensAddress": "0x54D41aAC6e02325b7c83825843936F1A8b8bB47A",
430
+ "takers": [
431
+ "0xbAC000A86039e669BF9D659ffBd474734c59a8b1",
432
+ "0x333000AC360964E949Fac4660E9508c9D50E14c9"
433
+ ],
434
+ "bidDelaySeconds": 60,
435
+ "minChunkSizeUsd": 10,
436
+ "name": "Fenix",
437
+ "partner": "Orbs:TWAP:Fenix",
438
+ "exchangeAddress": "",
439
+ "exchangeType": "",
440
+ "pathfinderKey": ""
388
441
  }
389
442
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orbs-network/twap",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/orbs-network/twap.git"