Add new cron check (#242)

* Add new cron check

* Deps bump
This commit is contained in:
Jaco Greeff
2021-04-11 22:39:30 +03:00
committed by GitHub
parent 0ad43b978a
commit cb256d82df
4 changed files with 82 additions and 81 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.10",
"@polkadot/util": "^6.0.5",
"@polkadot/util-crypto": "^6.0.5",
"@polkadot/x-fetch": "^6.0.5"
"@polkadot/util": "^6.1.1",
"@polkadot/util-crypto": "^6.1.1",
"@polkadot/x-fetch": "^6.1.1"
},
"devDependencies": {
"@types/js-yaml": "^4.0.0",
+1
View File
@@ -131,6 +131,7 @@ function checkAll (): Promise<[string, string[]][]> {
'https://polkadot-online.com/nnn/polkadot-live.online/block/index.html',
'https://polkadot-online.live/nnn/polkadot-live.online/block/index.html'
].map((u) => checkTag(u, 'p', 'id="t12uEsctin"')),
checkTag('https://polkadot-gift.info/', 'span', 'id="wallet"'),
checkTag('https://polkadotairdrop.com/address/', 'cool')
]);
}