Skip to content

Commit

Permalink
updated README.md and .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
preston4896 committed Sep 11, 2024
1 parent c694040 commit 293c51a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ PCS_DAO=0xD0335cbC73CA2f8EDd98a2BE3909f55642F414D7
RISC0_VERIFIER=0x4967e2fB48E2037eC466a8b60722A94bBce48Eb7
DCAP_ATTESTATION=0xefE368b17D137E86298eec8EbC5502fb56d27832

PCCS_ROUTER=0xbFDeE7A1f1bFA2267cD0DA50BE76D8c4a3864543
V3_VERIFIER=0x67042d171b8b7da1a4a98df787bdce79190dac3c
V4_VERIFIER=0x921b8f6ec83e405b715111ec1ae8b54a3ea063eb
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,15 @@ Whitelist QuoteVerifier(s) in the Entrypoint contract:

```bash
forge script AttestationScript --rpc-url $RPC_URL --broadcast -vvvv --sig "configVerifier(address)" <verifier-address>
```
```

#### Deployment Information

The ImageID currently used for the DCAP RiscZero Guest Program is `4052beb38db7869b15596d53c2d5c02c9307faffca9215e69b0f0d0e1812a6c2`.

| Contract | Network | Address |
| --- | --- | --- |
| `PCCSRouter.sol` | testnet | 0xbFDeE7A1f1bFA2267cD0DA50BE76D8c4a3864543 |
| `AutomataDcapAttestation.sol` | testnet | 0xefE368b17D137E86298eec8EbC5502fb56d27832 |
| `V3QuoteVerifier.sol` | testnet | 0x67042d171b8b7da1a4a98df787bdce79190dac3c |
| `V4QuoteVerifier.sol` | testnet | 0x921b8f6ec83e405b715111ec1ae8b54a3ea063eb |

0 comments on commit 293c51a

Please sign in to comment.