Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added deployment info for Sepolia #1188

Closed
wants to merge 1 commit into from
Closed
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
10 changes: 10 additions & 0 deletions contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ https://github.com/ceramicnetwork/CIP/blob/main/CIPs/CIP-110/CIP-110.md
- CeramicAnchorServiceV2.t.sol
- test suite for Core

# Deployments

## Sepolia
```
SEPOLIA_DEPLOYER_ADDRESS=0x85d4e0b71bB3B1155eEa18708e8cc699d09efa8c
SEPLOIA_CONTRACT_ADDRESS=0x2563B369CA2118061B7bb01c66A5858cA9588DbD
SEPOLIA_TRANSACTION_HASH=0xcbf13202c228dcb6ee5267745a862372defef561ccec764ced391b7e1f220acd
SEPLOIA_DEPLOYMENT_HEIGHT=5518585
```

# Makefile Variables
Vriables in Makefile
- ```RPC```
Expand Down
Loading