Skip to content

Commit

Permalink
Fixed swaps for non-dirct XOR swaps (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel authored Mar 20, 2022
1 parent 9c580d1 commit 56c0ec0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
VAL_ID = "0x0200040000000000000000000000000000000000000000000000000000000000"
PSWAP_ID = "0x0200050000000000000000000000000000000000000000000000000000000000"
XOR_ACCOUNT = (
"0x54734f90f971a02c609b2d684e61b5574e35ac9942579a2635aada58e5d836a7" # noqa
#"0x54734f90f971a02c609b2d684e61b5574e35ac9942579a2635aada58e5d836a7" # noqa
"cnTQ1kbv7PBNNQrEb1tZpmK7ftiv4yCCpUQy1J2y7Y54Taiaw" #noqa
)

CURRENCIES = "Currencies"
Expand Down

0 comments on commit 56c0ec0

Please sign in to comment.