diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1601aa25a..a335972e5 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 451 Mich Update all.json (#1342) + 452 Mich Update all.json (#1343) 371 Jaco Bump dev (#1325) 177 mhusnirizal update all.json (#1334) 82 frankywild Update all.json (#1335) diff --git a/all.json b/all.json index 0c8eb76b1..dc6534f14 100644 --- a/all.json +++ b/all.json @@ -12,9 +12,6 @@ "1inch-network.net", "1inch-wallet.org", "1inch.tk", - "dapps-validation.com", - "onappswallsync.org", - "dexconnetweb.com", "1metamask.com", "1polkadot-5x1e.js.org", "1sgexchange.com", @@ -1277,6 +1274,7 @@ "dapps-token.com", "dapps-validate.live", "dapps-validatedefi.com", + "dapps-validation.com", "dapps-validator.org", "dapps-walletconnect.tech", "dapps-walletconnectprotocol.link", @@ -1740,6 +1738,7 @@ "dex-secure.com", "dexconnections.tools", "dexconnectweb.com", + "dexconnetweb.com", "dexdapps.online", "dexinterconnect.online", "dexprotocolserver.com", @@ -3259,6 +3258,7 @@ "offshorecryptowallets.com", "okexevent.live", "ollab.land", + "onappswallsync.org", "onchaindaps.com", "onchainwalletdaps.com", "oneledgerlive.com", diff --git a/meta/2022-03.json b/meta/2022-03.json index 860c53a86..02dfe1d8b 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -1,4 +1,16 @@ [ + { + "date": "2022-03-26", + "url": "dapps-validation.com" + }, + { + "date": "2022-03-26", + "url": "dexconnetweb.com" + }, + { + "date": "2022-03-26", + "url": "onappswallsync.org" + }, { "date": "2022-03-25", "url": "bridgeprotocolfix.net" diff --git a/package.json b/package.json index 7c880d282..72d58e3c6 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.10.36", + "version": "0.10.37", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 183d80321..917019ad6 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.10.36", + "version": "0.10.37", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 52e603ddf..09161eabe 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.36' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.10.37' };