Skip to content

Commit

Permalink
Fix avax explorer config
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Apr 20, 2024
1 parent ec2da1c commit d5c2cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const EXPLORER_URLS: {
} = {
arbitrum: { type: "etherscan", url: "https://api.arbiscan.io/api" },
aurora: { type: "etherscan", url: "https://api.aurorascan.dev/api" },
avax: { type: "routescan", url: "https://api.routescan.io" },
avax: { type: "etherscan", url: "https://api.routescan.io/v2/network/mainnet/evm/43114/etherscan/api" },
base: { type: "etherscan", url: "https://api.basescan.org/api" },
bsc: { type: "etherscan", url: "https://api.bscscan.com/api" },
canto: { type: "blockscout-json", url: "https://tuber.build" },
Expand Down

0 comments on commit d5c2cff

Please sign in to comment.