diff --git a/CONTRIBUTORS b/CONTRIBUTORS index cdf47f858..ab8630cbf 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 477 Jaco Unlist tickets.newfutures.network (#2750) 421 Tim Janssen Update all.json (#2753) 417 Frank Update all.json (#2752) - 379 mhusnirizal update all.json (#2733) + 380 mhusnirizal update all.json (#2754) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) 13 alineherzman Update all.json (#2660) diff --git a/all.json b/all.json index 07946e9d1..da5f7da9c 100644 --- a/all.json +++ b/all.json @@ -27,8 +27,6 @@ "zapto.org" ], "deny": [ - "support.omnidefi.io", - "omnidefi.io", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -8584,6 +8582,7 @@ "olympusdao.ca", "olympusdaos.app", "olympusdaos.net", + "omnidefi.io", "on-dapps.com", "onappswallsync.org", "onbotzrectifyerz.xyz", diff --git a/meta/2023-01.json b/meta/2023-01.json index 6b012e5a5..a955a03a6 100644 --- a/meta/2023-01.json +++ b/meta/2023-01.json @@ -1,4 +1,12 @@ [ + { + "date": "2023-01-04", + "url": "omnidefi.io" + }, + { + "date": "2023-01-04", + "url": "support.omnidefi.io" + }, { "date": "2023-01-03", "url": "connectnode.ml" diff --git a/package.json b/package.json index 90514e5aa..9ddd80b83 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.13-94-x", + "version": "0.18.13-95-x", "versions": { - "git": "0.18.13-94-x", + "git": "0.18.13-95-x", "npm": "0.18.12" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 5e446a3e9..2b2878518 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.13-94-x", + "version": "0.18.13-95-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.6", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 20733a51c..5357e314c 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.13-94-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.13-95-x' };