diff --git a/CONTRIBUTORS b/CONTRIBUTORS index dd16a3756..fdd35e6ac 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -3,7 +3,7 @@ 677 mhusnirizal update all.json (#4816) 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) - 117 alineherzman Update all.json (#4786) + 118 alineherzman Update all.json (#4818) 97 michalisFr Update address.json (#4380) 36 Tarik Gul 0.24.4 (#4780) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) diff --git a/all.json b/all.json index 9181df4d6..1156e1dd5 100644 --- a/all.json +++ b/all.json @@ -35,7 +35,6 @@ "07e96d43-381a-46a3-9c16-6daf97213efc.co", "09sync00.duckdns.org", "09sync1n0-duckdnrs.org", - "app.apiportalfix.com", "09sync1n0-duckdns.org", "0asisprotocol.com", "0gfoundation.app", @@ -2521,6 +2520,7 @@ "app-zircuitl2.org", "app-zksync.org", "app-zrcuit.com", + "app.apiportalfix.com", "app.astarnet.net", "app.astarsnetworks.com", "app.coinodeservice.com", diff --git a/all/com/all.json b/all/com/all.json index 14fecb4ef..5e26649e4 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -773,6 +773,7 @@ "app-yieldnestcapital.com", "app-zap-tech.com", "app-zrcuit.com", + "app.apiportalfix.com", "app.astarsnetworks.com", "app.coinodeservice.com", "app.flowstringapp.com", diff --git a/meta/2024-12.json b/meta/2024-12.json index cb09099e2..81da3a371 100644 --- a/meta/2024-12.json +++ b/meta/2024-12.json @@ -23,6 +23,10 @@ "date": "2024-12-24", "url": "app-odos.run" }, + { + "date": "2024-12-24", + "url": "app.apiportalfix.com" + }, { "date": "2024-12-24", "url": "avalonlab.xyz" diff --git a/package.json b/package.json index 8d0ffb8d9..987f54764 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.24.5-24-x", + "version": "0.24.5-25-x", "versions": { - "git": "0.24.5-24-x", + "git": "0.24.5-25-x", "npm": "0.24.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index aa8ad465b..164ad3144 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.24.5-24-x", + "version": "0.24.5-25-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.2.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index ba86a1c7a..62ba23333 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.24.5-24-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.24.5-25-x' };