@orbs-network/twap 2.7.26 → 2.7.28

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 -3
  2. package/package.json +1 -1
package/configs.json CHANGED
@@ -67,9 +67,9 @@
67
67
  "minChunkSizeUsd": 10,
68
68
  "name": "QuickSwap",
69
69
  "partner": "Orbs:TWAP:QuickSwap",
70
- "exchangeAddress": "0xcA43af989FC2C6d8AeE5dDacc54BDd6FfC97dE3A",
71
- "exchangeType": "ParaswapExchange",
72
- "pathfinderKey": "quickswap,quickswapv3,quickswapv3.1,quickperps"
70
+ "exchangeAddress": "0xb7a3d74895bfd3aff6780525e36d79fcf26a895f",
71
+ "exchangeType": "ExchangeV2",
72
+ "pathfinderKey": ""
73
73
  },
74
74
  "Chronos": {
75
75
  "chainName": "arb",
@@ -531,5 +531,22 @@
531
531
  "partner": "Orbs:TWAP:BlackholeAvax",
532
532
  "exchangeAddress": "0xb7A3d74895bFD3Aff6780525e36D79FCf26a895F",
533
533
  "exchangeType": "ExchangeV2"
534
+ },
535
+ "NewEraBnb": {
536
+ "chainName": "bsc",
537
+ "chainId": 56,
538
+ "twapVersion": 4,
539
+ "twapAddress": "0xa6F7444D2b92Aa9F94a2165c77aAF2B671e63994",
540
+ "lensAddress": "0xEdB0c077fa87Fb21d050c619FF426798f8Fc1264",
541
+ "takers": [
542
+ "0xA05405b6340A7F43dC5835351BFC4f5b1F028359",
543
+ "0xE3Efef1563a5960ACc731F9e4d6f4cBf5bd87dcA"
544
+ ],
545
+ "bidDelaySeconds": 60,
546
+ "minChunkSizeUsd": 50,
547
+ "name": "NewEraBnb",
548
+ "partner": "Orbs:TWAP:NewEraBnb",
549
+ "exchangeAddress": "0xA22D7Df24d9Ea4D4EF6dC96b2204bd550430eC42",
550
+ "exchangeType": "ExchangeV2"
534
551
  }
535
552
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orbs-network/twap",
3
- "version": "2.7.26",
3
+ "version": "2.7.28",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/orbs-network/twap.git"