Skip to content

Commit ab32103

Browse files
committed
update
1 parent 0a5e2c5 commit ab32103

File tree

6 files changed

+1182
-17
lines changed

6 files changed

+1182
-17
lines changed

config.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@
115115
with open("data/abi/zkstars/abi.json", "r") as file:
116116
ZKSTARS_ABI = json.load(file)
117117

118+
with open("data/abi/rocketsam/abi.json", "r") as file:
119+
ROCKETSAM_ABI = json.load(file)
120+
118121
ZKSYNC_BRIDGE_CONTRACT = "0x32400084c286cf3e17e7b677ea9583e60a000324"
119122

120123
ORBITER_CONTRACT = ""

0 commit comments

Comments
 (0)