@argonprotocol/testing 1.4.9-dev.8f82736f → 1.4.9-dev.941badb8

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.
@@ -231,7 +231,7 @@ services:
231
231
  retries: 12
232
232
 
233
233
  archive-rpc:
234
- image: ghcr.io/argonprotocol/argon-rpc:${VERSION:-dev}
234
+ image: ghcr.io/argonprotocol/argon-rpc:dev
235
235
  build:
236
236
  context: .
237
237
  dockerfile: docker/argon-rpc/Containerfile
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@argonprotocol/testing",
3
- "version": "1.4.9-dev.8f82736f",
3
+ "version": "1.4.9-dev.941badb8",
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.9-dev.8f82736f",
38
+ "@argonprotocol/mainchain": "1.4.9-dev.941badb8",
39
39
  "detect-port": "^2.1.0",
40
40
  "docker-compose": "^1.2.0",
41
41
  "http-proxy": "^1.18.1",