@orbs-network/twap 2.3.3 → 2.3.5

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 +21 -3
  2. package/package.json +1 -1
package/configs.json CHANGED
@@ -17,6 +17,24 @@
17
17
  "exchangeType": "ParaswapExchange",
18
18
  "pathfinderKey": "SpookySwap,SpookySwapV3"
19
19
  },
20
+ "SpookySwapSonic": {
21
+ "chainName": "sonic",
22
+ "chainId": 146,
23
+ "twapVersion": 4,
24
+ "twapAddress": "0xe94E30ebe3d438dD1e7FE686503E392b1A601566",
25
+ "lensAddress": "0x4bd562529fbda83196d8D1d79cc8404c75Ff5A3A",
26
+ "takers": [
27
+ "0xbAC000A86039e669BF9D659ffBd474734c59a8b1",
28
+ "0x333000AC360964E949Fac4660E9508c9D50E14c9"
29
+ ],
30
+ "bidDelaySeconds": 60,
31
+ "minChunkSizeUsd": 10,
32
+ "name": "SpookySwapSonic",
33
+ "partner": "Orbs:TWAP:SpookySwap",
34
+ "exchangeAddress": "",
35
+ "exchangeType": "",
36
+ "pathfinderKey": ""
37
+ },
20
38
  "Pangolin": {
21
39
  "chainName": "avax",
22
40
  "chainId": 43114,
@@ -283,7 +301,7 @@
283
301
  "minChunkSizeUsd": 50,
284
302
  "name": "SushiArb",
285
303
  "partner": "Orbs:TWAP:Sushi",
286
- "exchangeAddress": "0x824790D0338452c9085d52b67D1ADdE519A24e38",
304
+ "exchangeAddress": "0x08c41f5D1C844061f6D952E25827eeAA576c6536",
287
305
  "exchangeType": "RouterExchange",
288
306
  "pathfinderKey": ""
289
307
  },
@@ -301,7 +319,7 @@
301
319
  "minChunkSizeUsd": 50,
302
320
  "name": "SushiBase",
303
321
  "partner": "Orbs:TWAP:Sushi",
304
- "exchangeAddress": "0x824790D0338452c9085d52b67D1ADdE519A24e38",
322
+ "exchangeAddress": "0x08c41f5D1C844061f6D952E25827eeAA576c6536",
305
323
  "exchangeType": "RouterExchange",
306
324
  "pathfinderKey": ""
307
325
  },
@@ -319,7 +337,7 @@
319
337
  "minChunkSizeUsd": 200,
320
338
  "name": "SushiEth",
321
339
  "partner": "Orbs:TWAP:Sushi",
322
- "exchangeAddress": "0x824790D0338452c9085d52b67D1ADdE519A24e38",
340
+ "exchangeAddress": "0x08c41f5D1C844061f6D952E25827eeAA576c6536",
323
341
  "exchangeType": "RouterExchange",
324
342
  "pathfinderKey": ""
325
343
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orbs-network/twap",
3
- "version": "2.3.3",
3
+ "version": "2.3.5",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/orbs-network/twap.git"