From 6c5d1fcebfc15968820bf31bc49d4c5368677c9e Mon Sep 17 00:00:00 2001 From: Yabir Benchakhtir Date: Thu, 18 Jun 2026 14:12:04 +0200 Subject: [PATCH] Update to include bttc --- updates/info.json | 2 +- updates/location_asset_mappings/v15.json | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 updates/location_asset_mappings/v15.json diff --git a/updates/info.json b/updates/info.json index 858bbf1..89d81df 100644 --- a/updates/info.json +++ b/updates/info.json @@ -22,7 +22,7 @@ } }, "location_asset_mappings": { - "latest": 14, + "latest": 15, "limits": { "9": { "min_version": "1.38.0" }, "10": { "min_version": "1.39.0" }, diff --git a/updates/location_asset_mappings/v15.json b/updates/location_asset_mappings/v15.json new file mode 100644 index 0000000..948f474 --- /dev/null +++ b/updates/location_asset_mappings/v15.json @@ -0,0 +1,11 @@ +{ + "location_asset_mappings": { + "additions": [ + { + "asset": "BTT", + "location": null, + "location_symbol": "BTTC" + } + ] + } +}