From 4d241af50f4147c3bff694fb1b7e1906d782b702 Mon Sep 17 00:00:00 2001 From: vforgeoux-ledger Date: Mon, 3 Feb 2025 14:28:36 +0100 Subject: [PATCH 1/2] add UFD token to the list --- libsol/token_info.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libsol/token_info.c b/libsol/token_info.c index 9553aac6..620cffc7 100644 --- a/libsol/token_info.c +++ b/libsol/token_info.c @@ -788,6 +788,12 @@ const TokenInfo TOKEN_REGISTRY[] = { 0xf7, 0x7d, 0xdf, 0x35, 0x0c, 0x18, 0xfd, 0x6b, 0x31, 0x94}}, "GIGA"}, + // eL5fUxj2J4CiQsmW85k5FG9DvuQjjUoBHoQBi2Kpump + {{{0x09, 0x90, 0x10, 0x70, 0x9d, 0x92, 0x7f, 0xec, 0xe1, 0x7c, 0x90, + 0x43, 0x05, 0x81, 0xaa, 0xd5, 0x06, 0x2a, 0x64, 0x06, 0xa5, 0x52, + 0xfe, 0x72, 0x9b, 0xf2, 0x42, 0x5c, 0x02, 0xc4, 0x3f, 0xcf}}, + "UFD"}, + // 6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN {{{0x56, 0x5b, 0x78, 0xba, 0xec, 0x5b, 0xd6, 0xff, 0x06, 0x63, 0x33, 0x18, 0xea, 0x20, 0xe7, 0xf6, 0x39, 0x8d, 0x2f, 0x32, 0x80, 0xe8, From 66208416b079feeb381be30d51c1e8ea774f4f5c Mon Sep 17 00:00:00 2001 From: vforgeoux-ledger Date: Mon, 3 Feb 2025 14:28:58 +0100 Subject: [PATCH 2/2] bump app version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3d0b34b1..ba27eadc 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ APPNAME = "Solana" # Application version APPVERSION_M = 1 APPVERSION_N = 7 -APPVERSION_P = 0 +APPVERSION_P = 1 APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)" # Application source files