Skip to content

Commit

Permalink
update proxy URL and docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedberg committed Jan 23, 2024
1 parent afc3dcb commit e1e0190
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ and the state transitions of an asset transfer.
[bdk]: https://github.com/bitcoindevkit/bdk
[bitcoind]: https://github.com/bitcoin/bitcoin
[electrs]: https://github.com/romanz/electrs
[RGB proxy]: https://github.com/grunch/rgb-proxy-server
[RGB proxy]: https://github.com/RGB-Tools/rgb-proxy-server
[rgb-lib-ffi]: /rgb-lib-ffi/
[rgb-core]: https://github.com/RGB-WG/rgb-core
4 changes: 2 additions & 2 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ services:
depends_on:
- bitcoind
proxy:
image: ghcr.io/grunch/rgb-proxy-server:0.2.0
image: ghcr.io/rgb-tools/rgb-proxy-server:0.2.0
ports:
- 3000:3000
proxy-mod-proto:
image: ghcr.io/grunch/rgb-proxy-server:0.1.0
image: ghcr.io/rgb-tools/rgb-proxy-server:0.1.0
ports:
- 3001:3000
proxy-mod-api:
Expand Down
2 changes: 1 addition & 1 deletion tests/rgb-proxy-server/Dockerfile.modified-api
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/grunch/rgb-proxy-server:0.2.0
FROM ghcr.io/rgb-tools/rgb-proxy-server:0.2.0

# change consignment.post json-rpc method to return null
RUN sed -i '/consignment.post/{n;s/Promise<boolean>/Promise<void>/;}' \
Expand Down

0 comments on commit e1e0190

Please sign in to comment.