diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a8853bc1b..0ee366441 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 881 Tim Janssen Update all.json (#4111) 850 Frank Update all.json (#4109) 617 Mich Block polkastater-login.com (#4044) - 566 mhusnirizal Update all.json (#4098) + 567 mhusnirizal Remove pancakeswap.finance (#4122) 550 Jaco Bump dev deps (#4106) 96 michalisFr Added 0 new domains (#2338) 36 alineherzman Update all.json (#4092) diff --git a/all/finance/all.json b/all/finance/all.json index 52ae2c390..e6be1b599 100644 --- a/all/finance/all.json +++ b/all/finance/all.json @@ -69,7 +69,6 @@ "pancakelottery.finance", "pancakesswaps.finance", "pancakeswap-drop.finance", - "pancakeswap.finance", "pancakeswap.v3beta.finance", "pancakeswapc.finance", "pancakeswape.finance", diff --git a/meta/2023-12.json b/meta/2023-12.json index aed98b987..863995efa 100644 --- a/meta/2023-12.json +++ b/meta/2023-12.json @@ -83,10 +83,6 @@ "date": "2023-12-21", "url": "optimalsmart-pad.buzz" }, - { - "date": "2023-12-21", - "url": "pancakeswap.finance" - }, { "date": "2023-12-21", "url": "parallel-fi.vercel.app" diff --git a/package.json b/package.json index 90670e0fd..c9b40099d 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.2-49-x", + "version": "0.22.2-50-x", "versions": { - "git": "0.22.2-49-x", + "git": "0.22.2-50-x", "npm": "0.22.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 4bd11c726..71ff34052 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.2-49-x", + "version": "0.22.2-50-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 575246757..e1eb8ef26 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.22.2-49-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.2-50-x' };