diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 8b994e749..3b046a87d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 1135 Tim Janssen Update all.json (#5035) - 1104 Frank Update all.json (#5038) + 1105 Frank Update all.json (#5039) 696 mhusnirizal update all.json (#5034) 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) diff --git a/all.json b/all.json index fc4d08a87..89c8864bc 100644 --- a/all.json +++ b/all.json @@ -38,7 +38,6 @@ "09sync00.duckdns.org", "09sync1n0-duckdnrs.org", "09sync1n0-duckdns.org", - "ico-uniswap.org", "0asisprotocol.com", "0g.app-wallets.com", "0gfoundation.app", @@ -19715,6 +19714,7 @@ "icedapeharborclub.com", "ichibridge.website", "ico-sale.com", + "ico-uniswap.org", "icoconnect.org", "icodrops.me", "icofix.neocities.org", diff --git a/all/org/all.json b/all/org/all.json index da059f68c..b5204bc9b 100644 --- a/all/org/all.json +++ b/all/org/all.json @@ -1067,6 +1067,7 @@ "huniswap.org", "hypercycle.org", "iaprostomasturbist.org", + "ico-uniswap.org", "icoconnect.org", "icofix.neocities.org", "iconnectwall.org", diff --git a/meta/2025-04.json b/meta/2025-04.json index 0e9119b50..50b80bb3b 100644 --- a/meta/2025-04.json +++ b/meta/2025-04.json @@ -83,6 +83,10 @@ "date": "2025-04-16", "url": "goliathmainnet.app" }, + { + "date": "2025-04-16", + "url": "ico-uniswap.org" + }, { "date": "2025-04-16", "url": "kerneldaos.pages.dev" diff --git a/package.json b/package.json index 7b94d9842..f3fadf889 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.25.9-1-x", + "version": "0.25.9-2-x", "versions": { - "git": "0.25.9-1-x", + "git": "0.25.9-2-x", "npm": "0.25.8" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index f551d2fc5..e60bd2230 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.25.9-1-x", + "version": "0.25.9-2-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.4.4", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 82d491862..1c2af3fa4 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.9-1-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.9-2-x' };