Skip to content

Commit

Permalink
fix issue connecting to Ankr
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Oct 6, 2023
1 parent ae04b71 commit b62c2ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extension/src/bridge/iframe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,6 @@ export default class BridgeIframe extends EventEmitter {
// Some apps don't support generic injected providers, so we pretend to be MetaMask
isMetaMask =
window.location.hostname === 'app.stakewise.io' ||
window.location.hostname === 'app.aura.finance'
window.location.hostname === 'app.aura.finance' ||
window.location.hostname === 'www.ankr.com'
}

0 comments on commit b62c2ec

Please sign in to comment.