@orbs-network/twap 2.7.14 → 2.7.16

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 +20 -2
  2. package/package.json +1 -1
package/configs.json CHANGED
@@ -53,6 +53,24 @@
53
53
  "exchangeType": "ParaswapExchange",
54
54
  "pathfinderKey": "QuickSwap,QuickSwapV3"
55
55
  },
56
+ "QuickSwapBase": {
57
+ "chainName": "base",
58
+ "chainId": 8453,
59
+ "twapVersion": 4,
60
+ "twapAddress": "0xc918bdC47264687796Cd54FE362FaC4f8b99Eb55",
61
+ "lensAddress": "0x6313188c1909b161074D62E43105faC9B756A23e",
62
+ "takers": [
63
+ "0xA05405b6340A7F43dC5835351BFC4f5b1F028359",
64
+ "0xE3Efef1563a5960ACc731F9e4d6f4cBf5bd87dcA"
65
+ ],
66
+ "bidDelaySeconds": 60,
67
+ "minChunkSizeUsd": 10,
68
+ "name": "QuickSwap",
69
+ "partner": "Orbs:TWAP:QuickSwap",
70
+ "exchangeAddress": "0x8FCc245209bE85C49D738D0CE5613F74E5d91E86",
71
+ "exchangeType": "ParaswapExchange",
72
+ "pathfinderKey": "QuickSwap,QuickSwapV3"
73
+ },
56
74
  "Chronos": {
57
75
  "chainName": "arb",
58
76
  "chainId": 42161,
@@ -373,8 +391,8 @@
373
391
  "minChunkSizeUsd": 10,
374
392
  "name": "SparkDEX",
375
393
  "partner": "Orbs:TWAP:SparkDEX",
376
- "exchangeAddress": "0x48817b1a0DFA11F07C9871Ba5AB7f7514e0653DE",
377
- "exchangeType": "ExchangeV2"
394
+ "exchangeAddress": "0xe59c53C76bB7EEc01401A18fA8215B94bC65Bf56",
395
+ "exchangeType": "P2Exchange"
378
396
  },
379
397
  "Ramses": {
380
398
  "chainName": "arb",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orbs-network/twap",
3
- "version": "2.7.14",
3
+ "version": "2.7.16",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/orbs-network/twap.git"