mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-15 13:41:02 +00:00
[CI Skip] release/stable 0.8.76
skip-checks: true
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
330 Jaco Bump to latest @polkadot/util (#994)
|
330 Jaco Bump to latest @polkadot/util (#994)
|
||||||
325 Mich Update all.json (#998)
|
326 Mich Update all.json (#1000)
|
||||||
91 mhusnirizal update all.json (#996)
|
91 mhusnirizal update all.json (#996)
|
||||||
74 michalisFr Update address.json (#966)
|
74 michalisFr Update address.json (#966)
|
||||||
27 frankywild Update all.json (#989)
|
27 frankywild Update all.json (#989)
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
"0vvwvuniswap.top",
|
"0vvwvuniswap.top",
|
||||||
"0vvwwuniswap.top",
|
"0vvwwuniswap.top",
|
||||||
"0vwwuniswap.top",
|
"0vwwuniswap.top",
|
||||||
"robotvalidator.com",
|
|
||||||
"dapps.web3solution.org",
|
|
||||||
"web3solution.org",
|
|
||||||
"16-b.it",
|
"16-b.it",
|
||||||
"1inch-wallet.org",
|
"1inch-wallet.org",
|
||||||
"1metamask.com",
|
"1metamask.com",
|
||||||
@@ -646,6 +643,7 @@
|
|||||||
"dapps-validator.org",
|
"dapps-validator.org",
|
||||||
"dapps-walletconnect.tech",
|
"dapps-walletconnect.tech",
|
||||||
"dapps-walletintegrator.app",
|
"dapps-walletintegrator.app",
|
||||||
|
"dapps.web3solution.org",
|
||||||
"dappsactivation.org",
|
"dappsactivation.org",
|
||||||
"dappsactivations.org",
|
"dappsactivations.org",
|
||||||
"dappsattestation.bond",
|
"dappsattestation.bond",
|
||||||
@@ -2341,6 +2339,7 @@
|
|||||||
"robonomics-network-xrt.cyberfi-tech-rewards-programs-claims-erc20-token.com",
|
"robonomics-network-xrt.cyberfi-tech-rewards-programs-claims-erc20-token.com",
|
||||||
"robonomicsrewards.com",
|
"robonomicsrewards.com",
|
||||||
"robothelps.org",
|
"robothelps.org",
|
||||||
|
"robotvalidator.com",
|
||||||
"rollcollabsync.com",
|
"rollcollabsync.com",
|
||||||
"royalehosting.info",
|
"royalehosting.info",
|
||||||
"safemoonswapconect.com",
|
"safemoonswapconect.com",
|
||||||
@@ -3565,6 +3564,7 @@
|
|||||||
"web3connection.com",
|
"web3connection.com",
|
||||||
"web3connection.org",
|
"web3connection.org",
|
||||||
"web3connectr.com",
|
"web3connectr.com",
|
||||||
|
"web3solution.org",
|
||||||
"web3syncronize.net",
|
"web3syncronize.net",
|
||||||
"webbaseretek-supportadmen.coinbase.com.re-joene.men",
|
"webbaseretek-supportadmen.coinbase.com.re-joene.men",
|
||||||
"webconns.com",
|
"webconns.com",
|
||||||
|
|||||||
@@ -1,4 +1,16 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"date": "2022-01-25",
|
||||||
|
"url": "dapps.web3solution.org"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"date": "2022-01-25",
|
||||||
|
"url": "robotvalidator.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"date": "2022-01-25",
|
||||||
|
"url": "web3solution.org"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"date": "2022-01-24",
|
"date": "2022-01-24",
|
||||||
"url": "connectwalletfix.net"
|
"url": "connectwalletfix.net"
|
||||||
|
|||||||
+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.75",
|
"version": "0.8.76",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
"./detectPackage.cjs"
|
"./detectPackage.cjs"
|
||||||
],
|
],
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.8.75",
|
"version": "0.8.76",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.16.7",
|
"@babel/runtime": "^7.16.7",
|
||||||
|
|||||||
@@ -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.75' };
|
export const packageInfo = { name: '@polkadot/phishing', path: 'auto', type: 'auto', version: '0.8.76' };
|
||||||
|
|||||||
Reference in New Issue
Block a user