mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-15 18:21:06 +00:00
[CI Skip] release/stable 0.8.252
skip-checks: true
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
401 Mich Update all.json (#1199)
|
401 Mich Update all.json (#1199)
|
||||||
356 Jaco Remove checkout from auto-{approve, merge} actions (#1197)
|
356 Jaco Remove checkout from auto-{approve, merge} actions (#1197)
|
||||||
137 mhusnirizal update all.json (#1200)
|
138 mhusnirizal update all.json (#1202)
|
||||||
77 michalisFr Update all.json (#1036)
|
77 michalisFr Update all.json (#1036)
|
||||||
55 frankywild Update all.json (#1201)
|
55 frankywild Update all.json (#1201)
|
||||||
26 Bill Laboon Add Polkapromo.com (#1035)
|
26 Bill Laboon Add Polkapromo.com (#1035)
|
||||||
|
|||||||
@@ -1,11 +1,6 @@
|
|||||||
{
|
{
|
||||||
"allow": [],
|
"allow": [],
|
||||||
"deny": [
|
"deny": [
|
||||||
"equityzenchainlink.com",
|
|
||||||
"encryptwalletbsc.online",
|
|
||||||
"collabsyncwallet.com",
|
|
||||||
"launchmainnet-sync.com",
|
|
||||||
"cidappwa.org",
|
|
||||||
"02auth-mtb.myz.info",
|
"02auth-mtb.myz.info",
|
||||||
"0vvvvuniswap.top",
|
"0vvvvuniswap.top",
|
||||||
"0vvwvuniswap.top",
|
"0vvwvuniswap.top",
|
||||||
@@ -459,6 +454,7 @@
|
|||||||
"checkdapp.online",
|
"checkdapp.online",
|
||||||
"childsupporttoken.net",
|
"childsupporttoken.net",
|
||||||
"cidappsweb.com",
|
"cidappsweb.com",
|
||||||
|
"cidappwa.org",
|
||||||
"cititoken.io",
|
"cititoken.io",
|
||||||
"claim-airdrop-bep20-tokens.com",
|
"claim-airdrop-bep20-tokens.com",
|
||||||
"claim-reward-erc20-token.com",
|
"claim-reward-erc20-token.com",
|
||||||
@@ -1598,6 +1594,7 @@
|
|||||||
"encryptwalletbsc.online",
|
"encryptwalletbsc.online",
|
||||||
"eosuniswap.org",
|
"eosuniswap.org",
|
||||||
"epolkadot.com",
|
"epolkadot.com",
|
||||||
|
"equityzenchainlink.com",
|
||||||
"erc-20-airdrop-rewards.site",
|
"erc-20-airdrop-rewards.site",
|
||||||
"erc20balance.com",
|
"erc20balance.com",
|
||||||
"erc20rescue.tools",
|
"erc20rescue.tools",
|
||||||
|
|||||||
@@ -43,6 +43,10 @@
|
|||||||
"date": "2022-03-03",
|
"date": "2022-03-03",
|
||||||
"url": "cidappsweb.com"
|
"url": "cidappsweb.com"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"date": "2022-03-03",
|
||||||
|
"url": "cidappwa.org"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"date": "2022-03-03",
|
"date": "2022-03-03",
|
||||||
"url": "collabsyncwallet.com"
|
"url": "collabsyncwallet.com"
|
||||||
@@ -99,6 +103,10 @@
|
|||||||
"date": "2022-03-03",
|
"date": "2022-03-03",
|
||||||
"url": "encryptwalletbsc.online"
|
"url": "encryptwalletbsc.online"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"date": "2022-03-03",
|
||||||
|
"url": "equityzenchainlink.com"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"date": "2022-03-03",
|
"date": "2022-03-03",
|
||||||
"url": "fix-blockchain.com"
|
"url": "fix-blockchain.com"
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@
|
|||||||
"url": "https://github.com/polkadot-js/phishing.git"
|
"url": "https://github.com/polkadot-js/phishing.git"
|
||||||
},
|
},
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"version": "0.8.251",
|
"version": "0.8.252",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
"./detectPackage.cjs"
|
"./detectPackage.cjs"
|
||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.8.251",
|
"version": "0.8.252",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.17.2",
|
"@babel/runtime": "^7.17.2",
|
||||||
|
|||||||
@@ -3,4 +3,4 @@
|
|||||||
|
|
||||||
// Do not edit, auto-generated by @polkadot/dev
|
// Do not edit, auto-generated by @polkadot/dev
|
||||||
|
|
||||||
export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.251' };
|
export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.252' };
|
||||||
|
|||||||
Reference in New Issue
Block a user