diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 2c0aa82fc..fc972fc1f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 607 Frank Update all.json (#3228) 602 Mich Block polkastarted-home.com and whitelist-web3.com (#3180) - 569 Tim Janssen Update all.json (#3227) + 570 Tim Janssen Update all.json (#3231) 523 Jaco Remove web3modal.com (#3226) 420 mhusnirizal update all.json (#3213) 96 michalisFr Added 0 new domains (#2338) @@ -18,12 +18,12 @@ 3 Jonathan Dunne Add Talisman to README (#3050) 3 JuanCDe Update all.json (#3097) 3 Samuel MC Update address.json (#96) + 2 bipul kumar hansdah Update all.json (#3230) 2 Justin Pham Add bit.country scam sites (#1425) 2 Keegan | W3F Update all.json (#1585) 2 paradoxxx-tt Update address.json (#306) 2 SimonKraus add polkadotgiveaway dot com to the list (#114) 1 Andrin Rehmann Remove AWS amplify from denied, add to allowed (#2775) - 1 bipul kumar hansdah added phishing site https://aquasync.pages.dev/ (#3177) 1 Christina-Marie A Miyar Update all.json (#855) 1 Christopher Bleckmann-Dreher Update all.json (#1360) 1 Danny Salman Add scam site (#461) diff --git a/all.json b/all.json index c47af6359..908b6a734 100644 --- a/all.json +++ b/all.json @@ -31,7 +31,6 @@ "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", - "dev-launchpadmultiversex.com", "0vvwwuniswap.top", "0vwwuniswap.top", "0x0c4681e6c0235179ec3d4f4fc4df3d14fdd96017.xyz", @@ -5457,6 +5456,7 @@ "dev-dc-launchpad.pantheonsite.io", "dev-decentralizedfix.pantheonsite.io", "dev-decentralizedlp.pantheonsite.io", + "dev-launchpadmultiversex.com", "dev-polkaapp.pantheonsite.io", "dev-walconnect.pantheonsite.io", "dev-wall-ethconnect.pantheonsite.io", @@ -10720,6 +10720,7 @@ "opensea-activate.net", "opensea-nft-offers.com", "opensea-nft-wallet.com", + "opensea-pro.com", "opensea-tool.com", "opensea-user-reward.netlify.app", "opensea-verificationprocess.com", @@ -10744,7 +10745,6 @@ "openwalletuserhellp.company", "ophiophagous-smiley-unvascular.s3.eu-central-003.backblazeb2.com", "opnesee.net", - "opensea-pro.com", "opnseawhitelist.com", "opolkadot.js.org", "oppolkadot.js.org", diff --git a/all/com/all.json b/all/com/all.json index f3aefd08b..6ff8c2391 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -2041,6 +2041,7 @@ "desydefinode.com", "details-paxful.dashboard-paxful.com", "dev-dappsync.com", + "dev-launchpadmultiversex.com", "dev-walletconnect.com", "dev-webconnect-pantheonsite.com", "develon.com", @@ -4046,6 +4047,7 @@ "openscrypt.com", "opensea-nft-offers.com", "opensea-nft-wallet.com", + "opensea-pro.com", "opensea-tool.com", "opensea-verificationprocess.com", "openseaconnect.weebly.com", diff --git a/meta/2023-04.json b/meta/2023-04.json index 5781f6bdd..3b34b72b7 100644 --- a/meta/2023-04.json +++ b/meta/2023-04.json @@ -1,4 +1,12 @@ [ + { + "date": "2023-04-06", + "url": "dev-launchpadmultiversex.com" + }, + { + "date": "2023-04-06", + "url": "opensea-pro.com" + }, { "date": "2023-04-05", "url": "beaconchainrpc.com" diff --git a/package.json b/package.json index 9ec23d974..b0429c666 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.20.6-14-x", + "version": "0.20.6-15-x", "versions": { - "git": "0.20.6-14-x", + "git": "0.20.6-15-x", "npm": "0.20.5" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index e975f6b13..4708cb9ae 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.20.6-14-x", + "version": "0.20.6-15-x", "main": "index.js", "dependencies": { "@polkadot/util": "^11.1.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index b75a1b10a..8db579825 100644 --- a/packages/phishing/src/packageInfo.ts +++ b/packages/phishing/src/packageInfo.ts @@ -3,4 +3,4 @@ // Do not edit, auto-generated by @polkadot/dev -export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.20.6-14-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.20.6-15-x' };