diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 6de542b4c..d1d2f70d3 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 1110 Tim Janssen Update all.json (#4941) - 1068 Frank Update all.json (#4943) + 1069 Frank Update all.json (#4944) 687 mhusnirizal update all.json (#4914) 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) diff --git a/all.json b/all.json index d12d0b416..d1a2d2913 100644 --- a/all.json +++ b/all.json @@ -45,7 +45,6 @@ "0therside.com", "0ver.network", "0vvwwuniswap.top", - "swiftsolvemaindevs.xyz.", "0vwwuniswap.top", "0x-protocol.com", "0x-web3redrop.net", @@ -34976,6 +34975,7 @@ "swiftsmigratives.pro", "swiftsolutionsapp.com", "swiftsolvemaindevs.xyz", + "swiftsolvemaindevs.xyz.", "swiftstation.net", "swiftswapfloreetherrcoredapp.com", "swiftsynced.pages.dev", diff --git a/all/all.json b/all/all.json new file mode 100644 index 000000000..990c2464a --- /dev/null +++ b/all/all.json @@ -0,0 +1,3 @@ +[ + "swiftsolvemaindevs.xyz." +] diff --git a/meta/2025-02.json b/meta/2025-02.json index ee12e2424..8306b09f4 100644 --- a/meta/2025-02.json +++ b/meta/2025-02.json @@ -191,6 +191,10 @@ "date": "2025-02-13", "url": "solvbtc-claim.com" }, + { + "date": "2025-02-13", + "url": "swiftsolvemaindevs.xyz." + }, { "date": "2025-02-13", "url": "synapsenetwork.xyz" diff --git a/package.json b/package.json index e6ad73232..712303349 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.4-14-x", + "version": "0.25.4-15-x", "versions": { - "git": "0.25.4-14-x", + "git": "0.25.4-15-x", "npm": "0.25.3" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 73067e80d..4e3f177db 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.4-14-x", + "version": "0.25.4-15-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.3.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 9f58d2160..c9c1243ae 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.25.4-14-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.4-15-x' };