Skip to content

Commit b19b23b

Browse files
committed
new bidask dlmm hashcode
1 parent 9c335de commit b19b23b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

parser/parsers/message/bidask_swap_clmm.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
class BidaskClmmSwap(EmulatorParser):
1111
BIDASK_POOLS_CODE_HASHES = [
1212
"v/KqDp40glzQHQgUaETayPSq7EEnLPwS5CykwUgShcE=",
13-
"PhUUUnEa/dETOqXfL7qqTevqBvOLBLj8R94tthKI4Zs="
13+
"PhUUUnEa/dETOqXfL7qqTevqBvOLBLj8R94tthKI4Zs=",
14+
"OZM3DLIAdGYB8BwQQogWLjxNcibz74yASPKK2Vsptp8="
1415
]
1516

1617
def __init__(self, emulator_path):

0 commit comments

Comments
 (0)