Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/update-sidecar-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
type: string

env:
SIDECAR_REPO: PredicateSystems/rust-predicate-authorityd
SIDECAR_REPO: PredicateSystems/predicate-authority-sidecar

jobs:
update-binaries:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ This SDK requires the **Predicate Authority Sidecar** daemon to be running. The

| Resource | Link |
|----------|------|
| Sidecar Repository | [rust-predicate-authorityd](https://github.com/PredicateSystems/rust-predicate-authorityd) |
| Download Binaries | [Latest Releases](https://github.com/PredicateSystems/rust-predicate-authorityd/releases) |
| Sidecar Repository | [predicate-authority-sidecar](https://github.com/PredicateSystems/predicate-authority-sidecar) |
| Download Binaries | [Latest Releases](https://github.com/PredicateSystems/predicate-authority-sidecar/releases) |
| License | MIT / Apache 2.0 |

### Quick Sidecar Setup
Expand Down
2 changes: 1 addition & 1 deletion packages/authorityd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Returns the sidecar version string.

If automatic installation fails, download the binary manually:

1. Go to [releases](https://github.com/PredicateSystems/rust-predicate-authorityd/releases)
1. Go to [releases](https://github.com/PredicateSystems/predicate-authority-sidecar/releases)
2. Download the binary for your platform
3. Place it in your PATH or use `getSidecarPath()` to locate it

Expand Down