diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ede085751..b2a0a6c91 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -27,4 +27,5 @@ 1 Nathan Quarles add "linkupaffix.co" (#866) 1 Nikhil Ranjan Removing polkassembly.network (#304) 1 Stepan Samko Remove defiyield.app from deny list (#1547) + 1 stiartsly request to remove pasarprotocol.io from the list (#1559) 1 Thibaut Sardan Update README.md (#2) \ No newline at end of file diff --git a/meta/2022-02.json b/meta/2022-02.json index c898a3414..3261ee761 100644 --- a/meta/2022-02.json +++ b/meta/2022-02.json @@ -4199,10 +4199,6 @@ "date": "2022-02-10", "url": "opolkadot.js.org" }, - { - "date": "2022-02-10", - "url": "pasarprotocol.io" - }, { "date": "2022-02-10", "url": "paxful-token.com" @@ -4267,10 +4263,6 @@ "date": "2022-02-10", "url": "wallet-id.109-71-253-24.plesk.page" }, - { - "date": "2022-02-10", - "url": "walletconnect.pasarprotocol.io" - }, { "date": "2022-02-10", "url": "wallets-connect.deskcom.cfd" diff --git a/package.json b/package.json index 78c400793..217b0498b 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.12.27", + "version": "0.12.28", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index d698241d4..795e0048c 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.12.27", + "version": "0.12.28", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 6ebcc786a..f95dba9b7 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.12.27' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.12.28' };