Skip to content

Commit

Permalink
Update dexscreener api url
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbx committed Dec 4, 2024
1 parent b9cf88e commit e04d136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/smctool.pl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
my $GPL_URL = 'https://api.gopluslabs.io/api/v1';
my $CGO_URL = 'https://api.coingecko.com/api/v3';
my $CAP_URL = 'https://api.coincap.io/v2';
my $DEX_URL = 'https://api.dexscreener.com/latest/dex';
my $DEX_URL = 'https://api.dexscreener.com';
my $LWP_UA = 'Mozilla/5.0';
my $DEBUG = 0;

Expand Down

0 comments on commit e04d136

Please sign in to comment.