diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4c9c04fdc..b98e4e2be 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 445 Mich Update all.json (#1332) 371 Jaco Bump dev (#1325) - 175 mhusnirizal update all.json (#1331) + 176 mhusnirizal update all.json (#1333) 81 frankywild Update all.json (#1330) 77 michalisFr Update all.json (#1036) 27 Bill Laboon Fake polkadot site (#1298) diff --git a/all.json b/all.json index e6ced1286..d05550172 100644 --- a/all.json +++ b/all.json @@ -1,7 +1,6 @@ { "allow": [], "deny": [ - "dapp-sync.herokuapp.com", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -1058,6 +1057,7 @@ "dapp-solutions.net", "dapp-support.com", "dapp-sync-validate.com", + "dapp-sync.herokuapp.com", "dapp-syncconnet.site", "dapp-synchronize.com", "dapp-vadilate.tools", diff --git a/meta/2022-03.json b/meta/2022-03.json index 702af868f..b84b61e91 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -47,6 +47,10 @@ "date": "2022-03-24", "url": "crypto-wallets.com" }, + { + "date": "2022-03-24", + "url": "dapp-sync.herokuapp.com" + }, { "date": "2022-03-24", "url": "dapps.kiev.ua" diff --git a/package.json b/package.json index c02e152c6..3d2aa32c9 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.10.27", + "version": "0.10.28", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 0559d6527..393430e7c 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.10.27", + "version": "0.10.28", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 10407aeeb..481891ce9 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.10.27' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.10.28' };