Skip to content

Commit e334349

Browse files
committed
use a better icon for SOL, SVG
1 parent 2b0356e commit e334349

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed
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)