diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e4b1adf2c..221a8b019 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 601 Mich block 3 misspelled ppolkastarter scams (#2936) 500 Frank Update all.json (#2983) - 496 Tim Janssen Update all.json (#2980) + 497 Tim Janssen Update all.json (#2986) 494 Jaco 0.19.2 (#2970) 405 mhusnirizal Update all.json (#2984) 96 michalisFr Added 0 new domains (#2338) diff --git a/all.json b/all.json index 7be065337..49bc88173 100644 --- a/all.json +++ b/all.json @@ -29,7 +29,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "dapp-rectify.netlify.app", "0vvwvuniswap.top", "0vvwwuniswap.top", "0vwwuniswap.top", @@ -3250,6 +3249,7 @@ "dapp-protocol.com", "dapp-protocol.online", "dapp-rectifier.online", + "dapp-rectify.netlify.app", "dapp-secure.com", "dapp-seedify.nl", "dapp-seedify.org", diff --git a/all/app/all.json b/all/app/all.json index bcdfb744b..fa550eb06 100644 --- a/all/app/all.json +++ b/all/app/all.json @@ -76,6 +76,7 @@ "dapp-chain.web.app", "dapp-networks.netlify.app", "dapp-protocol.app", + "dapp-rectify.netlify.app", "dapp-solution.web.app", "dapp-supporteam.netlify.app", "dapp-sync.netlify.app", diff --git a/meta/2023-02.json b/meta/2023-02.json index 21b683d8b..b258637d4 100644 --- a/meta/2023-02.json +++ b/meta/2023-02.json @@ -15,6 +15,10 @@ "date": "2023-02-17", "url": "claimes-seedify.org" }, + { + "date": "2023-02-17", + "url": "dapp-rectify.netlify.app" + }, { "date": "2023-02-17", "url": "fiixedfloat.org" diff --git a/package.json b/package.json index d1297201d..8752f4967 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.19.3-11-x", + "version": "0.19.3-12-x", "versions": { - "git": "0.19.3-11-x", + "git": "0.19.3-12-x", "npm": "0.19.2" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index e7601e02e..0408da38c 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.19.3-11-x", + "version": "0.19.3-12-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.20.13", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index eca6d7a52..e3f384920 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.19.3-11-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.19.3-12-x' };