Skip to content

Commit

Permalink
fix: update base explorer urls
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Sep 16, 2024
1 parent bcc0f97 commit 057a7f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/api/src/dataFeedsRouter.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@
"base.mainnet": {
"mainnet": true,
"name": "Base Mainnet",
"blockExplorer": "https://basescan.com/address/{address}",
"blockExplorer": "https://basescan.org/address/{address}",
"version": "2.0"
},
"base.sepolia": {
"name": "Base Sepolia",
"blockExplorer": "https://base-sepolia.blockscout.com/{address}",
"blockExplorer": "https://base-sepolia.blockscout.com/address/{address}",
"version": "2.0"
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/components/PartnersSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default {
title: 'Kaia',
name: 'partner_kaia',
link: 'https://www.kaia.io/',
scale: 0.8,
scale: 1.4,
brightness: 0.5,
},
{
Expand Down

0 comments on commit 057a7f3

Please sign in to comment.