From 0d8d28032b41ba9c4b5d4ff5e4b866b71ce1f170 Mon Sep 17 00:00:00 2001 From: D Date: Mon, 26 Feb 2024 17:48:36 +0500 Subject: [PATCH] set the id of the bitgert token to fetch price --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 155ba81a..7e7e29ff 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -253,7 +253,7 @@ export const chains = [ icon: Dfinity, dec: -8, }, - { id: "bitgert", name: "Bitgert", icon: Bitgert } + { id: "bitrise-token", name: "Bitgert", icon: Bitgert } ]; export const url = "https://explorer-app.xp.network/";