Skip to content

Commit

Permalink
Merge pull request #269 from ubq-testing/funder-balance-beta
Browse files Browse the repository at this point in the history
chore: use blockscan for multichain balance overview
  • Loading branch information
0x4007 authored Jul 26, 2024
2 parents 16e7052 + c054e2a commit 51f4c4b
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.com";
}
return networkExplorers[this.reward.networkId] || "https://etherscan.io";
return networkExplorers[this.reward.networkId] || "https://blockscan.com";
}

nextPermit(): Permit | null {
Expand Down

0 comments on commit 51f4c4b

Please sign in to comment.