diff --git a/all.json b/all.json index d60040807..0bd43a221 100644 --- a/all.json +++ b/all.json @@ -1,7 +1,6 @@ { "allow": [], "deny": [ - "tesladrop.us", "1metamask.com", "1sgexchange.com", "1v4t96knneojmqrl1rblweebvongdgjsd657zqwqzs6jmdspolkadot.js.org", @@ -1753,6 +1752,7 @@ "system-walletconnect.woodpeckersint.icu", "tempuswallet.com", "tendieswap.info", + "tesladrop.us", "teslax2.com", "teslax2.net", "test-polkadot.js.org", diff --git a/meta/2022-01.json b/meta/2022-01.json new file mode 100644 index 000000000..95f78e116 --- /dev/null +++ b/meta/2022-01.json @@ -0,0 +1,6 @@ +[ + { + "date": "2022-01-02", + "url": "tesladrop.us" + } +] diff --git a/meta/index.json b/meta/index.json index f1b263ef1..351a17cf8 100644 --- a/meta/index.json +++ b/meta/index.json @@ -1,4 +1,5 @@ [ + "2022-01", "2021-12", "2021-11", "2021-10", diff --git a/package.json b/package.json index c3d63e85b..c90ad7bf2 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.7.5", + "version": "0.7.6", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 69c154004..6e630f80f 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.7.5", + "version": "0.7.6", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 4d9c09d6d..a5063b558 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.5' }; +export const packageInfo = { name: '@polkadot/phishing', version: '0.7.6' };