From 5d4114e5c93dc5c24513c56313ffa829045207ad Mon Sep 17 00:00:00 2001 From: smk762 Date: Thu, 13 Jun 2024 02:15:09 +0200 Subject: [PATCH] update smartchains list --- code/kmd_ntx_api/const.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/code/kmd_ntx_api/const.py b/code/kmd_ntx_api/const.py index c611099..305374c 100644 --- a/code/kmd_ntx_api/const.py +++ b/code/kmd_ntx_api/const.py @@ -61,8 +61,8 @@ "year": 365 * 24 * 60 * 60, } -SMARTCHAINS = ["BET", "BOTS", "CCL", "CHIPS", "CLC", "CRYPTO", "DEX", - "DP", "GLEEC", "HODL", "ILN", "JUMBLR", "KMD", "KOIN", - "LABS", "MCL", "MESH", "MGW", "MARTY", "MSHARK", "NINJA", - "PANGEA", "PIRATE", "REVS", "DOC", "SOULJA", "SPACE", - "SUPERNET", "THC", "TOKEL", "VRSC", "WSB", "ZILLA"] \ No newline at end of file +SMARTCHAINS = ["BET", "BOTS", "CCL", "CHIPS", "CLC", "DEX", + "GLEEC", "ILN", "KMD", "KOIN", "MCL", "MARTY", + "NINJA", "PIRATE", "REVS", "DOC", "SUPERNET", + "THC", "TOKEL", "VRSC", "VOTE2024" + ] \ No newline at end of file