mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 02:08:00 +00:00
[CI Skip] bump/beta 0.25.25-33-x
skip-checks: true
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
551 Jaco Allow addition of denySub entries (#4223)
|
551 Jaco Allow addition of denySub entries (#4223)
|
||||||
133 alineherzman Update all.json (#5527)
|
133 alineherzman Update all.json (#5527)
|
||||||
97 michalisFr Update address.json (#4380)
|
97 michalisFr Update address.json (#4380)
|
||||||
57 ChainPatrol Bot Add phishing domains from ChainPatrol (2 total) (#5620)
|
58 ChainPatrol Bot Add phishing domains from ChainPatrol (#5628)
|
||||||
45 Tarik Gul 13.4.3 (#4958)
|
45 Tarik Gul 13.4.3 (#4958)
|
||||||
32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996)
|
32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996)
|
||||||
20 Valentin Fernandez 0.25.21 (#5441)
|
20 Valentin Fernandez 0.25.21 (#5441)
|
||||||
|
|||||||
@@ -44182,6 +44182,7 @@
|
|||||||
"sushi-steth.top",
|
"sushi-steth.top",
|
||||||
"sushi-stg.top",
|
"sushi-stg.top",
|
||||||
"sushi-super.top",
|
"sushi-super.top",
|
||||||
|
"sushi-swap.biz",
|
||||||
"sushi-swap.co.com",
|
"sushi-swap.co.com",
|
||||||
"sushi-swap.org",
|
"sushi-swap.org",
|
||||||
"sushi-swaper.com",
|
"sushi-swaper.com",
|
||||||
@@ -54148,8 +54149,7 @@
|
|||||||
"zyfi-tokensoft.org",
|
"zyfi-tokensoft.org",
|
||||||
"zyloqsupport.online",
|
"zyloqsupport.online",
|
||||||
"zypha.xyz",
|
"zypha.xyz",
|
||||||
"zzcoin.website",
|
"zzcoin.website"
|
||||||
"sushi-swap.biz"
|
|
||||||
],
|
],
|
||||||
"denySub": [
|
"denySub": [
|
||||||
"twitter.com/AcalaNetworks",
|
"twitter.com/AcalaNetworks",
|
||||||
|
|||||||
@@ -62,6 +62,7 @@
|
|||||||
"smartcointechsolution.biz",
|
"smartcointechsolution.biz",
|
||||||
"spacecoins.biz",
|
"spacecoins.biz",
|
||||||
"sushi-cc.biz",
|
"sushi-cc.biz",
|
||||||
|
"sushi-swap.biz",
|
||||||
"swap360.biz",
|
"swap360.biz",
|
||||||
"testoken.biz",
|
"testoken.biz",
|
||||||
"theecoconnect.biz",
|
"theecoconnect.biz",
|
||||||
|
|||||||
@@ -123,6 +123,10 @@
|
|||||||
"date": "2026-01-02",
|
"date": "2026-01-02",
|
||||||
"url": "solxjup.onspace.app"
|
"url": "solxjup.onspace.app"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"date": "2026-01-02",
|
||||||
|
"url": "sushi-swap.biz"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"date": "2026-01-02",
|
"date": "2026-01-02",
|
||||||
"url": "ton-9r8.pages.dev"
|
"url": "ton-9r8.pages.dev"
|
||||||
|
|||||||
+2
-2
@@ -14,9 +14,9 @@
|
|||||||
},
|
},
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.25.25-32-x",
|
"version": "0.25.25-33-x",
|
||||||
"versions": {
|
"versions": {
|
||||||
"git": "0.25.25-32-x",
|
"git": "0.25.25-33-x",
|
||||||
"npm": "0.25.24"
|
"npm": "0.25.24"
|
||||||
},
|
},
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
"./packageDetect.cjs"
|
"./packageDetect.cjs"
|
||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.25.25-32-x",
|
"version": "0.25.25-33-x",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@polkadot/util": "^14.0.1",
|
"@polkadot/util": "^14.0.1",
|
||||||
|
|||||||
@@ -3,4 +3,4 @@
|
|||||||
|
|
||||||
// Do not edit, auto-generated by @polkadot/dev
|
// Do not edit, auto-generated by @polkadot/dev
|
||||||
|
|
||||||
export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.25-32-x' };
|
export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.25.25-33-x' };
|
||||||
|
|||||||
Reference in New Issue
Block a user