@orbs-network/twap 2.7.12 → 2.7.13

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 +17 -0
  2. package/package.json +1 -1
package/configs.json CHANGED
@@ -428,5 +428,22 @@
428
428
  "partner": "Orbs:TWAP:H2Finance",
429
429
  "exchangeAddress": "0x2f1f10dc311722Be609e6B427bF3FBac6e44093B",
430
430
  "exchangeType": "ExchangeV2"
431
+ },
432
+ "Shadow": {
433
+ "chainName": "sonic",
434
+ "chainId": 146,
435
+ "twapVersion": 4,
436
+ "twapAddress": "0x8963992816b4EafE5a22b7DB2A99513c18be9afA",
437
+ "lensAddress": "0x67e631F71232D63AcA98a2D5E9B2Bce5FCc39d5D",
438
+ "takers": [
439
+ "0xDF406A27C58a8Cd6Fd43e143339bCE131216a913",
440
+ "0x504f6E10173249dD22491829D98862Cf81DeF79E"
441
+ ],
442
+ "bidDelaySeconds": 60,
443
+ "minChunkSizeUsd": 10,
444
+ "name": "Shadow",
445
+ "partner": "Orbs:TWAP:Shadow",
446
+ "exchangeAddress": "0x5bE612238132B552E1cA79326278049D98077655",
447
+ "exchangeType": "ExchangeV2"
431
448
  }
432
449
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orbs-network/twap",
3
- "version": "2.7.12",
3
+ "version": "2.7.13",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/orbs-network/twap.git"