diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e8538f11f..3e5882cd8 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -4,7 +4,7 @@ 615 mhusnirizal update all.json (#4451) 551 Jaco Allow addition of denySub entries (#4223) 97 michalisFr Update address.json (#4380) - 66 alineherzman Update all.json (#4455) + 67 alineherzman Update all.json (#4458) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 18 Josip Š Update all.json (#4408) 14 Tarik Gul 0.22.8 (#4438) diff --git a/all.json b/all.json index b66855e92..71d1e5a26 100644 --- a/all.json +++ b/all.json @@ -33,7 +33,6 @@ ".top", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "09sync00.duckdns.org", - "xau-wallet.app", "0kxwallet.org", "0nlinebot.github.io", "0pensea.co.uk", @@ -32137,6 +32136,7 @@ "x2polkadotevent.net", "x2polkaevent.net", "x50.io", + "xau-wallet.app", "xbits.top", "xblur-io.cloud", "xblur-io.net", diff --git a/all/app/all.json b/all/app/all.json index 85afb4a76..7c0ae4385 100644 --- a/all/app/all.json +++ b/all/app/all.json @@ -1405,6 +1405,7 @@ "world-coin-token.web.app", "worldcoins.vercel.app", "wormholeairdrop.vercel.app", + "xau-wallet.app", "xintelli-syncapps.netlify.app", "xn--pancakeswp-chb.app", "xn--unswap-4va.app", diff --git a/meta/2024-06.json b/meta/2024-06.json index 3be49bb1a..26022c7d1 100644 --- a/meta/2024-06.json +++ b/meta/2024-06.json @@ -403,6 +403,10 @@ "date": "2024-06-05", "url": "webconfigurationmainnet.live" }, + { + "date": "2024-06-05", + "url": "xau-wallet.app" + }, { "date": "2024-06-03", "url": "pspcvb.top" diff --git a/package.json b/package.json index 3d878b3ca..046d1a329 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.9-11-x", + "version": "0.22.9-12-x", "versions": { - "git": "0.22.9-11-x", + "git": "0.22.9-12-x", "npm": "0.22.8" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 7236f3ff7..0ef405da7 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.9-11-x", + "version": "0.22.9-12-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 a55a5948c..e58e744c5 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.9-11-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.9-12-x' };