diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4b9ca6658..5f70d740b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 424 Mich Update all.json (#1278) + 425 Mich Update all.json (#1279) 366 Jaco 0.9.1 (#1264) 163 mhusnirizal update all.json (#1277) 77 michalisFr Update all.json (#1036) diff --git a/all.json b/all.json index cac136cb6..a72633f8f 100644 --- a/all.json +++ b/all.json @@ -8,8 +8,6 @@ "16-b.it", "162.222.226.37", "1776coin.org", - "bridge-wallet.xyz", - "importvalidator.org", "1chaincrypto.com", "1inch-network.net", "1inch-wallet.org", @@ -426,6 +424,7 @@ "brg-corp.top", "bridge-portal.net", "bridge-protocol.com", + "bridge-wallet.xyz", "bridgeavax.network", "bridgeblockchainprotocol.com", "bridgecryptoinc.com", @@ -2082,6 +2081,7 @@ "importreviewer.online", "importrewards.com", "importrewards.org", + "importvalidator.org", "improvewalletchains.com", "incwalletvalidates.net", "indexapps.one", diff --git a/meta/2022-03.json b/meta/2022-03.json index 4d0ec71d3..a68b9c4fc 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -7,6 +7,10 @@ "date": "2022-03-15", "url": "avalanchesync.com" }, + { + "date": "2022-03-15", + "url": "bridge-wallet.xyz" + }, { "date": "2022-03-15", "url": "chainlinkdap.com" @@ -47,6 +51,10 @@ "date": "2022-03-15", "url": "digitalwalletchain.com" }, + { + "date": "2022-03-15", + "url": "importvalidator.org" + }, { "date": "2022-03-15", "url": "interloadingdapps.online" diff --git a/package.json b/package.json index 7a038f4f9..dca3adbab 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.9.14", + "version": "0.9.15", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 772105cb0..b78e0c413 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.9.14", + "version": "0.9.15", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 4bfe63078..2c696f97f 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.9.14' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.9.15' };