diff --git a/all.json b/all.json index b823de87b..ab34deaa6 100644 --- a/all.json +++ b/all.json @@ -1,7 +1,6 @@ { "allow": [], "deny": [ - "mobilesyncvalidation.live", "1metamask.com", "1sgexchange.com", "1v4t96knneojmqrl1rblweebvongdgjsd657zqwqzs6jmdspolkadot.js.org", @@ -646,6 +645,7 @@ "mobileconnectvalidation.online", "mobiledappsvalidation.com", "mobiledappsvalidations.com", + "mobilesyncvalidation.live", "mobilewalletconnect.online", "mobilewalletconnector.live", "mobilewalletsconnect.org", diff --git a/meta/2021-12.json b/meta/2021-12.json index a82975b34..a2c5d2765 100644 --- a/meta/2021-12.json +++ b/meta/2021-12.json @@ -1,4 +1,8 @@ [ + { + "date": "2021-12-13", + "url": "mobilesyncvalidation.live" + }, { "date": "2021-12-12", "url": "affixwalletdapps.online" diff --git a/package.json b/package.json index 706bf00c6..19e987d25 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.6.531", + "version": "0.6.532", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 08a3fb168..20476a547 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.6.531", + "version": "0.6.532", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.3", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index c442b5d70..9dec82fd5 100644 --- a/packages/phishing/src/packageInfo.ts +++ b/packages/phishing/src/packageInfo.ts @@ -3,4 +3,4 @@ // Auto-generated by @polkadot/dev, do not edit -export const packageInfo = { name: '@polkadot/phishing', version: '0.6.531' }; +export const packageInfo = { name: '@polkadot/phishing', version: '0.6.532' };