Skip to content

Commit 08456da

Browse files
authored
Add missing token (#271)
* shore(token): Add new nICP token to internal list * Split name * feat(version): Bump version and update snapshots * fix(name): Undo appname change as it is done in the ui menu
1 parent 71e583a commit 08456da

File tree

10 files changed

+6
-2
lines changed

10 files changed

+6
-2
lines changed

app/Makefile.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ APPVERSION_M=3
33
# This is the minor version of this release
44
APPVERSION_N=2
55
# This is the patch version of this release
6-
APPVERSION_P=7
6+
APPVERSION_P=9

app/src/token_info.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,11 @@ static const token_info_t TOKEN_REGISTRY[] = {
221221
.decimals = 8},
222222
{.canister_id = "lvfsa-2aaaa-aaaaq-aaeyq-cai",
223223
.token_symbol = "ICX",
224-
.decimals = 8}};
224+
.decimals = 8},
225+
{.token_symbol = "nICP",
226+
.decimals = 8,
227+
.canister_id = "buwm7-7yaaa-aaaar-qagva-cai"},
228+
};
225229

226230
static const size_t NUM_TOKENS = sizeof(TOKEN_REGISTRY) / sizeof(token_info_t);
227231

143 Bytes
Loading
3 Bytes
Loading
3 Bytes
Loading
12 Bytes
Loading
12 Bytes
Loading
61 Bytes
Loading
12 Bytes
Loading
12 Bytes
Loading

0 commit comments

Comments
 (0)