@cardano-sdk/e2e 0.34.2 → 0.34.3

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.
package/.env.example CHANGED
@@ -39,6 +39,7 @@ OGMIOS_URL='ws://localhost:1340/'
39
39
  STAKE_POOL_PROVIDER_URL='http://localhost:4000/'
40
40
  METADATA_FETCH_MODE="smash"
41
41
  SMASH_URL="http://cardano-smash:3100/api/v1"
42
+ SCHEDULES="/config/schedules.json"
42
43
 
43
44
  # Required by test:long-running
44
45
  STAKE_POOL_PROJECTOR_URL='http://localhost:4002/'
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.34.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.34.2...@cardano-sdk/e2e@0.34.3) (2024-04-26)
7
+
8
+ ### Bug Fixes
9
+
10
+ * add needed params in the docker composer file to activate batch pool delisting from smash server ([22eb99d](https://github.com/input-output-hk/cardano-js-sdk/commit/22eb99de65fefcc29bc19885f405ca4f2020a54d))
11
+
6
12
  ## [0.34.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.34.1...@cardano-sdk/e2e@0.34.2) (2024-04-23)
7
13
 
8
14
  **Note:** Version bump only for package @cardano-sdk/e2e