Skip to content

Commit 2518a66

Browse files
authored
Merge pull request #104 from macalinao/igm/native-sol-image
Use better token icon for native SOL
2 parents 2b0356e + dbe5fa8 commit 2518a66

File tree

3 files changed

+51
-1
lines changed

3 files changed

+51
-1
lines changed

.changeset/soft-apples-trade.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@macalinao/token-utils": patch
3+
"example-dapp": patch
4+
---
5+
6+
use better SOL icon
Lines changed: 44 additions & 0 deletions
Loading

packages/token-utils/src/native-sol.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ export const NATIVE_SOL: TokenInfo<"11111111111111111111111111111111", 9> = {
1010
symbol: "SOL",
1111
decimals: 9,
1212
// TODO(igm): icons should be put in some sort of static repository, and they should be SVGs.
13-
iconURL: "https://cryptologos.cc/logos/solana-sol-logo.png",
13+
iconURL: "https://grill.ianm.com/tokens/sol.svg",
1414
};

0 commit comments

Comments
 (0)