diff --git a/CONTRIBUTORS b/CONTRIBUTORS index df12f033e..23e938c73 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 454 Mich Update all.json (#1348) + 455 Mich Update all.json (#1350) 371 Jaco Bump dev (#1325) 180 mhusnirizal update all.json (#1347) 82 frankywild Update all.json (#1335) diff --git a/all.json b/all.json index 92efb04ae..0269f749c 100644 --- a/all.json +++ b/all.json @@ -13,9 +13,6 @@ "1inch-wallet.org", "1inch.tk", "1metamask.com", - "dappsyncedd.netlify.app", - "oracle.multi-entityprotocol.com", - "multi-entityprotocol.com", "1polkadot-5x1e.js.org", "1sgexchange.com", "1v4t96knneojmqrl1rblweebvongdgjsd657zqwqzs6jmdspolkadot.js.org", @@ -1554,6 +1551,7 @@ "dappsyncbridge.com", "dappsyncconnect.com", "dappsyncconnect.mutidappconnect.com", + "dappsyncedd.netlify.app", "dappsynchronizers.online", "dappsynclive.com", "dappsyncmobile.com", @@ -3019,6 +3017,7 @@ "multi-dapsconnect.ml", "multi-digitalapps.com", "multi-entitychain.tools", + "multi-entityprotocol.com", "multi-prodapps.com", "multi-rectifier.com", "multi-signature.org", @@ -3333,6 +3332,7 @@ "oppolkadot.js.org", "optimalfixall.com", "oracle.chainprotocol.tools", + "oracle.multi-entityprotocol.com", "oracle.multi-entityprotocol.tools", "orbinquotrading.com", "org-claims.site", diff --git a/meta/2022-03.json b/meta/2022-03.json index 4679c9acf..e6919da26 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -67,6 +67,10 @@ "date": "2022-03-26", "url": "dappsnodes-fix.com" }, + { + "date": "2022-03-26", + "url": "dappsyncedd.netlify.app" + }, { "date": "2022-03-26", "url": "dapwalletconnect.com" @@ -119,6 +123,10 @@ "date": "2022-03-26", "url": "mnemonicsprotocol.online" }, + { + "date": "2022-03-26", + "url": "multi-entityprotocol.com" + }, { "date": "2022-03-26", "url": "multiwalletvalidation.com" @@ -135,6 +143,10 @@ "date": "2022-03-26", "url": "onlineauthowalletvalidation.com" }, + { + "date": "2022-03-26", + "url": "oracle.multi-entityprotocol.com" + }, { "date": "2022-03-26", "url": "polygonprotocolvalidations.com" diff --git a/package.json b/package.json index d971ad4bf..be4e5136a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.10.42", + "version": "0.10.43", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 2eca58fdd..b3767c7e2 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.10.42", + "version": "0.10.43", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 4117345ec..7b30a6874 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.10.42' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.10.43' };