Skip to content

Commit

Permalink
Merge pull request #113 from LedgerHQ/vfx/new_spl_token
Browse files Browse the repository at this point in the history
Add new spl token to the list
  • Loading branch information
fbeutin-ledger authored Feb 4, 2025
2 parents 03c4a98 + 6620841 commit a19da6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions libsol/token_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a19da6c

Please sign in to comment.