@orbs-network/twap 2.3.0 → 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 +80 -0
  2. package/package.json +1 -1
package/configs.json CHANGED
@@ -357,6 +357,86 @@
357
357
  "partner": "Orbs:TWAP:TeaFi",
358
358
  "exchangeAddress": "0x4e2000DC371704c9CbcAeb8e7baff6813fb83063",
359
359
  "exchangeType": "ParaswapExchange",
360
+ "pathfinderKey": "AaveV2,AaveV3,AaveV3Stata,AngleStakedStableEUR,AngleStakedStableUSD,ApeSwap,AugustusRFQ,BalancerV2,ComethSwap,CurveV1,CurveV1Factory,CurveV1StableNg,CurveV2,Dfyn,DODOV2,Dystopia,Hashflow,IronV2,JarvisV6,KyberDmm,QuickSwap,QuickSwapV3,Retro,SushiSwap,SushiSwapV3,SwaapV2,Synapse,UniswapV2,UniswapV3,WaultFinance,Wmatic,WooFiV2,wUSDM"
361
+ },
362
+ "H2Finance": {
363
+ "chainName": "cronos-zkevm",
364
+ "chainId": 388,
365
+ "twapVersion": 4,
366
+ "twapAddress": "0xc3945b7A39De6518Ed852f6355706F46F672c096",
367
+ "lensAddress": "0xc30Fb187D68Bc032B68769425B8f9Ad7EFC663Fc",
368
+ "takers": [],
369
+ "bidDelaySeconds": 60,
370
+ "minChunkSizeUsd": 10,
371
+ "name": "H2Finance",
372
+ "partner": "Orbs:TWAP:H2Finance",
373
+ "exchangeAddress": "",
374
+ "exchangeType": ""
375
+ },
376
+ "Ocelex": {
377
+ "chainName": "zircuit",
378
+ "chainId": 48900,
379
+ "twapVersion": 4,
380
+ "twapAddress": "0x647413e85A5D38B08A19c3765F12C6A5A64E6051",
381
+ "lensAddress": "0xAbaea785f5a9C61190209A0Ae32F6C7F73A43d4E",
382
+ "bidDelaySeconds": 60,
383
+ "minChunkSizeUsd": 10,
384
+ "name": "Ocelex",
385
+ "partner": "Orbs:TWAP:Ocelex",
386
+ "exchangeAddress": "",
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": "",
360
440
  "pathfinderKey": ""
361
441
  }
362
442
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orbs-network/twap",
3
- "version": "2.3.0",
3
+ "version": "2.3.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/orbs-network/twap.git"