diff --git a/CONTRIBUTORS b/CONTRIBUTORS index f6c789134..e98e19fb9 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 604 Frank Update all.json (#3219) 602 Mich Block polkastarted-home.com and whitelist-web3.com (#3180) - 565 Tim Janssen Update all.json (#3215) + 566 Tim Janssen Update all.json (#3220) 521 Jaco 0.20.5 (#3212) 420 mhusnirizal update all.json (#3213) 96 michalisFr Added 0 new domains (#2338) diff --git a/all.json b/all.json index 9ee92e66c..0ffdcc9c8 100644 --- a/all.json +++ b/all.json @@ -31,8 +31,6 @@ "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", - "ai-web3-wallet.vercel.app", - "syncrodapps.line.pm", "0vvwwuniswap.top", "0vwwuniswap.top", "0x0c4681e6c0235179ec3d4f4fc4df3d14fdd96017.xyz", @@ -385,6 +383,7 @@ "agrapackaging.com", "agroblockchain.live", "ai-walletdapp.online", + "ai-web3-wallet.vercel.app", "aiaai-acs-network.herokuapp.com", "aicconsulting.com.au", "aichainrpc.live", @@ -13979,6 +13978,7 @@ "syncrevalidate.com", "syncreveal.xyz", "syncro-bot.net", + "syncrodapps.line.pm", "syncronizationwallet.com", "syncronize-conect.com", "syncronizedapps.com", diff --git a/all/app/all.json b/all/app/all.json index 7e0215304..8f0e1bc95 100644 --- a/all/app/all.json +++ b/all/app/all.json @@ -11,6 +11,7 @@ "activationaccess.netlify.app", "adcon-wall.web.app", "adoring-heyrovsky-2d1534.netlify.app", + "ai-web3-wallet.vercel.app", "aipadclaim.netlify.app", "airdrop-phantom.app", "algowallet.app", diff --git a/all/pm/all.json b/all/pm/all.json index 049ee136f..3cc552c7b 100644 --- a/all/pm/all.json +++ b/all/pm/all.json @@ -1,4 +1,5 @@ [ "syncndefi.line.pm", - "synconline.line.pm" + "synconline.line.pm", + "syncrodapps.line.pm" ] diff --git a/meta/2023-04.json b/meta/2023-04.json index 410bf9e6d..fdf3142bf 100644 --- a/meta/2023-04.json +++ b/meta/2023-04.json @@ -1,4 +1,8 @@ [ + { + "date": "2023-04-03", + "url": "ai-web3-wallet.vercel.app" + }, { "date": "2023-04-03", "url": "blockchainrectification.live" @@ -31,6 +35,10 @@ "date": "2023-04-03", "url": "secure-dapp.netlify.app" }, + { + "date": "2023-04-03", + "url": "syncrodapps.line.pm" + }, { "date": "2023-04-03", "url": "tawkbridge.online" diff --git a/package.json b/package.json index 741850802..9227df380 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.20.6-5-x", + "version": "0.20.6-6-x", "versions": { - "git": "0.20.6-5-x", + "git": "0.20.6-6-x", "npm": "0.20.5" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 3d8adc269..190ebff04 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.20.6-5-x", + "version": "0.20.6-6-x", "main": "index.js", "dependencies": { "@polkadot/util": "^11.1.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 2c96318a6..f5285bdf1 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.20.6-5-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.20.6-6-x' };