diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 581f29995..d35dc3b08 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 610 Frank Update all.json (#3241) + 611 Frank Update all.json (#3243) 602 Mich Block polkastarted-home.com and whitelist-web3.com (#3180) 572 Tim Janssen Update all.json (#3240) 525 Jaco Bump TypeScript (#3237) diff --git a/all.json b/all.json index 5ec4251f3..f872f30a1 100644 --- a/all.json +++ b/all.json @@ -32,7 +32,6 @@ "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", - "extensionsrect.rf.gd", "0vwwuniswap.top", "0x0c4681e6c0235179ec3d4f4fc4df3d14fdd96017.xyz", "0x2f499c6da2c8784063bb7e0cb1c478687210cdbr615.xyz", @@ -6182,6 +6181,7 @@ "extensionfix.website", "extensionprotocols.com", "extensionserver.com", + "extensionsrect.rf.gd", "externalprotocol.com", "extninfo.com", "extractionexe.link", diff --git a/all/gd/all.json b/all/gd/all.json index a865acc0a..2194fc5d2 100644 --- a/all/gd/all.json +++ b/all/gd/all.json @@ -4,6 +4,7 @@ "dappwallet.rf.gd", "dappwalletnode.rf.gd", "dappwallets.rf.gd", + "extensionsrect.rf.gd", "get-ethereumrewards.rf.gd", "hubfix.rf.gd", "hubsupport.rf.gd", diff --git a/meta/2023-04.json b/meta/2023-04.json index bb5231ed9..5e6d804b0 100644 --- a/meta/2023-04.json +++ b/meta/2023-04.json @@ -15,6 +15,10 @@ "date": "2023-04-10", "url": "dappatech.online" }, + { + "date": "2023-04-10", + "url": "extensionsrect.rf.gd" + }, { "date": "2023-04-10", "url": "gamefi-seedify.online" diff --git a/package.json b/package.json index f86c1830d..89799a949 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.20.6-23-x", + "version": "0.20.6-24-x", "versions": { - "git": "0.20.6-23-x", + "git": "0.20.6-24-x", "npm": "0.20.5" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index abac27c82..951554866 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.20.6-23-x", + "version": "0.20.6-24-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 651938464..1045311da 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-23-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.20.6-24-x' };