diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 172829681..64007d7d1 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,7 +1,7 @@ 947 Tim Janssen Update all.json (#4397) 918 Frank Update all.json (#4399) 618 Mich Block hub-polkadot.com (#4343) - 603 mhusnirizal update all.json (#4398) + 604 mhusnirizal update all.json (#4401) 551 Jaco Allow addition of denySub entries (#4223) 97 michalisFr Update address.json (#4380) 60 alineherzman Update all.json (#4370) diff --git a/all.json b/all.json index 6cc9b07b2..a48f16ea5 100644 --- a/all.json +++ b/all.json @@ -29,7 +29,6 @@ "zapto.org" ], "deny": [ - "smartdappautofix.live", "*.top", "07e96d43-381a-46a3-9c16-6daf97213efc.co", "09sync00.duckdns.org", @@ -24026,6 +24025,7 @@ "smartdapp.herokuapp.com", "smartdapp.net", "smartdapp.pages.dev", + "smartdappautofix.live", "smartdappconnect.com", "smartdappconnect.live", "smartdappconnects.com", diff --git a/all/live/all.json b/all/live/all.json index 2f3c30a84..24a787510 100644 --- a/all/live/all.json +++ b/all/live/all.json @@ -1171,6 +1171,7 @@ "smartconnecsapp.live", "smartconnectauth.live", "smartcontractsynchronization.live", + "smartdappautofix.live", "smartdappconnect.live", "smartdapprestore.live", "smartdappsauthorizatoin.live", diff --git a/meta/2024-04.json b/meta/2024-04.json index c658c2843..b83970167 100644 --- a/meta/2024-04.json +++ b/meta/2024-04.json @@ -211,6 +211,10 @@ "date": "2024-04-30", "url": "signups-stepn.network" }, + { + "date": "2024-04-30", + "url": "smartdappautofix.live" + }, { "date": "2024-04-30", "url": "spot-defispot.com" diff --git a/package.json b/package.json index 970839057..50e83ae16 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.7-7-x", + "version": "0.22.7-8-x", "versions": { - "git": "0.22.7-7-x", + "git": "0.22.7-8-x", "npm": "0.22.6" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 17062dedd..fb14d976a 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.7-7-x", + "version": "0.22.7-8-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 3af5acc52..d5cc84af3 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.7-7-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.7-8-x' };