Skip to content

Commit

Permalink
Update CONTRACT_ADDRESS
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyFate authored and tekkac committed Mar 21, 2024
1 parent a0ddd0b commit bd3dee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get_notes.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import subprocess
import ast

CONTRACT_ADDRESS = "0x01ede845ba73f89a810b153fbd6231c1ef79c371d16577e97af80419b47ee6d8"
CONTRACT_ADDRESS = "0x04753e321e41c407187dc0a444a291957aff9740b526c97fbb8d14d073eee32a"

res = subprocess.run(['starkli', 'call', CONTRACT_ADDRESS, 'get_notes', '90'], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
res = res.stdout.decode('utf-8')
Expand Down

0 comments on commit bd3dee3

Please sign in to comment.