Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
add support for sepolia (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-baier authored Nov 2, 2022
1 parent 67110bd commit d06744f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const API_URLS = {
421611: 'https://api-testnet.arbiscan.io/api',
421613: 'https://api-goerli.arbiscan.io/api',
80001: 'https://api-testnet.polygonscan.com/api',
11155111: 'https://api-sepolia.etherscan.io/api',
1313161554: 'https://api.aurorascan.dev/api',
1313161555: 'https://api-testnet.aurorascan.dev/api'
}
Expand Down Expand Up @@ -60,6 +61,7 @@ const EXPLORER_URLS = {
421611: 'https://testnet.arbiscan.io/address',
421613: 'https://goerli.arbiscan.io/address',
80001: 'https://mumbai.polygonscan.com/address',
11155111: 'https://sepolia.etherscan.io/address',
1313161554: 'https://aurorascan.dev/address',
1313161555: 'https://testnet.aurorascan.dev/address'
}
Expand Down

0 comments on commit d06744f

Please sign in to comment.