Additional addresses (#129)

This commit is contained in:
Jaco Greeff
2021-02-20 18:41:55 +01:00
committed by GitHub
parent 2c4da8a142
commit 2e1ac8fc40
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -28,6 +28,7 @@
"14oEqqqCabUQdsdq1zP1qdb8b4uhEnc2mL1YYHKf8xYbh8FB"
],
"polkadot-bonus.network": [
"12RGBMjuLkCX6TKUoG33Fm4SzpxNYjwjgqHZ9huk5Nk4NAPh",
"1DsARAWRSyMoy815SeZrFytb74Qvw7W2wsrsYWZxZmHcRC4"
],
"polkadot-event.com": [
+1 -2
View File
@@ -109,8 +109,7 @@ function checkAll (): Promise<[string, string[]][]> {
].map((u) => checkTag(u, 'span', 'id="cosh"')),
checkTag('https://dot4.org/promo/', 'p', 'class="payment-title"'),
checkTag('https://polkadotairdrop.com/address/', 'cool'),
checkAttr('https://www.kusama-wallet.com/wallet.php', 'id="copyTarget" value=')
.then(([site, values]) => [site.replace('www.', ''), values])
checkAttr('https://kusama-wallet.com/wallet.php', 'id="copyTarget" value=')
]);
}