Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
czbag committed Nov 10, 2023
1 parent 3c5808c commit dda05b2
Show file tree
Hide file tree
Showing 6 changed files with 664 additions and 19 deletions.
3 changes: 3 additions & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@
with open("data/abi/gnosis/abi.json", "r") as file:
SAFE_ABI = json.load(file)

with open("data/abi/zkstars/abi.json", "r") as file:
ZKSTARS_ABI = json.load(file)

ZKSYNC_BRIDGE_CONTRACT = "0x32400084c286cf3e17e7b677ea9583e60a000324"

ORBITER_CONTRACT = ""
Expand Down
Loading

0 comments on commit dda05b2

Please sign in to comment.