Skip to content

Commit

Permalink
Merge pull request #329 from adeojoemmanuel/master
Browse files Browse the repository at this point in the history
added cronos  and cronosTestnet to network
  • Loading branch information
wighawag authored Oct 8, 2023
2 parents db9028d + ee6ce3c commit 7751316
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/etherscan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,12 @@ export async function submitSources(
case '43114':
host = 'https://api.snowtrace.io';
break;
case '338':
host = 'https://api-testnet.cronoscan.com/api';
break;
case '25':
host = 'https://api.cronoscan.com/api';
break;
case '11155111':
host = 'https://api-sepolia.etherscan.io';
break;
Expand Down

0 comments on commit 7751316

Please sign in to comment.