diff --git a/CONTRIBUTORS b/CONTRIBUTORS index c7704db46..90317d3bd 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -4,7 +4,7 @@ 618 Mich Block hub-polkadot.com (#4343) 551 Jaco Allow addition of denySub entries (#4223) 97 michalisFr Update address.json (#4380) - 79 alineherzman Update all.json (#4512) + 80 alineherzman Update all.json (#4513) 32 Bill Laboon Add phishing links from malicious Referendum 203 (#3996) 18 Josip Š Update all.json (#4408) 16 Tarik Gul 0.22.10 (#4489) diff --git a/all.json b/all.json index fcdbe4f58..0b3c7633f 100644 --- a/all.json +++ b/all.json @@ -35,7 +35,6 @@ "0kxwallet.org", "0nlinebot.github.io", "0pensea.co.uk", - "britfx.net", "0therside.com", "0ver.network", "0vvwvuniswap.top", @@ -4417,6 +4416,7 @@ "brigdenet.com", "brigeprotocol.com", "briskminersfx.com", + "britfx.net", "broken-block-5040.on.fleek.co", "brokksolution.com", "browmprime.com", diff --git a/all/net/all.json b/all/net/all.json index 3b737e50a..d6e6c7faa 100644 --- a/all/net/all.json +++ b/all/net/all.json @@ -228,6 +228,7 @@ "bridgeprotocolfix.net", "bridgetobase.net", "brigdedapps.net", + "britfx.net", "bscnodecenter.net", "bscnodeconnect.net", "bsmartconnect.net", diff --git a/meta/2024-07.json b/meta/2024-07.json index 16ef613c2..961e41e84 100644 --- a/meta/2024-07.json +++ b/meta/2024-07.json @@ -1,4 +1,8 @@ [ + { + "date": "2024-07-10", + "url": "britfx.net" + }, { "date": "2024-07-09", "url": "blast-io-l2.pages.dev" diff --git a/package.json b/package.json index 00121e055..b75991b47 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.11-19-x", + "version": "0.22.11-20-x", "versions": { - "git": "0.22.11-19-x", + "git": "0.22.11-20-x", "npm": "0.22.10" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 30a73e025..5f628965a 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.11-19-x", + "version": "0.22.11-20-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 3149f0ea2..aacc77842 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.11-19-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.11-20-x' };