diff --git a/all.json b/all.json index a7aab2e3a..b00852fd3 100644 --- a/all.json +++ b/all.json @@ -1351,6 +1351,7 @@ "sienna.polkastarter.com.es", "smartauthsync.com", "smartdappsvalidation.net", + "smartdappsvalidation.org", "smartdappsvalidator.com", "smartdappvalidation.com", "smartdappwalletconnect.com", @@ -1368,7 +1369,6 @@ "smartwalletsync.net", "smartwallettokens.site", "smartwalletvalidator.com", - "smartdappsvalidation.org", "smetamask.com", "smoothsncsecure.online", "social enginnering", diff --git a/meta/2021-12.json b/meta/2021-12.json index 96688d4ad..81f4f7538 100644 --- a/meta/2021-12.json +++ b/meta/2021-12.json @@ -391,6 +391,10 @@ "date": "2021-12-14", "url": "safetynetworkauth.live" }, + { + "date": "2021-12-14", + "url": "smartdappsvalidation.org" + }, { "date": "2021-12-14", "url": "smetamask.com" diff --git a/package.json b/package.json index 46e017562..2be2a8795 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/phishing.git" }, "sideEffects": false, - "version": "0.6.538", + "version": "0.6.539", "workspaces": [ "packages/*" ], diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 53ed665ef..63bbf71ba 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "0.6.538", + "version": "0.6.539", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.5", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 77b4ca8bf..2aa82b092 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.538' }; +export const packageInfo = { name: '@polkadot/phishing', version: '0.6.539' };