diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 152b6f119..2176bbb4d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -4,7 +4,7 @@ 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) 97 michalisFr Update address.json (#4380) - 74 alineherzman Update all.json (#4498) + 75 alineherzman Update all.json (#4499) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 18 Josip Š Update all.json (#4408) 16 Tarik Gul 0.22.10 (#4489) diff --git a/all.json b/all.json index 96e0735a3..5577f0702 100644 --- a/all.json +++ b/all.json @@ -41,8 +41,6 @@ "0vvwwuniswap.top", "0vwwuniswap.top", "0x-protocol.com", - "kryptian.org", - "voltpaydigitals.com", "0x-web3redrop.net", "0x0ai.org", "0x0aiclaim-dao.com", @@ -15554,6 +15552,7 @@ "krypt-crest.netlify.app", "kryptconnect.com", "kryptconnect.xyz", + "kryptian.org", "kryptmaintenaince.com", "kryptnodes.com", "kryptoconnect-support.com", @@ -30371,6 +30370,7 @@ "voltek.foundation", "voltinu-migrated.live", "voltinuclaim.in", + "voltpaydigitals.com", "voltprotocol.live", "vortexcrypto-mining.company", "vote-cyberdao.net", diff --git a/all/com/all.json b/all/com/all.json index 7a598f0a6..b9397ab79 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -10676,6 +10676,7 @@ "vlaunchconnect.com", "voltagenodefix.com", "voltconnector.com", + "voltpaydigitals.com", "vote-manta.com", "vote-moonapp.com", "vote-supraiab.com", diff --git a/all/org/all.json b/all/org/all.json index 545665355..7bd8f6a02 100644 --- a/all/org/all.json +++ b/all/org/all.json @@ -888,6 +888,7 @@ "kip-protocol.org", "kiwipolkadot.js.org", "klever-restores.org", + "kryptian.org", "ksmtoken.org", "kubecoln.org", "kuclaim.org", diff --git a/meta/2024-07.json b/meta/2024-07.json index b41d597b7..41721718e 100644 --- a/meta/2024-07.json +++ b/meta/2024-07.json @@ -1,6 +1,14 @@ [ + { + "date": "2024-07-01", + "url": "kryptian.org" + }, { "date": "2024-07-01", "url": "pdpfzj.top" + }, + { + "date": "2024-07-01", + "url": "voltpaydigitals.com" } ] diff --git a/package.json b/package.json index 702a637dd..cc0b79ce6 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.11-6-x", + "version": "0.22.11-7-x", "versions": { - "git": "0.22.11-6-x", + "git": "0.22.11-7-x", "npm": "0.22.10" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index dbf9999d0..150708bbe 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.11-6-x", + "version": "0.22.11-7-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index bf776c8d1..1e1117116 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.22.11-6-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.11-7-x' };