mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-13 22:11:11 +00:00
[CI Skip] release/stable 0.11.104
skip-checks: true
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
527 Mich Update all.json (#1516)
|
527 Mich Update all.json (#1516)
|
||||||
379 Jaco Add polkastarter.live (#1511)
|
380 Jaco Align with missing polkastrater.* entries (#1518)
|
||||||
213 mhusnirizal update all.json (#1506)
|
213 mhusnirizal update all.json (#1506)
|
||||||
105 frankywild Update all.json (#1514)
|
105 frankywild Update all.json (#1514)
|
||||||
78 michalisFr Update address.json (#1438)
|
78 michalisFr Update address.json (#1438)
|
||||||
|
|||||||
@@ -1,9 +1,6 @@
|
|||||||
{
|
{
|
||||||
"allow": [],
|
"allow": [],
|
||||||
"deny": [
|
"deny": [
|
||||||
"polkastrater.info",
|
|
||||||
"polkastarter.info",
|
|
||||||
"polkastarter.digital",
|
|
||||||
"07e96d43-381a-46a3-9c16-6daf97213efc.co",
|
"07e96d43-381a-46a3-9c16-6daf97213efc.co",
|
||||||
"0vvwvuniswap.top",
|
"0vvwvuniswap.top",
|
||||||
"0vvwwuniswap.top",
|
"0vvwwuniswap.top",
|
||||||
@@ -5347,6 +5344,7 @@
|
|||||||
"polkastarter.cyou",
|
"polkastarter.cyou",
|
||||||
"polkastarter.de.com",
|
"polkastarter.de.com",
|
||||||
"polkastarter.design",
|
"polkastarter.design",
|
||||||
|
"polkastarter.digital",
|
||||||
"polkastarter.direct",
|
"polkastarter.direct",
|
||||||
"polkastarter.directory",
|
"polkastarter.directory",
|
||||||
"polkastarter.domains",
|
"polkastarter.domains",
|
||||||
@@ -5367,6 +5365,7 @@
|
|||||||
"polkastarter.group",
|
"polkastarter.group",
|
||||||
"polkastarter.holdings",
|
"polkastarter.holdings",
|
||||||
"polkastarter.homes",
|
"polkastarter.homes",
|
||||||
|
"polkastarter.info",
|
||||||
"polkastarter.legal",
|
"polkastarter.legal",
|
||||||
"polkastarter.lighting",
|
"polkastarter.lighting",
|
||||||
"polkastarter.link",
|
"polkastarter.link",
|
||||||
@@ -5425,6 +5424,7 @@
|
|||||||
"polkastertarcom.info",
|
"polkastertarcom.info",
|
||||||
"polkastorter.com",
|
"polkastorter.com",
|
||||||
"polkastrarter.com",
|
"polkastrarter.com",
|
||||||
|
"polkastrater.info",
|
||||||
"polkaswap.info",
|
"polkaswap.info",
|
||||||
"polkaswap.js.org",
|
"polkaswap.js.org",
|
||||||
"polkaswapwallet.com",
|
"polkaswapwallet.com",
|
||||||
|
|||||||
@@ -147,6 +147,18 @@
|
|||||||
"date": "2022-04-28",
|
"date": "2022-04-28",
|
||||||
"url": "pi-dapp.xyz"
|
"url": "pi-dapp.xyz"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"date": "2022-04-28",
|
||||||
|
"url": "polkastarter.digital"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"date": "2022-04-28",
|
||||||
|
"url": "polkastarter.info"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"date": "2022-04-28",
|
||||||
|
"url": "polkastrater.info"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"date": "2022-04-28",
|
"date": "2022-04-28",
|
||||||
"url": "rectifywebwallet.com"
|
"url": "rectifywebwallet.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.11.103",
|
"version": "0.11.104",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
"./detectPackage.cjs"
|
"./detectPackage.cjs"
|
||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.11.103",
|
"version": "0.11.104",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.17.9",
|
"@babel/runtime": "^7.17.9",
|
||||||
|
|||||||
@@ -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.11.103' };
|
export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.11.104' };
|
||||||
|
|||||||
Reference in New Issue
Block a user