diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4375e337c..dd920ef53 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 310 Jaco Greeff + 313 Jaco 284 Mich <49607867+dubstard@users.noreply.github.com> 71 michalisFr <45905709+michalisFr@users.noreply.github.com> 64 mhusnirizal diff --git a/all.json b/all.json index 9d923556f..843e3e736 100644 --- a/all.json +++ b/all.json @@ -1,8 +1,6 @@ { "allow": [], "deny": [ - "dotpadio.live", - "polkastarter-z.com", "1metamask.com", "1sgexchange.com", "1v4t96knneojmqrl1rblweebvongdgjsd657zqwqzs6jmdspolkadot.js.org", @@ -627,6 +625,7 @@ "dotmoovs.polkastarter.com.es", "dotmoovs.polkastarter.com.pl", "dotn.finance", + "dotpadio.live", "download-metamask.net", "dxdy-finance.dapp-connectwallet.com", "dxdy-finance.dapp-links.com", @@ -1606,6 +1605,7 @@ "polkastarter-activator.com", "polkastarter-sale.com", "polkastarter-synchronize.com", + "polkastarter-z.com", "polkastarter.ai", "polkastarter.app", "polkastarter.art", diff --git a/meta/2022-01.json b/meta/2022-01.json index b1700a563..009abf2b5 100644 --- a/meta/2022-01.json +++ b/meta/2022-01.json @@ -115,6 +115,10 @@ "date": "2022-01-04", "url": "defiauthenticator.com" }, + { + "date": "2022-01-04", + "url": "dotpadio.live" + }, { "date": "2022-01-04", "url": "elonomicstoken.com" @@ -235,6 +239,10 @@ "date": "2022-01-04", "url": "polkadot.shop" }, + { + "date": "2022-01-04", + "url": "polkastarter-z.com" + }, { "date": "2022-01-04", "url": "recipient.quest" diff --git a/package.json b/package.json index 6fbb9ef45..8c3a2dfc8 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.7.17", + "version": "0.7.18", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index e52d6ac4a..c9fdc373c 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.7.17", + "version": "0.7.18", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 81fdba257..6a7e16a23 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', version: '0.7.17' }; +export const packageInfo = { name: '@polkadot/phishing', version: '0.7.18' };