diff --git a/static/scripts/rewards/app-state.ts b/static/scripts/rewards/app-state.ts index d41cb885..54c0c354 100644 --- a/static/scripts/rewards/app-state.ts +++ b/static/scripts/rewards/app-state.ts @@ -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 {