mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-12 15:51:03 +00:00
Add getpolkadot to the auto-check address list (#153)
This commit is contained in:
@@ -14,9 +14,9 @@
|
||||
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/phishing#readme",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.13.9",
|
||||
"@polkadot/util": "^6.0.1-5",
|
||||
"@polkadot/util-crypto": "^6.0.1-5",
|
||||
"@polkadot/x-fetch": "^6.0.1-5"
|
||||
"@polkadot/util": "^6.0.1-9",
|
||||
"@polkadot/util-crypto": "^6.0.1-9",
|
||||
"@polkadot/x-fetch": "^6.0.1-9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/js-yaml": "^4.0.0",
|
||||
|
||||
@@ -102,7 +102,8 @@ function checkAll (): Promise<[string, string[]][]> {
|
||||
'https://dot4.top/promo/'
|
||||
].map((u) => checkTag(u, 'p', 'class="payment-title"')),
|
||||
checkTag('https://polkadotairdrop.com/address/', 'cool'),
|
||||
checkAttr('https://kusama-wallet.com/wallet.php', 'id="copyTarget" value=')
|
||||
checkAttr('https://kusama-wallet.com/wallet.php', 'id="copyTarget" value='),
|
||||
checkAttr('https://getpolkadot.us/', 'data-clipboard-text=')
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user