Skip to content

Commit

Permalink
new contract
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdud007 committed Jul 16, 2024
1 parent f0e24db commit 55718a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
compile:
@echo "Cairo Compile..."
cairo-hash-program --program helpers/target/hdp.json
cairo-hash-program --program build/compiled_cairo/hdp.json

hdp-run:
@echo "Installing hdp binary..."
Expand Down
4 changes: 2 additions & 2 deletions build/compiled_cairo/readme.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
### Pedersen Program Hash

```
0x42c0f2214c4feb397b9226fa7114496fe6ffd039cd9d81d22f404b22cc6e4c1
0x851702bd047fca42ecf3d0871fd770d4d72a0d1cd669740cafc1bb693d9327
```

### Solidity Contract

```
0xddbE4ac00d742710aD01ED75cDF2013Ebc3D7E61
0xF17f85162f507d002F8561a90D72c74c08583e4B
```

0 comments on commit 55718a7

Please sign in to comment.