diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 64007d7d1..ccf5af308 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 947 Tim Janssen Update all.json (#4397) - 918 Frank Update all.json (#4399) + 919 Frank Update all.json (#4403) 618 Mich Block hub-polkadot.com (#4343) 604 mhusnirizal update all.json (#4401) 551 Jaco Allow addition of denySub entries (#4223) diff --git a/all/gf/all.json b/all/gf/all.json deleted file mode 100644 index 6289b5797..000000000 --- a/all/gf/all.json +++ /dev/null @@ -1,3 +0,0 @@ -[ - "info.gf" -] diff --git a/meta/2023-10.json b/meta/2023-10.json index aa605a550..7a8bbba5f 100644 --- a/meta/2023-10.json +++ b/meta/2023-10.json @@ -1091,10 +1091,6 @@ "date": "2023-10-25", "url": "verify.ethereums.app" }, - { - "date": "2023-10-25", - "url": "walletssynk.info.gf" - }, { "date": "2023-10-25", "url": "wallsstrmemes.com" diff --git a/meta/2023-11.json b/meta/2023-11.json index a313a36d7..063389c1c 100644 --- a/meta/2023-11.json +++ b/meta/2023-11.json @@ -3051,10 +3051,6 @@ "date": "2023-11-15", "url": "vaultrpc.tech" }, - { - "date": "2023-11-15", - "url": "wallnetsynk.info.gf" - }, { "date": "2023-11-15", "url": "zigzags.gift" diff --git a/package.json b/package.json index 50e83ae16..eb3f1009b 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.7-8-x", + "version": "0.22.7-9-x", "versions": { - "git": "0.22.7-8-x", + "git": "0.22.7-9-x", "npm": "0.22.6" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index fb14d976a..7b4eec26b 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.7-8-x", + "version": "0.22.7-9-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 d5cc84af3..c930d4ed5 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-8-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.7-9-x' };