diff --git a/glyphs/stax_kusd_64px.gif b/glyphs/stax_kusd_64px.gif deleted file mode 100644 index b187306..0000000 Binary files a/glyphs/stax_kusd_64px.gif and /dev/null differ diff --git a/icons/nanos_app_kusd.gif b/icons/nanos_app_kusd.gif deleted file mode 100644 index 8adc23b..0000000 Binary files a/icons/nanos_app_kusd.gif and /dev/null differ diff --git a/icons/nanox_app_kusd.gif b/icons/nanox_app_kusd.gif deleted file mode 100644 index 6c8d03b..0000000 Binary files a/icons/nanox_app_kusd.gif and /dev/null differ diff --git a/icons/stax_app_kusd.gif b/icons/stax_app_kusd.gif deleted file mode 100644 index 18b1a1c..0000000 Binary files a/icons/stax_app_kusd.gif and /dev/null differ diff --git a/makefile_conf/chain/kusd.mk b/makefile_conf/chain/kusd.mk deleted file mode 100644 index 38cf6cd..0000000 --- a/makefile_conf/chain/kusd.mk +++ /dev/null @@ -1,3 +0,0 @@ -APP_LOAD_PARAMS += --path "44'/91927009'" -DEFINES += CHAINID_UPCASE=\"KUSD\" CHAINID_COINNAME=\"KUSD\" CHAIN_KIND=CHAIN_KIND_KUSD CHAIN_ID=1 -APPNAME = "kUSD" \ No newline at end of file diff --git a/makefile_conf/chain/tobalaba.mk b/makefile_conf/chain/tobalaba.mk deleted file mode 100644 index 92aa145..0000000 --- a/makefile_conf/chain/tobalaba.mk +++ /dev/null @@ -1,3 +0,0 @@ -APP_LOAD_PARAMS += --path "44'/401697'" -DEFINES += CHAINID_UPCASE=\"TOBALABA\" CHAINID_COINNAME=\"TOBALABA\" CHAIN_KIND=CHAIN_KIND_TOBALABA CHAIN_ID=401697 -APPNAME = "Tobalaba" \ No newline at end of file diff --git a/src/chainConfig.h b/src/chainConfig.h index 070de49..2833144 100644 --- a/src/chainConfig.h +++ b/src/chainConfig.h @@ -31,7 +31,6 @@ typedef enum chain_kind_e { CHAIN_KIND_RSK, CHAIN_KIND_UBIQ, CHAIN_KIND_WANCHAIN, - CHAIN_KIND_KUSD, CHAIN_KIND_PIRL, CHAIN_KIND_AKROMA, CHAIN_KIND_MUSICOIN, @@ -46,7 +45,6 @@ typedef enum chain_kind_e { CHAIN_KIND_REOSC, CHAIN_KIND_HPB, CHAIN_KIND_TOMOCHAIN, - CHAIN_KIND_TOBALABA, CHAIN_KIND_DEXON, CHAIN_KIND_VOLTA, CHAIN_KIND_ENERGYWEBCHAIN, diff --git a/src/main.c b/src/main.c index 3399b86..d5aa2de 100644 --- a/src/main.c +++ b/src/main.c @@ -182,9 +182,6 @@ extraInfo_t *getKnownToken(uint8_t *contractAddress) { case CHAIN_KIND_WANCHAIN: numTokens = NUM_TOKENS_WANCHAIN; break; - case CHAIN_KIND_KUSD: - numTokens = NUM_TOKENS_KUSD; - break; case CHAIN_KIND_MUSICOIN: numTokens = NUM_TOKENS_MUSICOIN; break; @@ -224,9 +221,6 @@ extraInfo_t *getKnownToken(uint8_t *contractAddress) { case CHAIN_KIND_MOONRIVER: numTokens = NUM_TOKENS_MOONRIVER; break; - case CHAIN_KIND_TOBALABA: - numTokens = NUM_TOKENS_TOBALABA; - break; case CHAIN_KIND_DEXON: numTokens = NUM_TOKENS_DEXON; break; @@ -341,9 +335,6 @@ extraInfo_t *getKnownToken(uint8_t *contractAddress) { case CHAIN_KIND_WANCHAIN: currentToken = (tokenDefinition_t *) PIC(&TOKENS_WANCHAIN[i]); break; - case CHAIN_KIND_KUSD: - currentToken = (tokenDefinition_t *) PIC(&TOKENS_KUSD[i]); - break; case CHAIN_KIND_MUSICOIN: currentToken = (tokenDefinition_t *) PIC(&TOKENS_MUSICOIN[i]); break; @@ -383,9 +374,6 @@ extraInfo_t *getKnownToken(uint8_t *contractAddress) { case CHAIN_KIND_MOONRIVER: currentToken = (tokenDefinition_t *) PIC(&TOKENS_MOONRIVER[i]); break; - case CHAIN_KIND_TOBALABA: - currentToken = (tokenDefinition_t *) PIC(&TOKENS_TOBALABA[i]); - break; case CHAIN_KIND_DEXON: currentToken = (tokenDefinition_t *) PIC(&TOKENS_DEXON[i]); break; diff --git a/src/tokens.c b/src/tokens.c index a513758..dd597e4 100644 --- a/src/tokens.c +++ b/src/tokens.c @@ -146,8 +146,6 @@ const tokenDefinition_t const TOKENS_EXPANSE[NUM_TOKENS_EXPANSE] = {}; const tokenDefinition_t const TOKENS_WANCHAIN[NUM_TOKENS_WANCHAIN] = {}; -const tokenDefinition_t const TOKENS_KUSD[NUM_TOKENS_KUSD] = {}; - const tokenDefinition_t const TOKENS_MUSICOIN[NUM_TOKENS_MUSICOIN] = {}; const tokenDefinition_t const TOKENS_CALLISTO[NUM_TOKENS_CALLISTO] = {}; @@ -166,8 +164,6 @@ const tokenDefinition_t const TOKENS_HPB[NUM_TOKENS_HPB] = {}; const tokenDefinition_t const TOKENS_TOMOCHAIN[NUM_TOKENS_TOMOCHAIN] = {}; -const tokenDefinition_t const TOKENS_TOBALABA[NUM_TOKENS_TOBALABA] = {}; - const tokenDefinition_t const TOKENS_DEXON[NUM_TOKENS_DEXON] = {}; const tokenDefinition_t const TOKENS_VOLTA[NUM_TOKENS_VOLTA] = {}; diff --git a/src/tokens.h b/src/tokens.h index feeecb8..7851ea5 100644 --- a/src/tokens.h +++ b/src/tokens.h @@ -83,7 +83,6 @@ static const uint8_t LEDGER_SIGNATURE_PUBLIC_KEY[] = { #define NUM_TOKENS_UBIQ 6 #define NUM_TOKENS_EXPANSE 0 #define NUM_TOKENS_WANCHAIN 0 -#define NUM_TOKENS_KUSD 0 #define NUM_TOKENS_MUSICOIN 0 #define NUM_TOKENS_CALLISTO 0 #define NUM_TOKENS_ETHERGEM 0 @@ -93,7 +92,6 @@ static const uint8_t LEDGER_SIGNATURE_PUBLIC_KEY[] = { #define NUM_TOKENS_REOSC 0 #define NUM_TOKENS_HPB 0 #define NUM_TOKENS_TOMOCHAIN 0 -#define NUM_TOKENS_TOBALABA 0 #define NUM_TOKENS_DEXON 0 #define NUM_TOKENS_VOLTA 0 #define NUM_TOKENS_ENERGYWEBCHAIN 0 @@ -135,7 +133,6 @@ extern tokenDefinition_t const TOKENS_RSK[NUM_TOKENS_RSK]; extern tokenDefinition_t const TOKENS_UBIQ[NUM_TOKENS_UBIQ]; extern tokenDefinition_t const TOKENS_EXPANSE[NUM_TOKENS_EXPANSE]; extern tokenDefinition_t const TOKENS_WANCHAIN[NUM_TOKENS_WANCHAIN]; -extern tokenDefinition_t const TOKENS_KUSD[NUM_TOKENS_KUSD]; extern tokenDefinition_t const TOKENS_MUSICOIN[NUM_TOKENS_MUSICOIN]; extern tokenDefinition_t const TOKENS_CALLISTO[NUM_TOKENS_CALLISTO]; extern tokenDefinition_t const TOKENS_ETHERGEM[NUM_TOKENS_ETHERGEM]; @@ -145,7 +142,6 @@ extern tokenDefinition_t const TOKENS_MIX[NUM_TOKENS_MIX]; extern tokenDefinition_t const TOKENS_REOSC[NUM_TOKENS_REOSC]; extern tokenDefinition_t const TOKENS_HPB[NUM_TOKENS_HPB]; extern tokenDefinition_t const TOKENS_TOMOCHAIN[NUM_TOKENS_TOMOCHAIN]; -extern tokenDefinition_t const TOKENS_TOBALABA[NUM_TOKENS_TOBALABA]; extern tokenDefinition_t const TOKENS_DEXON[NUM_TOKENS_DEXON]; extern tokenDefinition_t const TOKENS_VOLTA[NUM_TOKENS_VOLTA]; extern tokenDefinition_t const TOKENS_ENERGYWEBCHAIN[NUM_TOKENS_ENERGYWEBCHAIN];