diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 42fa9b013..d83bae298 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 432 Mich Update all.json (#1294) + 433 Mich Update all.json (#1295) 367 Jaco Bump dev deps (#1288) 167 mhusnirizal update all.json (#1293) 77 michalisFr Update all.json (#1036) diff --git a/all.json b/all.json index e0e97744a..f7b1d1790 100644 --- a/all.json +++ b/all.json @@ -8,8 +8,6 @@ "16-b.it", "162.222.226.37", "1776coin.org", - "autowallsync.org", - "certifywallmesh.net", "1chaincrypto.com", "1inch-network.net", "1inch-wallet.org", @@ -313,6 +311,7 @@ "autorepairnodetoken.com", "autovalidatenow.online", "autowalletconnect.org", + "autowallsync.org", "avalanchesync.com", "avaxnetworkwallet.com", "awnetcon.com", @@ -469,6 +468,7 @@ "ccl-pancakeswop.com", "ccp-pancakeswop.com", "ceekdrops.com", + "certifywallmesh.net", "cex-crypto.com", "chain-connects.com", "chain-interlink.com", diff --git a/meta/2022-03.json b/meta/2022-03.json index 41aba3cdc..49b610ec5 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -11,10 +11,18 @@ "date": "2022-03-18", "url": "authorizedwallonapp.net" }, + { + "date": "2022-03-18", + "url": "autowallsync.org" + }, { "date": "2022-03-18", "url": "bitkep.com" }, + { + "date": "2022-03-18", + "url": "certifywallmesh.net" + }, { "date": "2022-03-18", "url": "chain-interlink.com" diff --git a/package.json b/package.json index c735792a3..4e416919b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.9.30", + "version": "0.9.31", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 3ec01c55b..a5974971b 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.9.30", + "version": "0.9.31", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 0552f7d59..1b440b78e 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.30' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.9.31' };