mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-27 12:31:02 +00:00
8a04f4966d
skip-checks: true
@polkadot/phishing
import { checkIfDenied } from '@polkadot/phishing';
const isOnDeny = await checkIfDenied(window.location.host);
console.log(`isOnDeny=${isOnDeny}`);