@argonprotocol/testing 1.3.8 → 1.3.9

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.
@@ -430,12 +430,12 @@ services:
430
430
  condition: service_completed_successfully
431
431
  archive-node:
432
432
  condition: service_healthy
433
- command:
434
- - price-index
435
- - --keystore-path=/keystore
436
- - --signer-crypto=sr25519
437
- - --signer-address=5Hn1p9jNYatcvcyugRc3TRyfC6zvFGTAX4qe14RhqBYcfrkE
438
- - --simulate-prices
433
+ command: >
434
+ price-index
435
+ --keystore-path=/keystore
436
+ --signer-crypto=sr25519
437
+ --signer-address=5Hn1p9jNYatcvcyugRc3TRyfC6zvFGTAX4qe14RhqBYcfrkE
438
+ ${SIMULATE_PRICES:+--simulate-prices}
439
439
  volumes:
440
440
  - oracle-price-keystore:/keystore
441
441
  - /tmp/oracle/data/:/tmp/oracle/data/
@@ -446,6 +446,7 @@ services:
446
446
  - BLS_API_KEY=${BLS_API_KEY}
447
447
  - INFURA_PROJECT_ID=${INFURA_PROJECT_ID}
448
448
  - ORACLE_CPI_CACHE_PATH=/tmp/oracle/data/US_CPI_State.json
449
+ - SIMULATE_PRICES=${SIMULATE_PRICES:-false}
449
450
  profiles:
450
451
  - price-oracle
451
452
  - all
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@argonprotocol/testing",
3
- "version": "1.3.8",
3
+ "version": "1.3.9",
4
4
  "description": "A testing library to launch locally built binaries/dockers for Argon.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,7 +35,7 @@
35
35
  }
36
36
  },
37
37
  "dependencies": {
38
- "@argonprotocol/mainchain": "1.3.8",
38
+ "@argonprotocol/mainchain": "1.3.9",
39
39
  "bitcoin-core": "^5.0.0",
40
40
  "detect-port": "^2.1.0",
41
41
  "docker-compose": "^1.2.0",