diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 4353ee7b8..25940f3bc 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 575 Mich Update all.json (#2119) 453 Jaco Bump deps (#2156) 305 mhusnirizal update all.json (#2164) - 243 Frank Update all.json (#2163) + 244 Frank Update all.json (#2167) 197 Tim Janssen Update all.json (#2166) 93 michalisFr Added 0 new domains (#2143) 31 Bill Laboon Add allinone-services.net (#1727) diff --git a/all.json b/all.json index 127d2cdee..3d39270ff 100644 --- a/all.json +++ b/all.json @@ -47,7 +47,6 @@ "16-b.it", "162.222.226.37", "1776coin.org", - "https-metamask.ddns.net", "179-43-154-180.plesk.page", "179-43-176-123.plesk.page", "179-43-187-217.plesk.page", @@ -4613,6 +4612,7 @@ "ht-mdexcom.swap-liquidity.site", "httospolkadot.js.org", "https-metamask.4nmn.com", + "https-metamask.ddns.net", "https-metamaskaccounts.4nmn.com", "https-pancakeswap.com", "https-paxful.com", diff --git a/meta/2022-09.json b/meta/2022-09.json index 6d6e1ba02..5e6fc252c 100644 --- a/meta/2022-09.json +++ b/meta/2022-09.json @@ -11,6 +11,10 @@ "date": "2022-09-02", "url": "digital-smartsync.live" }, + { + "date": "2022-09-02", + "url": "https-metamask.ddns.net" + }, { "date": "2022-09-02", "url": "mail.nodeauthy.space" diff --git a/package.json b/package.json index 7f9fbc11e..c73cea02d 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.18.7-58-x", + "version": "0.18.7-59-x", "versions": { - "git": "0.18.7-58-x", + "git": "0.18.7-59-x", "npm": "0.18.6" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index b482461de..a10616d0c 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.18.7-58-x", + "version": "0.18.7-59-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.18.9", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index a5715549d..fc4a9c54f 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.7-58-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.18.7-59-x' };