diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b5b9bb43d..9cae312c3 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 1018 Tim Janssen Update all.json (#4657) + 1019 Tim Janssen Update all.json (#4658) 967 Frank Update all.json (#4656) 656 mhusnirizal update all.json (#4655) 618 Mich Block hub-polkadot.com (#4343) diff --git a/all.json b/all.json index caab9d567..984a9a79a 100644 --- a/all.json +++ b/all.json @@ -31,8 +31,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "inheritmantas.pages.dev", - "api-chainresolver.pages.dev", "09sync00.duckdns.org", "09sync1n0-duckdns.org", "0kxwallet.org", @@ -1677,6 +1675,7 @@ "api-blockrectify.pages.dev", "api-blocksync.com", "api-bloombergcrypto.com", + "api-chainresolver.pages.dev", "api-cloudfix.pages.dev", "api-coliab-land.github.io", "api-collab-land.cloud", @@ -16151,6 +16150,7 @@ "infospacedex.xyz", "ingmakl.online", "ingreenwetrust.blog", + "inheritmantas.pages.dev", "initia.claims", "initialisation.000webhostapp.com", "initialization.us", diff --git a/all/dev/all.json b/all/dev/all.json index a5c65642a..56a58ed0f 100644 --- a/all/dev/all.json +++ b/all/dev/all.json @@ -75,6 +75,7 @@ "apeterminalclaim.pages.dev", "api-authrepair.pages.dev", "api-blockrectify.pages.dev", + "api-chainresolver.pages.dev", "api-cloudfix.pages.dev", "api-connects.pages.dev", "api-ethena.pages.dev", @@ -983,6 +984,7 @@ "imptercewdrt.pages.dev", "inbetweeners-blue.pages.dev", "indeconnec.pages.dev", + "inheritmantas.pages.dev", "injdrop.pages.dev", "injectiveairdrop.pages.dev", "insurace.pages.dev", diff --git a/meta/2024-09.json b/meta/2024-09.json index 31c3800ca..07179995c 100644 --- a/meta/2024-09.json +++ b/meta/2024-09.json @@ -1,4 +1,12 @@ [ + { + "date": "2024-09-13", + "url": "api-chainresolver.pages.dev" + }, + { + "date": "2024-09-13", + "url": "inheritmantas.pages.dev" + }, { "date": "2024-09-12", "url": "chaindefiprotocol.online" diff --git a/package.json b/package.json index faaf1bc68..010ff7410 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.23.5-49-x", + "version": "0.23.5-50-x", "versions": { - "git": "0.23.5-49-x", + "git": "0.23.5-50-x", "npm": "0.23.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 1b3f7e556..6e079a0d0 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.23.5-49-x", + "version": "0.23.5-50-x", "main": "index.js", "dependencies": { "@polkadot/util": "^13.0.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index eb300e8fe..7096f6a7f 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.23.5-49-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.23.5-50-x' };