Skip to content

Commit

Permalink
chore: use blockcscan for multichain balance overview
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Jul 26, 2024
1 parent 16e7052 commit 28a63b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/scripts/rewards/app-state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ export class AppState {

get currentExplorerUrl(): string {
if (!this.reward) {
return "https://etherscan.io";
return "https://blockscan.io";
}
return networkExplorers[this.reward.networkId] || "https://etherscan.io";
return networkExplorers[this.reward.networkId] || "https://blockscan.io";
}

nextPermit(): Permit | null {
Expand Down

0 comments on commit 28a63b5

Please sign in to comment.