diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e5be617e1..d3eefaa99 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 600 Mich Update all.json (#2794) 478 Jaco 0.18.13 (#2769) - 437 Frank Update all.json (#2808) + 438 Frank Update all.json (#2810) 436 Tim Janssen Update all.json (#2807) 389 mhusnirizal update all.json (#2804) 96 michalisFr Added 0 new domains (#2338) diff --git a/all.json b/all.json index d9905be46..76dfec671 100644 --- a/all.json +++ b/all.json @@ -30,8 +30,6 @@ "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", - "covalbridgedex.live", - "explorerrprotocol.live", "0vvwwuniswap.top", "0vwwuniswap.top", "0x0c4681e6c0235179ec3d4f4fc4df3d14fdd96017.xyz", @@ -2614,6 +2612,7 @@ "coss.quest", "couturistesupport.com", "couturistewalletsupport.com", + "covalbridgedex.live", "cowrabuilders.com.au", "cowswap-token.exchange#", "coyoteswap.io", @@ -5163,6 +5162,7 @@ "explore-opensese.com", "exploreopensea.com", "explorerprotocol.live", + "explorerrprotocol.live", "explorersync.online", "exportblocknodes.com", "exportwallet.xyz", diff --git a/meta/2023-01.json b/meta/2023-01.json index d69b82906..9a5d50b95 100644 --- a/meta/2023-01.json +++ b/meta/2023-01.json @@ -1,4 +1,12 @@ [ + { + "date": "2023-01-16", + "url": "covalbridgedex.live" + }, + { + "date": "2023-01-16", + "url": "explorerrprotocol.live" + }, { "date": "2023-01-15", "url": "correctionswallett.netlify.app" diff --git a/package.json b/package.json index 8b7fc391f..524aea876 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.14-37-x", + "version": "0.18.14-38-x", "versions": { - "git": "0.18.14-37-x", + "git": "0.18.14-38-x", "npm": "0.18.13" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index c6751d243..9b9a9dbfc 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.14-37-x", + "version": "0.18.14-38-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.7", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 6d9eafe04..57bf4de82 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.18.14-37-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.14-38-x' };