diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 6d34ea0aa..a7bb80e4b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 453 Jaco Bump deps (#2156) 304 mhusnirizal update all.json (#2159) 242 Frank Update all.json (#2154) - 195 Tim Janssen Update all.json (#2160) + 196 Tim Janssen Update all.json (#2162) 93 michalisFr Added 0 new domains (#2143) 31 Bill Laboon Add allinone-services.net (#1727) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index 5682cafec..61fa9f265 100644 --- a/all.json +++ b/all.json @@ -27,7 +27,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "stakingdex.online", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -8895,6 +8894,7 @@ "staketoken.space", "staking-eth.org", "staking-ether.org", + "stakingdex.online", "stampdesk.link", "standard.medium.com.ru", "standardcryptotraders.com", diff --git a/meta/2022-09.json b/meta/2022-09.json index 389654b17..ac9415343 100644 --- a/meta/2022-09.json +++ b/meta/2022-09.json @@ -71,6 +71,10 @@ "date": "2022-09-01", "url": "smartcoitechs.com" }, + { + "date": "2022-09-01", + "url": "stakingdex.online" + }, { "date": "2022-09-01", "url": "validatorsecure.top" diff --git a/package.json b/package.json index 62fd0bea4..a6fa38f99 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.7-54-x", + "version": "0.18.7-55-x", "versions": { - "git": "0.18.7-54-x", + "git": "0.18.7-55-x", "npm": "0.18.6" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index b1c81103b..d1c307621 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.7-54-x", + "version": "0.18.7-55-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index ab777e1c4..1343d0e04 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.18.7-54-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.7-55-x' };