mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-05-09 05:57:56 +00:00
3732d16d46
skip-checks: true
@polkadot/phishing
import retrieveCheckDeny from '@polkadot/phishing';
const isOnDeny = await retrieveCheckDeny(window.location.host);
console.log(`isOnDeny=${isOnDeny}`);