Skip to content

Commit

Permalink
Changed token pair keys for BTCtz
Browse files Browse the repository at this point in the history
  • Loading branch information
glottologist committed Nov 21, 2023
1 parent 16f4829 commit 0bda1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batcher/storage/tokenmanager_storage_ghostnet.mligo
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ let f(_:unit) : TokenManager.TokenManager.storage = {
];
};
valid_swaps = {
keys = Set.literal ["tzBTC-USDT";"BTCtz-USDtz";"tzBTC-USDtz";"BTCtz-USDT";"tzBTC-EURL"] ;
keys = Set.literal ["tzBTC-USDT";"USDtz-BTCtz";"tzBTC-USDtz";"USDT-BTCtz";"tzBTC-EURL"] ;
values = Big_map.literal [
("tzBTC-USDT", {
swap = {
Expand Down

0 comments on commit 0bda1a0

Please sign in to comment.