diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 06926701e..5499cecb4 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,5 @@ 602 Mich Block polkastarted-home.com and whitelist-web3.com (#3180) - 585 Frank Update all.json (#3191) + 586 Frank Update all.json (#3194) 562 Tim Janssen Update all.json (#3193) 520 Jaco Add repo dev req. for Node.js (#3186) 417 mhusnirizal update all.json (#3160) diff --git a/all.json b/all.json index 377de8810..8ae756f62 100644 --- a/all.json +++ b/all.json @@ -31,8 +31,6 @@ "deny": [ "07e96d43-381a-46a3-9c16-6daf97213efc.co", "0vvwvuniswap.top", - "23174-5425.s2.webspace.re", - "compoundapp.tk", "0vvwwuniswap.top", "0vwwuniswap.top", "0x0c4681e6c0235179ec3d4f4fc4df3d14fdd96017.xyz", @@ -104,6 +102,7 @@ "23.254.132.67", "23108-5379.s2.webspace.re", "23173-5424.s2.webspace.re", + "23174-5425.s2.webspace.re", "247-walletfix.netlify.app", "247dappconnect.netlify.app", "247dappfix.netlify.app", @@ -2749,6 +2748,7 @@ "combinewallet.com", "comimport-wallet.html", "community-airdrop-program.com", + "compoundapp.tk", "compoundfx.org", "compulsorymigration.best", "comylokman.site", diff --git a/all/re/all.json b/all/re/all.json index f0ed0c8d3..25fe65038 100644 --- a/all/re/all.json +++ b/all/re/all.json @@ -1,6 +1,7 @@ [ "23108-5379.s2.webspace.re", "23173-5424.s2.webspace.re", + "23174-5425.s2.webspace.re", "fixedfloat.re", "metamask.io-portal.19758-2755.s1.webspace.re" ] diff --git a/all/tk/all.json b/all/tk/all.json index 4ca830d2e..ad01d6bd2 100644 --- a/all/tk/all.json +++ b/all/tk/all.json @@ -11,6 +11,7 @@ "blockchian-sync.tk", "bridgedapp.tk", "centralhubcheck.tk", + "compoundapp.tk", "configvalidate.tk", "cryptoairdrops.tk", "cryptowallet-dev.tk", diff --git a/meta/2023-03.json b/meta/2023-03.json index 15d075078..49200270e 100644 --- a/meta/2023-03.json +++ b/meta/2023-03.json @@ -1,4 +1,8 @@ [ + { + "date": "2023-03-27", + "url": "23174-5425.s2.webspace.re" + }, { "date": "2023-03-27", "url": "blockchainsupportdesk.com" @@ -7,6 +11,10 @@ "date": "2023-03-27", "url": "bridgdapp.net" }, + { + "date": "2023-03-27", + "url": "compoundapp.tk" + }, { "date": "2023-03-27", "url": "connect-arbitrum.com" diff --git a/package.json b/package.json index 6c9093d6e..36622944e 100644 --- a/package.json +++ b/package.json @@ -15,9 +15,9 @@ }, "sideEffects": false, "type": "module", - "version": "0.20.5-10-x", + "version": "0.20.5-11-x", "versions": { - "git": "0.20.5-10-x", + "git": "0.20.5-11-x", "npm": "0.20.4" }, "workspaces": [ diff --git a/packages/phishing/package.json b/packages/phishing/package.json index 23e753906..647fede28 100644 --- a/packages/phishing/package.json +++ b/packages/phishing/package.json @@ -18,7 +18,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.20.5-10-x", + "version": "0.20.5-11-x", "main": "index.js", "dependencies": { "@polkadot/util": "^11.1.2", diff --git a/packages/phishing/src/packageInfo.ts b/packages/phishing/src/packageInfo.ts index 75fd3460b..b7fc841e2 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.20.5-10-x' }; +export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.20.5-11-x' };