Skip to content

Commit

Permalink
Fix scroll creation infos
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Oct 24, 2024
1 parent 98d97bf commit 2a32b0b
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 @@ -100,7 +100,7 @@ export const EXPLORER_URLS: {
real: { type: "blockscout-api-v2", url: "https://explorer.re.al/api/v2" },
rollux: { type: "blockscout-json", url: "https://explorer.rollux.com" },
rootstock: { type: "blockscout-api-v2", url: "https://rootstock.blockscout.com/api/v2" },
scroll: { type: "etherscan", url: "https://scrollscan.com" },
scroll: { type: "etherscan", url: "https://api.scrollscan.com/api" },
sei: { type: "seitrace", url: "https://seitrace.com/" },
zkevm: { type: "etherscan", url: "https://api-zkevm.polygonscan.com/api" },
zksync: { type: "zksync", url: "https://block-explorer-api.mainnet.zksync.io" },
Expand Down

0 comments on commit 2a32b0b

Please sign in to comment.