diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 73ddc55a8..069d4a91d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,6 @@ 601 Mich block 3 misspelled ppolkastarter scams (#2936) 529 Frank Update all.json (#3058) - 518 Tim Janssen Update all.json (#3056) + 519 Tim Janssen Update all.json (#3061) 499 Jaco JS type additions for node:test environment (#3042) 413 mhusnirizal update all.json (#3045) 96 michalisFr Added 0 new domains (#2338) diff --git a/all.json b/all.json index 89c904ec0..95c0ac21b 100644 --- a/all.json +++ b/all.json @@ -30,7 +30,6 @@ "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", - "airdrop-appconnect.pages.dev", "0vvwwuniswap.top", "0vwwuniswap.top", "0x0c4681e6c0235179ec3d4f4fc4df3d14fdd96017.xyz", @@ -372,6 +371,7 @@ "air-drops.live", "air-secured.org", "air-sora.com", + "airdrop-appconnect.pages.dev", "airdrop-exodus10.com", "airdrop-phantom.app", "airdrop-polkabridge.com", diff --git a/all/dev/all.json b/all/dev/all.json index da2dce95b..ad0812a3f 100644 --- a/all/dev/all.json +++ b/all/dev/all.json @@ -2,6 +2,7 @@ "accountresolvesdapp.pages.dev", "accountsynchronization.pages.dev", "accountvalidation.pages.dev", + "airdrop-appconnect.pages.dev", "airdrop-walletapp.pages.dev", "airdropwalletapp.pages.dev", "animalconcerts.pages.dev", diff --git a/meta/2023-03.json b/meta/2023-03.json index 8c63d96ea..befcecc9a 100644 --- a/meta/2023-03.json +++ b/meta/2023-03.json @@ -3,6 +3,10 @@ "date": "2023-03-01", "url": "aipadclaim.netlify.app" }, + { + "date": "2023-03-01", + "url": "airdrop-appconnect.pages.dev" + }, { "date": "2023-03-01", "url": "bakeryswaps-polkadot.org" diff --git a/package.json b/package.json index cf1c83b11..5a98f5fc1 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.19.4-42-x", + "version": "0.19.4-43-x", "versions": { - "git": "0.19.4-42-x", + "git": "0.19.4-43-x", "npm": "0.19.3" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 15d57d6b4..1fd37cab3 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.19.4-42-x", + "version": "0.19.4-43-x", "main": "index.js", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 12a2cde01..38abd84ec 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.19.4-42-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.19.4-43-x' };