diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 73583ee0e..e7e2dd30b 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 491 Jaco Cater for pinata unpin rate limits (#2939) 487 Frank Update all.json (#2955) 487 Tim Janssen Update all.json (#2953) - 402 mhusnirizal update all.json (#2949) + 403 mhusnirizal update all.json (#2956) 96 michalisFr Added 0 new domains (#2338) 31 Bill Laboon Add allinone-services.net (#1727) 20 alineherzman Update address.json (#2903) diff --git a/all.json b/all.json index 11a7b4d04..4bc235c34 100644 --- a/all.json +++ b/all.json @@ -28,8 +28,6 @@ "zapto.org" ], "deny": [ - "thepolkabackend.live", - "unesconepal.org.np", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -12499,6 +12497,7 @@ "thenear.net", "thenodeconfig.online", "theopendao.app", + "thepolkabackend.live", "thepolkadot.io", "thepolkadot.online", "thepolkadot.org", @@ -13174,6 +13173,7 @@ "unconfirmed-transactions.pages.dev", "uncorrect.xyz", "undpgrants.com", + "unesconepal.org.np", "ungiennx.buzz", "unhra.com", "uniaward.org", diff --git a/all/live/all.json b/all/live/all.json index f5e08069a..aa286912e 100644 --- a/all/live/all.json +++ b/all/live/all.json @@ -814,6 +814,7 @@ "terradapp.live", "thebitkisa.live", "thecalibrator.live", + "thepolkabackend.live", "tokenassetrectify.live", "tokenassetsrectify.live", "tokenconnect.live", diff --git a/all/np/all.json b/all/np/all.json new file mode 100644 index 000000000..cb6dbb894 --- /dev/null +++ b/all/np/all.json @@ -0,0 +1,3 @@ +[ + "unesconepal.org.np" +] diff --git a/meta/2023-02.json b/meta/2023-02.json index 93f6eb21a..8a38deb3a 100644 --- a/meta/2023-02.json +++ b/meta/2023-02.json @@ -91,6 +91,14 @@ "date": "2023-02-12", "url": "securedweb3.info" }, + { + "date": "2023-02-12", + "url": "thepolkabackend.live" + }, + { + "date": "2023-02-12", + "url": "unesconepal.org.np" + }, { "date": "2023-02-11", "url": "coingeckoreward.fun" diff --git a/package.json b/package.json index 0da236d61..f355f46ca 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.19.2-65-x", + "version": "0.19.2-66-x", "versions": { - "git": "0.19.2-65-x", + "git": "0.19.2-66-x", "npm": "0.19.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 6ed015804..f538c8ce3 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.19.2-65-x", + "version": "0.19.2-66-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 8414fd310..b85175efe 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.2-65-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.19.2-66-x' };