diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 07c86b3ef..d0351b36a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,7 +2,7 @@ 490 Jaco Bump dev (#2911) 474 Frank Update all.json (#2920) 473 Tim Janssen Update address.json (#2915) - 399 mhusnirizal update all.json (#2901) + 400 mhusnirizal update all.json (#2922) 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 76640c29b..4ffb96d48 100644 --- a/all.json +++ b/all.json @@ -28,8 +28,6 @@ "zapto.org" ], "deny": [ - "blockchainnew.com.cn", - "dev-acala-network.pantheonsite.io", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", "0vvwwuniswap.top", @@ -1347,6 +1345,7 @@ "blockchainhub.online", "blockchainlabs.digital", "blockchainminingspace.com", + "blockchainnew.com.cn", "blockchainnode.live", "blockchainonlinehelp.com", "blockchainresoverpanel.com", @@ -4747,6 +4746,7 @@ "details-paxful.dashboard-paxful.com", "details-paxful.trade", "detailstechmigratteexvc.site", + "dev-acala-network.pantheonsite.io", "dev-acalanetwork.pantheonsite.io", "dev-algo.online", "dev-apygate.online", diff --git a/all/cn/all.json b/all/cn/all.json index cadf503a4..fb04cb333 100644 --- a/all/cn/all.json +++ b/all/cn/all.json @@ -1,5 +1,6 @@ [ "appcoachs.cn", + "blockchainnew.com.cn", "coin-base.org.cn", "coinbase-wallet.com.cn", "coinbase-wallet.org.cn", diff --git a/all/io/all.json b/all/io/all.json index 64110fb86..aa1e3dfec 100644 --- a/all/io/all.json +++ b/all/io/all.json @@ -65,6 +65,7 @@ "defidomain.io", "defihubs.io", "defimintverification.io", + "dev-acala-network.pantheonsite.io", "dev-acalanetwork.pantheonsite.io", "dev-dc-launchpad.pantheonsite.io", "dev-decentralizedfix.pantheonsite.io", diff --git a/meta/2023-02.json b/meta/2023-02.json index 12d9d52fd..da728fb88 100644 --- a/meta/2023-02.json +++ b/meta/2023-02.json @@ -1,4 +1,12 @@ [ + { + "date": "2023-02-08", + "url": "blockchainnew.com.cn" + }, + { + "date": "2023-02-08", + "url": "dev-acala-network.pantheonsite.io" + }, { "date": "2023-02-07", "url": "aktivrorteknikk.no" diff --git a/package.json b/package.json index 82d01c1b9..01946951d 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.19.2-36-x", + "version": "0.19.2-37-x", "versions": { - "git": "0.19.2-36-x", + "git": "0.19.2-37-x", "npm": "0.19.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 63d693459..3fbd3779c 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.19.2-36-x", + "version": "0.19.2-37-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 ccbaaf8af..c5f45c696 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-36-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.19.2-37-x' };