diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a0525767d..83e4f01cf 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 653 Frank Update all.json (#3347) 608 Mich Block WalletConnect "node sync" scams (#3319) - 596 Tim Janssen Update all.json (#3346) + 597 Tim Janssen Update all.json (#3348) 527 Jaco 0.21.2 (#3309) 428 mhusnirizal update all.json (#3339) 96 michalisFr Added 0 new domains (#2338) diff --git a/all.json b/all.json index a06d2e516..a604f3389 100644 --- a/all.json +++ b/all.json @@ -30,7 +30,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "sync-validator.vercel.app", "09sync00.duckdns.org", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -14189,6 +14188,7 @@ "sync-validates.com", "sync-validation.com", "sync-validator.online", + "sync-validator.vercel.app", "sync-waletsbackup.live", "sync-wallet.square.site", "sync-walletconnect.org", diff --git a/all/app/all.json b/all/app/all.json index 371928b0e..3ee64e5cf 100644 --- a/all/app/all.json +++ b/all/app/all.json @@ -418,6 +418,7 @@ "syn-dapp.web.app", "syn-dpps.web.app", "sync-auth.netlify.app", + "sync-validator.vercel.app", "syncauthenticate.netlify.app", "syncchain.netlify.app", "syncdapps.netlify.app", diff --git a/meta/2023-05.json b/meta/2023-05.json index b69d1213c..41fd8334f 100644 --- a/meta/2023-05.json +++ b/meta/2023-05.json @@ -1,4 +1,8 @@ [ + { + "date": "2023-05-12", + "url": "sync-validator.vercel.app" + }, { "date": "2023-05-11", "url": "claim-orbeonprotocol.com" diff --git a/package.json b/package.json index e78a675e9..8f5a0e0e4 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.21.3-30-x", + "version": "0.21.3-31-x", "versions": { - "git": "0.21.3-30-x", + "git": "0.21.3-31-x", "npm": "0.21.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 133b1454d..75a46a0c4 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.21.3-30-x", + "version": "0.21.3-31-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.1.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 752d73831..3d20c1cda 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.21.3-30-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.21.3-31-x' };