diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 7de474f88..9b3804c9c 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 555 Mich Update all.json (#1613) 386 Jaco tron-trx.events (#1612) 224 mhusnirizal update all.json (#1609) - 130 frankywild Update all.json (#1607) + 131 frankywild Update all.json (#1614) 79 michalisFr Update all.json (#1540) 29 Bill Laboon Remove emily.ghost.io (#1539) 13 ccris02 Update all.json (#1510) diff --git a/all.json b/all.json index 2dd32ab7b..77e0be6fb 100644 --- a/all.json +++ b/all.json @@ -6,7 +6,6 @@ "0vvwwuniswap.top", "0vwwuniswap.top", "123-informatica.com", - "metascapegraph.com", "12345678987654321.link", "16-b.it", "162.222.226.37", @@ -4819,6 +4818,7 @@ "metapancakeswap.com", "metarun.finance", "metasafe.live", + "metascapegraph.com", "metaswap-connect.org", "metatoken-ico.trade", "metatoken.market", diff --git a/meta/2022-05.json b/meta/2022-05.json index 15d4eadcf..5aee0ad21 100644 --- a/meta/2022-05.json +++ b/meta/2022-05.json @@ -71,6 +71,10 @@ "date": "2022-05-29", "url": "metamusk.app-wallets.ml" }, + { + "date": "2022-05-29", + "url": "metascapegraph.com" + }, { "date": "2022-05-29", "url": "myneighboralice.events" diff --git a/package.json b/package.json index 4c9c6d636..465ed8283 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.13.36", + "version": "0.13.37", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 23471c71a..67b020f69 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.13.36", + "version": "0.13.37", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index b240d772a..21ed291ae 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.13.36' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.13.37' };