Skip to content

Commit

Permalink
fix: use correct basescan tld
Browse files Browse the repository at this point in the history
  • Loading branch information
alfetopito committed Nov 7, 2024
1 parent 9ac9d1f commit 43e11e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/common-const/src/chainInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const CHAIN_INFO: ChainInfoMap = {
[SupportedChainId.BASE]: {
docs: 'https://docs.base.org/',
bridge: 'https://bridge.base.org/deposit',
explorer: 'https://basescan.io',
explorer: 'https://basescan.org',
infoLink: 'https://www.base.org/',
label: 'Base',
addressPrefix: 'base',
Expand Down

0 comments on commit 43e11e4

Please sign in to comment.