From 06c5a504cdded0c2092f8707133a47ff26dc4c9f Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Tue, 16 Mar 2021 10:32:42 +0100 Subject: [PATCH] Additional addresses (#171) --- address.json | 3 +++ index.html | 3 +-- packages/phishing/src/addrcheck.spec.ts | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/address.json b/address.json index 9556ce2ba..139e38293 100644 --- a/address.json +++ b/address.json @@ -2,6 +2,9 @@ "claimpolka.live": [ "12aCLUsyTCWn5Dzf5wxuuRm93dx9rkAF5rqw9zBDTV5NSY1E" ], + "claimpolkadot.com": [ + "16haZsnTpsAK3PaqRJJE16Zasq9WkpovgUCdQGStKHMskLdp" + ], "dot21.net": [ "1Z5ohZkHN4TjWeKpcA3tqpd4uNSA3r9fzsEG9aviDUWAeo2" ], diff --git a/index.html b/index.html index 377378f9c..e62a63f27 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ a { color: #ff8c00 !important; text-decoration: none } body { color: #4e4e4e; font: var(--font-sans); height: 100vh; overflow-x: hidden; padding: 0 } - h3 { font: var(--font-sans); font-weight: 400; margin: 1rem 0; opacity: 0.95; text-transform: lowercase } + h3 { font: var(--font-sans); font-weight: 400; margin: 0; opacity: 0.5; text-transform: lowercase } p { line-height: 1.5rem; margin: 0.75rem 0 } .box { background: rgba(255, 255, 255, 0.85); border-radius: 0.25rem; flex: 1 1; margin: 0.5rem; min-width: 15rem; max-width: 40rem; padding: 1rem 1.5rem; text-align: center; white-space: nowrap; width: 40rem; z-index: 2 } @@ -32,7 +32,6 @@ td:not(.centered) { font: var(--font-mono); padding: 0.25rem 0.5rem; text-align: right } td.centered { opacity: 0.65; padding: 1rem; text-align: center } td:nth-child(2) { width: 100% } - td > h3 { margin: 0; opacity: 0.25 } tr + tr > td > h3 { margin-top: 0.5rem } td > span { border-radius: 0.25em; color: white; font-size: 0.75rem; padding: 0.125em 0.375em } td > span.active { background: darkred } diff --git a/packages/phishing/src/addrcheck.spec.ts b/packages/phishing/src/addrcheck.spec.ts index e09c5cab7..7dbdd4d71 100644 --- a/packages/phishing/src/addrcheck.spec.ts +++ b/packages/phishing/src/addrcheck.spec.ts @@ -94,6 +94,7 @@ function checkAll (): Promise<[string, string[]][]> { ].map((u) => checkTag(u, 'p', 'id="trnsctin"')), ...[ 'https://claimpolka.live/claim/index.html', + 'https://claimpolkadot.com/claim/index.html', 'https://polkadot-airdrop.org/block/index.html', 'https://polkadot-airdrop.online/block/index.html', 'https://polkadot-airdrops.net/block/index.html',