Skip to content

Commit

Permalink
set the id of the bitgert token to fetch price
Browse files Browse the repository at this point in the history
  • Loading branch information
D4mph1r committed Feb 26, 2024
1 parent afb9943 commit 0d8d280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/";
Expand Down

0 comments on commit 0d8d280

Please sign in to comment.