diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 2c3d3ea1c..1e7d7f366 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 442 Mich Update all.json (#1321) + 443 Mich Update all.json (#1324) 370 Jaco Swap to using tabs in json (#1304) 174 mhusnirizal update all.json (#1312) 78 frankywild Update all.json (#1323) diff --git a/all.json b/all.json index 7e6d2a939..82736a35b 100644 --- a/all.json +++ b/all.json @@ -10,10 +10,6 @@ "1776coin.org", "1chaincrypto.com", "1inch-network.net", - "onlytransinterface.netlify.app", - "synths-wallet.com", - "securewalletfix.com", - "tokenintergration.io", "1inch-wallet.org", "1inch.tk", "1metamask.com", @@ -3213,6 +3209,7 @@ "onlivewallet.com", "onlydapps.online", "onlymigrator-access.online", + "onlytransinterface.netlify.app", "onlywcappsprojects.netlify.app", "onpolkadot.js.org", "open-sea.livegive-away.vip", @@ -4170,6 +4167,7 @@ "securewallet.pages.dev", "securewalletconnects.com", "securewalletdapps.net", + "securewalletfix.com", "securewalletsolutions.com", "securewalletsvalidation.com", "securewalletsvalidation.org", @@ -4515,6 +4513,7 @@ "syncwalletsdapp.com", "syndefidapps.com", "synmultiwallet.com", + "synths-wallet.com", "syntropynet-rewards-programs-claims-erc20-token.com", "synwalletbridge.com", "synwalletsol.com", @@ -4610,6 +4609,7 @@ "tokenerrorsfix.com", "tokenextensions.org", "tokenfixerror.com", + "tokenintergration.io", "tokenizeall.com", "tokenizedblockchain.co.za", "tokenizedblockchain.network", diff --git a/meta/2022-03.json b/meta/2022-03.json index 2644c2410..fecf22d82 100644 --- a/meta/2022-03.json +++ b/meta/2022-03.json @@ -11,6 +11,10 @@ "date": "2022-03-23", "url": "mainnet-interface.net" }, + { + "date": "2022-03-23", + "url": "onlytransinterface.netlify.app" + }, { "date": "2022-03-23", "url": "pancakeswapz.blogspot.com" @@ -19,10 +23,22 @@ "date": "2022-03-23", "url": "saveshields.com" }, + { + "date": "2022-03-23", + "url": "securewalletfix.com" + }, { "date": "2022-03-23", "url": "syndefidapps.com" }, + { + "date": "2022-03-23", + "url": "synths-wallet.com" + }, + { + "date": "2022-03-23", + "url": "tokenintergration.io" + }, { "date": "2022-03-23", "url": "walsyncdapps.info" diff --git a/package.json b/package.json index ce07714f1..90285a2ca 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.10.19", + "version": "0.10.20", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index a96a1f41a..ac503016c 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.10.19", + "version": "0.10.20", "main": "index.js", "dependencies": { "@babel/runtime": "^7.17.8", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 2ebec5fd9..37fdfe2d8 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.19' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.10.20' };