Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Jul 26, 2024
1 parent 28a63b5 commit c054e2a
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://blockscan.io";
return "https://blockscan.com";
}
return networkExplorers[this.reward.networkId] || "https://blockscan.io";
return networkExplorers[this.reward.networkId] || "https://blockscan.com";
}

nextPermit(): Permit | null {
Expand Down

0 comments on commit c054e2a

Please sign in to comment.