Skip to content

Commit

Permalink
Add SOL as unique coin
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrimaud committed Dec 31, 2023
1 parent af83466 commit 17812e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cron/cryptoprices.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

const COINS_TO_NOT_DUPLICATE = [
'ADA',
'TAO'
'TAO',
'SOL',
];

use GuzzleHttp\Client as GuzzleClient;
Expand Down

0 comments on commit 17812e3

Please sign in to comment.