diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f40ca17c7..92236b15f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -4,7 +4,7 @@ 563 mhusnirizal update all.json (#4088) 547 Jaco 0.22.1 (#4043) 96 michalisFr Added 0 new domains (#2338) - 35 alineherzman Update all.json (#4029) + 36 alineherzman Update all.json (#4092) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 13 ccris02 Update all.json (#1510) 11 Josip Š Update all.json (#3963) diff --git a/all.json b/all.json index 2f000b5c2..a9e8f4c3d 100644 --- a/all.json +++ b/all.json @@ -34,7 +34,6 @@ "0kxwallet.org", "0nlinebot.github.io", "0pensea.co.uk", - "secure-portfolio.com", "0therside.com", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -19665,6 +19664,7 @@ "secure-defi.online", "secure-metamask.org", "secure-opensea-x03.com", + "secure-portfolio.com", "secure-protocol.com", "secure-validationprotocol.com", "secure-wallet-connect.ipq.co", diff --git a/all/com/all.json b/all/com/all.json index 864e6a706..32f0eb824 100644 --- a/all/com/all.json +++ b/all/com/all.json @@ -7175,6 +7175,7 @@ "secure-confirm.com", "secure-dappmainnet.com", "secure-opensea-x03.com", + "secure-portfolio.com", "secure-protocol.com", "secure-validationprotocol.com", "secure-walletconnect.com", diff --git a/meta/2023-12.json b/meta/2023-12.json index e99c8ebaa..b8bc60ffe 100644 --- a/meta/2023-12.json +++ b/meta/2023-12.json @@ -315,6 +315,10 @@ "date": "2023-12-11", "url": "saitama-tokens.com" }, + { + "date": "2023-12-11", + "url": "secure-portfolio.com" + }, { "date": "2023-12-11", "url": "seedifyfunds.live" diff --git a/package.json b/package.json index 6254c0395..67e113963 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.2-35-x", + "version": "0.22.2-36-x", "versions": { - "git": "0.22.2-35-x", + "git": "0.22.2-36-x", "npm": "0.22.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 307b4a70b..42fa07368 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.22.2-35-x", + "version": "0.22.2-36-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 7e30920be..03027b36b 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.2-35-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.2-36-x' };