diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b1a9bb03e..b51223049 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 917 Tim Janssen Update all.json (#4267) - 888 Frank Update all.json (#4260) + 889 Frank Update all.json (#4271) 617 Mich Block polkastater-login.com (#4044) 595 mhusnirizal update all.json (#4270) 551 Jaco Allow addition of denySub entries (#4223) diff --git a/all.json b/all.json index cc699511b..3f2529e6b 100644 --- a/all.json +++ b/all.json @@ -36,7 +36,6 @@ "0pensea.co.uk", "0therside.com", "0vvwvuniswap.top", - "panel-activator.pages.dev", "0vvwwuniswap.top", "0vwwuniswap.top", "0x-web3redrop.net", @@ -19044,6 +19043,7 @@ "pandauniversenft.vip", "pandillanft.art", "panel-activate-trustpad.pages.dev", + "panel-activator.pages.dev", "panelactivatordapp.com", "panelresolver.com", "panncakeswap.net", diff --git a/all/dev/all.json b/all/dev/all.json index 4dd6b3b56..62fc1ff1e 100644 --- a/all/dev/all.json +++ b/all/dev/all.json @@ -451,6 +451,7 @@ "pancakeswapconnect.pages.dev", "pancakeswapwallet.pages.dev", "panel-activate-trustpad.pages.dev", + "panel-activator.pages.dev", "particleink.pages.dev", "pepe-trastpad.pages.dev", "pepe20.dev", diff --git a/meta/2024-02.json b/meta/2024-02.json index 3a886a7e3..a42bd18ab 100644 --- a/meta/2024-02.json +++ b/meta/2024-02.json @@ -1,4 +1,8 @@ [ + { + "date": "2024-02-19", + "url": "panel-activator.pages.dev" + }, { "date": "2024-02-18", "url": "airdrop.manta-rewards.claims" diff --git a/package.json b/package.json index b18860621..d714548af 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.22.2-146-x", + "version": "0.22.2-147-x", "versions": { - "git": "0.22.2-146-x", + "git": "0.22.2-147-x", "npm": "0.22.1" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index d800e22ca..4a515f3f7 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "0.22.2-146-x", + "version": "0.22.2-147-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 1c01363b9..f9b3ff5b6 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.2-146-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.22.2-147-x' };