We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c335de + b19b23b commit 1ef9484Copy full SHA for 1ef9484
parser/parsers/message/bidask_swap_clmm.py
@@ -10,7 +10,8 @@
10
class BidaskClmmSwap(EmulatorParser):
11
BIDASK_POOLS_CODE_HASHES = [
12
"v/KqDp40glzQHQgUaETayPSq7EEnLPwS5CykwUgShcE=",
13
- "PhUUUnEa/dETOqXfL7qqTevqBvOLBLj8R94tthKI4Zs="
+ "PhUUUnEa/dETOqXfL7qqTevqBvOLBLj8R94tthKI4Zs=",
14
+ "OZM3DLIAdGYB8BwQQogWLjxNcibz74yASPKK2Vsptp8="
15
]
16
17
def __init__(self, emulator_path):
0 commit comments