@argonprotocol/testing 1.4.10-dev.925a902e → 1.4.10-dev.a229760e

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.
@@ -512,7 +512,7 @@ services:
512
512
  - ARGON_TOKEN_ADDRESS=${ARGON_TOKEN_ADDRESS:-3e622317f8C93f7328350cF0B56d9eD4C620C5d6}
513
513
  - ARGONOT_TOKEN_ADDRESS=${ARGONOT_TOKEN_ADDRESS:-3e622317f8C93f7328350cF0B56d9eD4C620C5d6}
514
514
  - BLS_API_KEY=${BLS_API_KEY}
515
- - INFURA_PROJECT_ID=${INFURA_PROJECT_ID}
515
+ - ETHEREUM_RPC_URLS=${ETHEREUM_RPC_URLS}
516
516
  - ORACLE_CPI_CACHE_PATH=/tmp/oracle/data/US_CPI_State.json
517
517
  profiles:
518
518
  - price-oracle-live
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@argonprotocol/testing",
3
- "version": "1.4.10-dev.925a902e",
3
+ "version": "1.4.10-dev.a229760e",
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.4.10-dev.925a902e",
38
+ "@argonprotocol/mainchain": "1.4.10-dev.a229760e",
39
39
  "detect-port": "^2.1.0",
40
40
  "docker-compose": "^1.2.0",
41
41
  "http-proxy": "^1.18.1",