diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 2eaf4ee02..9e7b03a00 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,4 +1,4 @@ - 960 Tim Janssen Update all.json (#4510) + 961 Tim Janssen Update all.json (#4508) 947 Frank Update all.json (#4507) 631 mhusnirizal update all.json (#4506) 618 Mich Block hub-polkadot.com (#4343) diff --git a/all.json b/all.json index 77df5e429..93c108e4c 100644 --- a/all.json +++ b/all.json @@ -31,7 +31,6 @@ ], "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", - "mantawebdapp.pages.dev", "09sync00.duckdns.org", "0kxwallet.org", "0nlinebot.github.io", @@ -17812,6 +17811,7 @@ "mantaweb.network", "mantaweb.pages.dev", "mantawebapp.pages.dev", + "mantawebdapp.pages.dev", "mantaworld-air.com", "mantax.network", "mantax.pages.dev", diff --git a/all/dev/all.json b/all/dev/all.json index 2616b684e..ac0b3dd22 100644 --- a/all/dev/all.json +++ b/all/dev/all.json @@ -792,6 +792,7 @@ "mantatest.pages.dev", "mantaweb.pages.dev", "mantawebapp.pages.dev", + "mantawebdapp.pages.dev", "mantax.pages.dev", "mantrachains-io.pages.dev", "mavia-cvi.pages.dev", diff --git a/meta/2024-07.json b/meta/2024-07.json index 977708e04..e33a2fbf2 100644 --- a/meta/2024-07.json +++ b/meta/2024-07.json @@ -3,6 +3,10 @@ "date": "2024-07-08", "url": "etherfi-claim.xyz" }, + { + "date": "2024-07-08", + "url": "mantawebdapp.pages.dev" + }, { "date": "2024-07-08", "url": "metamaseakusa.azurewebsites.net" diff --git a/package.json b/package.json index 26af16d71..780e96f79 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.11-17-x", + "version": "0.22.11-18-x", "versions": { - "git": "0.22.11-17-x", + "git": "0.22.11-18-x", "npm": "0.22.10" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 2d7192b9f..cc32fa3a6 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.11-17-x", + "version": "0.22.11-18-x", "main": "index.js", "dependencies": { "@polkadot/util": "^12.6.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index fa6bb8956..905588b2b 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.11-17-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.11-18-x' };