diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1e20e51c1..e016a340d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 351 Mich Update all.json (#1065) + 352 Mich Update all.json (#1066) 335 Jaco Bump dev dependencies (#1060) 107 mhusnirizal update all.json (#1059) 77 michalisFr Update all.json (#1036) diff --git a/all.json b/all.json index 9472bdcd0..6b41385db 100644 --- a/all.json +++ b/all.json @@ -11,8 +11,6 @@ "1inch-wallet.org", "1metamask.com", "1polkadot-5x1e.js.org", - "nodeconnectschain.herokuapp.com", - "defivalidator.website", "1sgexchange.com", "1v4t96knneojmqrl1rblweebvongdgjsd657zqwqzs6jmdspolkadot.js.org", "1vsoumsoosby8aazwusucqrysh7lakimcneijp8shsj8x6bpolkadot.js.org", @@ -1043,6 +1041,7 @@ "defisolutionsdapp.finance", "defisync.online", "defisynchronization.org", + "defivalidator.website", "defiwalletfix.com", "defiwalletrestore.live", "defiwalletrestore.netxxx.us", @@ -1954,6 +1953,7 @@ "nodeauthenticate.org", "nodeauthorization.online", "nodeconnections.com", + "nodeconnectschain.herokuapp.com", "nodedapps.online", "nodeddapp.com", "nodelify.live", diff --git a/meta/2022-02.json b/meta/2022-02.json index 6d250710e..8e4904d2e 100644 --- a/meta/2022-02.json +++ b/meta/2022-02.json @@ -87,6 +87,10 @@ "date": "2022-02-07", "url": "dappwebwallets.com" }, + { + "date": "2022-02-07", + "url": "defivalidator.website" + }, { "date": "2022-02-07", "url": "en-metamask.com" @@ -99,6 +103,10 @@ "date": "2022-02-07", "url": "nextversesale.info" }, + { + "date": "2022-02-07", + "url": "nodeconnectschain.herokuapp.com" + }, { "date": "2022-02-07", "url": "nodelify.live" diff --git a/package.json b/package.json index a311d50c0..9ff9a3763 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.8.130", + "version": "0.8.131", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 28809a324..6435019f0 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.8.130", + "version": "0.8.131", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.0", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 7ce3f30dc..f3e17503b 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.8.130' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.131' };