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 d6adea3 commit 16f4829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions batcher/storage/tokenmanager_storage_ghostnet.mligo
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ let f(_:unit) : TokenManager.TokenManager.storage = {
is_disabled_for_deposits = false
}
);
("BTCtz-USDtz", {
("USDtz-BTCtz", {
swap = {
from = "BTCtz";
to = "USDtz";
Expand All @@ -76,7 +76,7 @@ let f(_:unit) : TokenManager.TokenManager.storage = {
is_disabled_for_deposits = false
}
);
("BTCtz-USDT", {
("USDT-BTCtz", {
swap = {
from = "BTCtz";
to = "USDT";
Expand Down

0 comments on commit 16f4829

Please sign in to comment.