Cron checks for addr from latest (#158)

This commit is contained in:
Jaco Greeff
2021-03-05 21:40:17 +01:00
committed by GitHub
parent d3c7ad53ab
commit cba620b82c
2 changed files with 8 additions and 2 deletions
+5 -2
View File
@@ -109,8 +109,11 @@ function checkAll (): Promise<[string, string[]][]> {
'https://getpolkadot.us/',
'https://musk-in.com'
].map((u) => checkAttr(u, 'data-clipboard-text=')),
checkTag('https://polkadotairdrop.com/address/', 'cool'),
checkAttr('https://kusama-wallet.com/wallet.php', 'id="copyTarget" value=')
...[
'https://kusama-wallet.com/wallet.php',
'https://polkadot-wallet.org/wallet.php'
].map((u) => checkAttr(u, 'id="copyTarget" value=')),
checkTag('https://polkadotairdrop.com/address/', 'cool')
]);
}