Skip to content

Commit

Permalink
chore(deps): bump @agoric/synthetic-chain
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Jan 23, 2024
1 parent f19f24a commit 7665d9e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions a3p-integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,16 @@ cd agoric-3-proposals
# build the default entrypoint and tag it so the `append` command finds it
docker buildx build --tag ghcr.io/agoric/agoric-3-proposals:main .
```

## missing "unreleased" image

If you get an error like,
```
ERROR: failed to solve: ghcr.io/agoric/agoric-sdk:unreleased: ghcr.io/agoric/agoric-sdk:unreleased: not found
```

That's probably because you don't have that image built locally. To build it,
```
cd packages/deployment
make docker-build-sdk
```
4 changes: 2 additions & 2 deletions a3p-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"fromTag": "main"
},
"scripts": {
"build": "echo Use synthetic-chain to build proposal images",
"test": "echo Use synthetic-chain to test proposal images"
"build": "synthetic-chain build",
"test": "synthetic-chain test"
},
"dependencies": {
"@agoric/synthetic-chain": "^0.0.3",
Expand Down

0 comments on commit 7665d9e

Please sign in to comment.