Add getpolkadot to the auto-check address list (#153)

This commit is contained in:
Jaco Greeff
2021-03-05 12:03:32 +01:00
committed by GitHub
parent 0fe153d8a1
commit 6684ebc8ad
4 changed files with 68 additions and 64 deletions
+3 -3
View File
@@ -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",
+2 -1
View File
@@ -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=')
]);
}