diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 56b3b15d5..408315eb1 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 872 Tim Janssen Update all.json (#4064) 837 Frank Update all.json (#4066) 617 Mich Block polkastater-login.com (#4044) - 555 mhusnirizal update all.json (#4050) + 556 mhusnirizal update all.json (#4068) 547 Jaco 0.22.1 (#4043) 96 michalisFr Added 0 new domains (#2338) 35 alineherzman Update all.json (#4029) diff --git a/all.json b/all.json index 6a7cb02a9..5a7e7051f 100644 --- a/all.json +++ b/all.json @@ -29,7 +29,6 @@ "zapto.org" ], "deny": [ - "smainchain.pages.dev", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "09sync00.duckdns.org", "0kxwallet.org", @@ -19600,6 +19599,7 @@ "slunatoken.online", "sluquiddecv.work.gd", "slvkhrakein.com", + "smainchain.pages.dev", "smardex.live", "smarr.pics", "smarrfixssync.homes", diff --git a/all/dev/all.json b/all/dev/all.json index 5f1eae9c4..477021c01 100644 --- a/all/dev/all.json +++ b/all/dev/all.json @@ -308,6 +308,7 @@ "sevalidatenode.pages.dev", "shortsync.pages.dev", "sitewideconnect.pages.dev", + "smainchain.pages.dev", "smartdapp.pages.dev", "smartdecentrelized.pages.dev", "smartresolvenode.pages.dev", diff --git a/meta/2023-11.json b/meta/2023-11.json index e18f2393d..7990b6c28 100644 --- a/meta/2023-11.json +++ b/meta/2023-11.json @@ -1,4 +1,8 @@ [ + { + "date": "2023-11-29", + "url": "smainchain.pages.dev" + }, { "date": "2023-11-27", "url": "airdrop-blast.com" diff --git a/package.json b/package.json index ec04b8348..288f6183b 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.2-14-x", + "version": "0.22.2-15-x", "versions": { - "git": "0.22.2-14-x", + "git": "0.22.2-15-x", "npm": "0.22.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 57fe413f7..5907fea31 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.22.2-14-x", + "version": "0.22.2-15-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.1", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index f7193062a..a0dbc68b4 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-14-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.2-15-x' };