Compare commits
1 Commits
29ff5393d3
...
feat/issue
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e13af842df |
107
LICENSE
107
LICENSE
@@ -672,110 +672,3 @@ may consider it more useful to permit linking proprietary applications with
|
|||||||
the library. If this is what you want to do, use the GNU Lesser General
|
the library. If this is what you want to do, use the GNU Lesser General
|
||||||
Public License instead of this License. But first, please read
|
Public License instead of this License. But first, please read
|
||||||
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
||||||
|
|
||||||
===========================================================================
|
|
||||||
THIRD-PARTY FILES
|
|
||||||
===========================================================================
|
|
||||||
|
|
||||||
The following files are not original to this project and are distributed
|
|
||||||
under their own licenses. They are NOT covered by the GPL-3.0 license above.
|
|
||||||
|
|
||||||
---------------------------------------------------------------------------
|
|
||||||
File: src/shared/phishingBlocklist.json
|
|
||||||
Source: https://github.com/AugurProject/eth-phishing-detect (config.json)
|
|
||||||
Copyright: Copyright (c) 2018 kumavis
|
|
||||||
License: Don't Be a Dick Public License (DBAD), Version 1.2
|
|
||||||
---------------------------------------------------------------------------
|
|
||||||
|
|
||||||
DON'T BE A DICK PUBLIC LICENSE
|
|
||||||
|
|
||||||
Version 1.2, February 2021
|
|
||||||
|
|
||||||
Copyright (C) 2018 kumavis
|
|
||||||
|
|
||||||
Everyone is permitted to copy and distribute verbatim or modified
|
|
||||||
copies of this license document.
|
|
||||||
|
|
||||||
DON'T BE A DICK PUBLIC LICENSE
|
|
||||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
||||||
|
|
||||||
1. Do whatever you like with the original work, just don't be a dick.
|
|
||||||
|
|
||||||
Being a dick includes - but is not limited to - the following instances:
|
|
||||||
|
|
||||||
1a. Outright copyright infringement - Don't just copy the original
|
|
||||||
work/works and change the name.
|
|
||||||
1b. Selling the unmodified original with no work done what-so-ever,
|
|
||||||
that's REALLY being a dick.
|
|
||||||
1c. Modifying the original work to contain hidden harmful content.
|
|
||||||
That would make you a PROPER dick.
|
|
||||||
|
|
||||||
2. If you become rich through modifications, related works/services, or
|
|
||||||
supporting the original work, share the love. Only a dick would make
|
|
||||||
loads off this work and not buy the original work's creator(s) a pint.
|
|
||||||
|
|
||||||
3. Code is provided with no warranty. Using somebody else's code and
|
|
||||||
bitching when it goes wrong makes you a DONKEY dick. Fix the problem
|
|
||||||
yourself. A non-dick would submit the fix back or submit a bug report.
|
|
||||||
|
|
||||||
4. If you use code, calling it your own would make you a ROYAL dick.
|
|
||||||
Alternatively, even just a comment giving attribution to where you found
|
|
||||||
the code would be OK.
|
|
||||||
|
|
||||||
---------------------------------------------------------------------------
|
|
||||||
File: src/shared/scamlist.js (address data from MyEtherWallet ethereum-lists)
|
|
||||||
Source: https://github.com/MyEtherWallet/ethereum-lists (addresses-darklist.json)
|
|
||||||
Copyright: Copyright (c) 2020 MyEtherWallet
|
|
||||||
License: MIT License
|
|
||||||
---------------------------------------------------------------------------
|
|
||||||
|
|
||||||
MIT License
|
|
||||||
|
|
||||||
Copyright (c) 2020 MyEtherWallet
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
|
||||||
in the Software without restriction, including without limitation the rights
|
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
|
||||||
furnished to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in all
|
|
||||||
copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
SOFTWARE.
|
|
||||||
|
|
||||||
---------------------------------------------------------------------------
|
|
||||||
File: src/shared/scamlist.js (address data from EtherScamDB)
|
|
||||||
Source: https://github.com/MrLuit/EtherScamDB (scams.yaml)
|
|
||||||
Copyright: Copyright (c) 2018 Luit Hollander
|
|
||||||
License: MIT License
|
|
||||||
---------------------------------------------------------------------------
|
|
||||||
|
|
||||||
MIT License
|
|
||||||
|
|
||||||
Copyright (c) 2018 Luit Hollander
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
|
||||||
in the Software without restriction, including without limitation the rights
|
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
|
||||||
furnished to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in all
|
|
||||||
copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
SOFTWARE.
|
|
||||||
|
|||||||
89
README.md
89
README.md
@@ -15,12 +15,10 @@ Hence, a minimally viable ERC20 browser wallet/signer that works cross-platform.
|
|||||||
Everything you need, nothing you don't. We import as few libraries as possible,
|
Everything you need, nothing you don't. We import as few libraries as possible,
|
||||||
don't implement any crypto, and don't send user-specific data anywhere but a
|
don't implement any crypto, and don't send user-specific data anywhere but a
|
||||||
(user-configurable) Ethereum RPC endpoint (which defaults to a public node). The
|
(user-configurable) Ethereum RPC endpoint (which defaults to a public node). The
|
||||||
extension contacts three user-configurable services: the configured RPC node for
|
extension contacts exactly three external services: the configured RPC node for
|
||||||
blockchain interactions, a public CoinDesk API (no API key) for realtime price
|
blockchain interactions, a public CoinDesk API (no API key) for realtime price
|
||||||
information, and a Blockscout block-explorer API for transaction history and
|
information, and a Blockscout block-explorer API for transaction history and
|
||||||
token balances. It also fetches a community-maintained phishing domain blocklist
|
token balances. All three endpoints are user-configurable.
|
||||||
periodically and performs best-effort Etherscan address label lookups during
|
|
||||||
transaction confirmation.
|
|
||||||
|
|
||||||
In the extension is a hardcoded list of the top ERC20 contract addresses. You
|
In the extension is a hardcoded list of the top ERC20 contract addresses. You
|
||||||
can add any ERC20 contract by contract address if you wish, but the hardcoded
|
can add any ERC20 contract by contract address if you wish, but the hardcoded
|
||||||
@@ -437,29 +435,25 @@ transitions.
|
|||||||
#### TransactionDetail
|
#### TransactionDetail
|
||||||
|
|
||||||
- **When**: User tapped a transaction row from AddressDetail or AddressToken.
|
- **When**: User tapped a transaction row from AddressDetail or AddressToken.
|
||||||
- **Elements** (grouped into logical blocks using light well containers; field
|
- **Elements**:
|
||||||
labels are self-explanatory so groups have no headings):
|
|
||||||
- "Transaction" heading, "Back" button
|
- "Transaction" heading, "Back" button
|
||||||
- Transaction hash: full hash (tap to copy) + etherscan link
|
|
||||||
- Type: transaction classification — one of: Native ETH Transfer, ERC-20
|
- Type: transaction classification — one of: Native ETH Transfer, ERC-20
|
||||||
Token Transfer, Swap, Token Approval, Contract Call, Contract Creation
|
Token Transfer, Swap, Token Approval, Contract Call, Contract Creation
|
||||||
- Status: "Success" or "Failed"
|
|
||||||
- From: blockie + color dot + full address (tap to copy) + etherscan link;
|
|
||||||
ENS name if available
|
|
||||||
- To: blockie + color dot + full address (tap to copy) + etherscan link; ENS
|
|
||||||
name if available
|
|
||||||
- Time: ISO datetime + relative age in parentheses
|
|
||||||
- Block: block number (tap to copy) + etherscan block link
|
|
||||||
- Amount: value + symbol (bold)
|
|
||||||
- Native quantity: raw integer + unit (shown when available)
|
|
||||||
- Token contract: shown for ERC-20 transfers — color dot + full contract
|
- Token contract: shown for ERC-20 transfers — color dot + full contract
|
||||||
address (tap to copy) + etherscan token link
|
address (tap to copy) + etherscan token link
|
||||||
- Decoded details (shown for contract calls): action name, decoded
|
- Status: "Success" or "Failed"
|
||||||
parameters, token details, swap steps
|
- Time: ISO datetime + relative age in parentheses
|
||||||
- Network details (shown when on-chain data is available): nonce, gas price,
|
- Amount: value + symbol (bold)
|
||||||
gas used, transaction fee (all tap to copy)
|
- From: blockie + color dot + full address (tap to copy) + etherscan link
|
||||||
- Raw data (shown when calldata is present): full calldata in monospace
|
- ENS name if available
|
||||||
dashed border
|
- To: blockie + color dot + full address (tap to copy) + etherscan link
|
||||||
|
- ENS name if available
|
||||||
|
- Transaction hash: full hash (tap to copy) + etherscan link
|
||||||
|
- Block: block number (tap to copy) + etherscan block link
|
||||||
|
- Nonce: transaction nonce (tap to copy)
|
||||||
|
- Transaction fee: ETH amount (tap to copy)
|
||||||
|
- Gas price: value in Gwei (tap to copy)
|
||||||
|
- Gas used: integer (tap to copy)
|
||||||
- **Transitions**:
|
- **Transitions**:
|
||||||
- "Back" → **AddressToken** (if `selectedToken` set) or **AddressDetail**
|
- "Back" → **AddressToken** (if `selectedToken` set) or **AddressDetail**
|
||||||
|
|
||||||
@@ -582,25 +576,14 @@ What the extension does NOT do:
|
|||||||
|
|
||||||
- No analytics or telemetry services
|
- No analytics or telemetry services
|
||||||
- No token list APIs (user adds tokens manually by contract address)
|
- No token list APIs (user adds tokens manually by contract address)
|
||||||
|
- No phishing/blocklist APIs
|
||||||
- No Infura/Alchemy dependency (any JSON-RPC endpoint works)
|
- No Infura/Alchemy dependency (any JSON-RPC endpoint works)
|
||||||
- No backend servers operated by the developer
|
- No backend servers operated by the developer
|
||||||
|
|
||||||
In addition to the three user-configurable services above (RPC endpoint,
|
These three services (RPC endpoint, CoinDesk price API, and Blockscout API) are
|
||||||
CoinDesk price API, and Blockscout API), AutistMask also contacts:
|
the only external services. All three endpoints are user-configurable. Users who
|
||||||
|
want maximum privacy can point the RPC and Blockscout URLs at their own
|
||||||
- **Phishing domain blocklist**: A community-maintained phishing domain
|
self-hosted instances (price fetching can be disabled in a future version).
|
||||||
blocklist is vendored into the extension at build time. At runtime, the
|
|
||||||
extension fetches the live list once every 24 hours to detect newly added
|
|
||||||
domains. Only the delta (domains not already in the vendored list) is kept in
|
|
||||||
memory, keeping runtime memory usage small. The delta is persisted to
|
|
||||||
localStorage if it is under 256 KiB.
|
|
||||||
- **Etherscan address labels**: When confirming a transaction, the extension
|
|
||||||
performs a best-effort lookup of the recipient address on Etherscan to check
|
|
||||||
for phishing/scam labels. This is a direct page fetch with no API key; the
|
|
||||||
user's browser makes the request.
|
|
||||||
|
|
||||||
Users who want maximum privacy can point the RPC and Blockscout URLs at their
|
|
||||||
own self-hosted instances (price fetching can be disabled in a future version).
|
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
@@ -790,21 +773,6 @@ indexes it as a real token transfer.
|
|||||||
designed as a sharp tool — users who understand the risks can configure the
|
designed as a sharp tool — users who understand the risks can configure the
|
||||||
wallet to show everything unfiltered, unix-style.
|
wallet to show everything unfiltered, unix-style.
|
||||||
|
|
||||||
#### Phishing Domain Protection
|
|
||||||
|
|
||||||
AutistMask protects users from known phishing sites when they connect their
|
|
||||||
wallet or approve transactions/signatures. A community-maintained domain
|
|
||||||
blocklist is vendored into the extension at build time, providing immediate
|
|
||||||
protection without any network requests. At runtime, the extension fetches the
|
|
||||||
live list once every 24 hours and keeps only the delta (newly added domains not
|
|
||||||
in the vendored list) in memory. This architecture keeps runtime memory usage
|
|
||||||
small while ensuring fresh coverage of new phishing domains.
|
|
||||||
|
|
||||||
When a dApp on a blocklisted domain requests a wallet connection, transaction
|
|
||||||
approval, or signature, the approval popup displays a prominent red warning
|
|
||||||
banner alerting the user. The domain checker matches exact hostnames and all
|
|
||||||
parent domains (subdomain matching).
|
|
||||||
|
|
||||||
#### Transaction Decoding
|
#### Transaction Decoding
|
||||||
|
|
||||||
When a dApp asks the user to approve a transaction, AutistMask attempts to
|
When a dApp asks the user to approve a transaction, AutistMask attempts to
|
||||||
@@ -887,21 +855,6 @@ Currently supported:
|
|||||||
|
|
||||||
GPL-3.0. See [LICENSE](LICENSE).
|
GPL-3.0. See [LICENSE](LICENSE).
|
||||||
|
|
||||||
### Third-Party Data Files
|
|
||||||
|
|
||||||
This repository includes data files from third-party projects that are not
|
|
||||||
covered by the GPL-3.0 license above. These files, their copyright holders, and
|
|
||||||
their licenses are:
|
|
||||||
|
|
||||||
| File | Source | Copyright | License |
|
|
||||||
| ---------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | --------------------------------- | -------------------------------------------------------------- |
|
|
||||||
| `src/shared/phishingBlocklist.json` | [eth-phishing-detect](https://github.com/AugurProject/eth-phishing-detect) community-maintained phishing domain blocklist | Copyright (c) 2018 kumavis | [DBAD (Don't Be a Dick)](https://github.com/philsturgeon/dbad) |
|
|
||||||
| `src/shared/scamlist.js` (address data from MyEtherWallet) | [ethereum-lists](https://github.com/MyEtherWallet/ethereum-lists) `addresses-darklist.json` | Copyright (c) 2020 MyEtherWallet | MIT |
|
|
||||||
| `src/shared/scamlist.js` (address data from EtherScamDB) | [EtherScamDB](https://github.com/MrLuit/EtherScamDB) `scams.yaml` | Copyright (c) 2018 Luit Hollander | MIT |
|
|
||||||
|
|
||||||
The full license texts for these third-party files are included in the
|
|
||||||
[LICENSE](LICENSE) file.
|
|
||||||
|
|
||||||
## Author
|
## Author
|
||||||
|
|
||||||
[@sneak](https://sneak.berlin)
|
[@sneak](https://sneak.berlin)
|
||||||
|
|||||||
@@ -2,24 +2,16 @@
|
|||||||
// Handles EIP-1193 RPC requests from content scripts and proxies
|
// Handles EIP-1193 RPC requests from content scripts and proxies
|
||||||
// non-sensitive calls to the configured Ethereum JSON-RPC endpoint.
|
// non-sensitive calls to the configured Ethereum JSON-RPC endpoint.
|
||||||
|
|
||||||
const { DEFAULT_RPC_URL } = require("../shared/constants");
|
|
||||||
const { SUPPORTED_CHAIN_IDS, networkByChainId } = require("../shared/networks");
|
|
||||||
const { getBytes } = require("ethers");
|
|
||||||
const {
|
const {
|
||||||
state,
|
ETHEREUM_MAINNET_CHAIN_ID,
|
||||||
loadState,
|
DEFAULT_RPC_URL,
|
||||||
saveState,
|
} = require("../shared/constants");
|
||||||
currentNetwork,
|
const { getBytes } = require("ethers");
|
||||||
} = require("../shared/state");
|
const { state, loadState, saveState } = require("../shared/state");
|
||||||
const { refreshBalances, getProvider } = require("../shared/balances");
|
const { refreshBalances, getProvider } = require("../shared/balances");
|
||||||
const { debugFetch } = require("../shared/log");
|
const { debugFetch } = require("../shared/log");
|
||||||
const { decryptWithPassword } = require("../shared/vault");
|
const { decryptWithPassword } = require("../shared/vault");
|
||||||
const { getSignerForAddress } = require("../shared/wallet");
|
const { getSignerForAddress } = require("../shared/wallet");
|
||||||
const {
|
|
||||||
isPhishingDomain,
|
|
||||||
updatePhishingList,
|
|
||||||
startPeriodicRefresh,
|
|
||||||
} = require("../shared/phishingDomains");
|
|
||||||
|
|
||||||
const storageApi =
|
const storageApi =
|
||||||
typeof browser !== "undefined"
|
typeof browser !== "undefined"
|
||||||
@@ -332,47 +324,31 @@ async function handleRpc(method, params, origin) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (method === "eth_chainId") {
|
if (method === "eth_chainId") {
|
||||||
return { result: currentNetwork().chainId };
|
return { result: ETHEREUM_MAINNET_CHAIN_ID };
|
||||||
}
|
}
|
||||||
|
|
||||||
if (method === "net_version") {
|
if (method === "net_version") {
|
||||||
return { result: currentNetwork().networkVersion };
|
return { result: "1" };
|
||||||
}
|
}
|
||||||
|
|
||||||
if (method === "wallet_switchEthereumChain") {
|
if (method === "wallet_switchEthereumChain") {
|
||||||
const chainId = params?.[0]?.chainId;
|
const chainId = params?.[0]?.chainId;
|
||||||
if (chainId === currentNetwork().chainId) {
|
if (chainId === ETHEREUM_MAINNET_CHAIN_ID) {
|
||||||
return { result: null };
|
|
||||||
}
|
|
||||||
if (SUPPORTED_CHAIN_IDS.has(chainId)) {
|
|
||||||
// Switch to the requested network
|
|
||||||
const target = networkByChainId(chainId);
|
|
||||||
state.networkId = target.id;
|
|
||||||
state.rpcUrl = target.defaultRpcUrl;
|
|
||||||
state.blockscoutUrl = target.defaultBlockscoutUrl;
|
|
||||||
await saveState();
|
|
||||||
broadcastChainChanged(target.chainId);
|
|
||||||
return { result: null };
|
return { result: null };
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
error: {
|
error: {
|
||||||
code: 4902,
|
code: 4902,
|
||||||
message:
|
message: "AutistMask only supports Ethereum mainnet.",
|
||||||
"AutistMask supports Ethereum Mainnet and Sepolia Testnet only.",
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
if (method === "wallet_addEthereumChain") {
|
if (method === "wallet_addEthereumChain") {
|
||||||
const chainId = params?.[0]?.chainId;
|
|
||||||
if (SUPPORTED_CHAIN_IDS.has(chainId)) {
|
|
||||||
return { result: null };
|
|
||||||
}
|
|
||||||
return {
|
return {
|
||||||
error: {
|
error: {
|
||||||
code: 4902,
|
code: 4902,
|
||||||
message:
|
message: "AutistMask only supports Ethereum mainnet.",
|
||||||
"AutistMask supports Ethereum Mainnet and Sepolia Testnet only.",
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@@ -518,27 +494,6 @@ async function handleRpc(method, params, origin) {
|
|||||||
return { error: { message: "Unsupported method: " + method } };
|
return { error: { message: "Unsupported method: " + method } };
|
||||||
}
|
}
|
||||||
|
|
||||||
// Broadcast chainChanged to all tabs when the network is switched.
|
|
||||||
function broadcastChainChanged(chainId) {
|
|
||||||
tabsApi.query({}, (tabs) => {
|
|
||||||
for (const tab of tabs) {
|
|
||||||
tabsApi.sendMessage(
|
|
||||||
tab.id,
|
|
||||||
{
|
|
||||||
type: "AUTISTMASK_EVENT",
|
|
||||||
eventName: "chainChanged",
|
|
||||||
data: chainId,
|
|
||||||
},
|
|
||||||
() => {
|
|
||||||
if (runtime.lastError) {
|
|
||||||
// expected for tabs without our content script
|
|
||||||
}
|
|
||||||
},
|
|
||||||
);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
// Broadcast accountsChanged to all tabs, respecting per-address permissions
|
// Broadcast accountsChanged to all tabs, respecting per-address permissions
|
||||||
async function broadcastAccountsChanged() {
|
async function broadcastAccountsChanged() {
|
||||||
// Clear non-remembered approvals on address switch
|
// Clear non-remembered approvals on address switch
|
||||||
@@ -616,11 +571,6 @@ async function backgroundRefresh() {
|
|||||||
|
|
||||||
setInterval(backgroundRefresh, BACKGROUND_REFRESH_INTERVAL);
|
setInterval(backgroundRefresh, BACKGROUND_REFRESH_INTERVAL);
|
||||||
|
|
||||||
// Fetch the phishing domain blocklist delta on startup and refresh every 24h.
|
|
||||||
// The vendored blocklist is bundled at build time; this fetches only new entries.
|
|
||||||
updatePhishingList();
|
|
||||||
startPeriodicRefresh();
|
|
||||||
|
|
||||||
// When approval window is closed without a response, treat as rejection
|
// When approval window is closed without a response, treat as rejection
|
||||||
if (windowsApi && windowsApi.onRemoved) {
|
if (windowsApi && windowsApi.onRemoved) {
|
||||||
windowsApi.onRemoved.addListener((windowId) => {
|
windowsApi.onRemoved.addListener((windowId) => {
|
||||||
@@ -693,8 +643,6 @@ runtime.onMessage.addListener((msg, sender, sendResponse) => {
|
|||||||
resp.type = "sign";
|
resp.type = "sign";
|
||||||
resp.signParams = approval.signParams;
|
resp.signParams = approval.signParams;
|
||||||
}
|
}
|
||||||
// Flag if the requesting domain is on the phishing blocklist.
|
|
||||||
resp.isPhishingDomain = isPhishingDomain(approval.hostname);
|
|
||||||
sendResponse(resp);
|
sendResponse(resp);
|
||||||
} else {
|
} else {
|
||||||
sendResponse(null);
|
sendResponse(null);
|
||||||
|
|||||||
@@ -2,10 +2,7 @@
|
|||||||
// Creates window.ethereum (EIP-1193 provider) and announces via EIP-6963.
|
// Creates window.ethereum (EIP-1193 provider) and announces via EIP-6963.
|
||||||
|
|
||||||
(function () {
|
(function () {
|
||||||
// Defaults to mainnet; updated dynamically via eth_chainId on init and
|
const CHAIN_ID = "0x1"; // Ethereum mainnet
|
||||||
// chainChanged events from the extension.
|
|
||||||
let currentChainId = "0x1";
|
|
||||||
let currentNetworkVersion = "1";
|
|
||||||
|
|
||||||
const listeners = {};
|
const listeners = {};
|
||||||
let nextId = 1;
|
let nextId = 1;
|
||||||
@@ -31,12 +28,6 @@
|
|||||||
if (event.source !== window) return;
|
if (event.source !== window) return;
|
||||||
if (event.data?.type !== "AUTISTMASK_EVENT") return;
|
if (event.data?.type !== "AUTISTMASK_EVENT") return;
|
||||||
const { eventName, data } = event.data;
|
const { eventName, data } = event.data;
|
||||||
if (eventName === "chainChanged") {
|
|
||||||
currentChainId = data;
|
|
||||||
currentNetworkVersion = String(parseInt(data, 16));
|
|
||||||
provider.chainId = currentChainId;
|
|
||||||
provider.networkVersion = currentNetworkVersion;
|
|
||||||
}
|
|
||||||
emit(eventName, data);
|
emit(eventName, data);
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -66,8 +57,8 @@
|
|||||||
const provider = {
|
const provider = {
|
||||||
isAutistMask: true,
|
isAutistMask: true,
|
||||||
isMetaMask: true, // compatibility — many dApps check this
|
isMetaMask: true, // compatibility — many dApps check this
|
||||||
chainId: currentChainId,
|
chainId: CHAIN_ID,
|
||||||
networkVersion: currentNetworkVersion,
|
networkVersion: "1",
|
||||||
selectedAddress: null,
|
selectedAddress: null,
|
||||||
|
|
||||||
async request(args) {
|
async request(args) {
|
||||||
@@ -84,12 +75,6 @@
|
|||||||
? result[0]
|
? result[0]
|
||||||
: null;
|
: null;
|
||||||
}
|
}
|
||||||
if (args.method === "eth_chainId" && result) {
|
|
||||||
currentChainId = result;
|
|
||||||
currentNetworkVersion = String(parseInt(result, 16));
|
|
||||||
provider.chainId = currentChainId;
|
|
||||||
provider.networkVersion = currentNetworkVersion;
|
|
||||||
}
|
|
||||||
return result;
|
return result;
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -204,19 +189,4 @@
|
|||||||
|
|
||||||
window.addEventListener("eip6963:requestProvider", announceProvider);
|
window.addEventListener("eip6963:requestProvider", announceProvider);
|
||||||
announceProvider();
|
announceProvider();
|
||||||
|
|
||||||
// Fetch the current chain ID from the extension on load so the provider
|
|
||||||
// reflects the selected network immediately (covers Sepolia etc.).
|
|
||||||
sendRequest({ method: "eth_chainId", params: [] })
|
|
||||||
.then((chainId) => {
|
|
||||||
if (chainId) {
|
|
||||||
currentChainId = chainId;
|
|
||||||
currentNetworkVersion = String(parseInt(chainId, 16));
|
|
||||||
provider.chainId = currentChainId;
|
|
||||||
provider.networkVersion = currentNetworkVersion;
|
|
||||||
}
|
|
||||||
})
|
|
||||||
.catch(() => {
|
|
||||||
// Best-effort — keep defaults.
|
|
||||||
});
|
|
||||||
})();
|
})();
|
||||||
|
|||||||
@@ -605,43 +605,6 @@
|
|||||||
Double-check the address before sending.
|
Double-check the address before sending.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
|
||||||
id="confirm-contract-warning"
|
|
||||||
class="mb-2"
|
|
||||||
style="visibility: hidden"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="border border-red-500 border-dashed p-2 text-xs font-bold text-red-500"
|
|
||||||
>
|
|
||||||
WARNING: The recipient is a smart contract. Sending ETH
|
|
||||||
or tokens directly to a contract may result in permanent
|
|
||||||
loss of funds.
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
id="confirm-burn-warning"
|
|
||||||
class="mb-2"
|
|
||||||
style="visibility: hidden"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="border border-red-500 border-dashed p-2 text-xs font-bold text-red-500"
|
|
||||||
>
|
|
||||||
WARNING: This is a known null/burn address. Funds sent
|
|
||||||
here are permanently destroyed and cannot be recovered.
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div
|
|
||||||
id="confirm-etherscan-warning"
|
|
||||||
class="mb-2"
|
|
||||||
style="visibility: hidden"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
class="border border-red-500 border-dashed p-2 text-xs font-bold text-red-500"
|
|
||||||
>
|
|
||||||
WARNING: Etherscan has flagged this address as
|
|
||||||
phishing/scam. Do not send funds to this address.
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div
|
<div
|
||||||
id="confirm-errors"
|
id="confirm-errors"
|
||||||
class="mb-2 border border-border border-dashed p-2"
|
class="mb-2 border border-border border-dashed p-2"
|
||||||
@@ -882,24 +845,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="bg-well p-3 mx-1 mb-3">
|
|
||||||
<h3 class="font-bold mb-1">Network</h3>
|
|
||||||
<p class="text-xs text-muted mb-1">
|
|
||||||
Select the Ethereum network. Switching networks will
|
|
||||||
update the RPC and Blockscout endpoints to their
|
|
||||||
defaults.
|
|
||||||
</p>
|
|
||||||
<div class="text-xs flex items-center gap-1">
|
|
||||||
<select
|
|
||||||
id="settings-network"
|
|
||||||
class="border border-border p-1 bg-bg text-fg text-xs cursor-pointer"
|
|
||||||
>
|
|
||||||
<option value="mainnet">Ethereum Mainnet</option>
|
|
||||||
<option value="sepolia">Sepolia Testnet</option>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="bg-well p-3 mx-1 mb-3">
|
<div class="bg-well p-3 mx-1 mb-3">
|
||||||
<h3 class="font-bold mb-1">Ethereum RPC</h3>
|
<h3 class="font-bold mb-1">Ethereum RPC</h3>
|
||||||
<p class="text-xs text-muted mb-1">
|
<p class="text-xs text-muted mb-1">
|
||||||
@@ -1121,8 +1066,8 @@
|
|||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<!-- ── Identity ── -->
|
<!-- ── Identity ── -->
|
||||||
<div class="bg-well p-3 mx-1 mb-3">
|
<div class="tx-detail-group mb-1">
|
||||||
<div class="mb-2">
|
<div class="mb-3">
|
||||||
<div class="text-xs text-muted mb-1">
|
<div class="text-xs text-muted mb-1">
|
||||||
Transaction hash
|
Transaction hash
|
||||||
</div>
|
</div>
|
||||||
@@ -1131,49 +1076,30 @@
|
|||||||
class="text-xs break-all"
|
class="text-xs break-all"
|
||||||
></div>
|
></div>
|
||||||
</div>
|
</div>
|
||||||
<div id="tx-detail-type-section" class="mb-2 hidden">
|
<div id="tx-detail-type-section" class="mb-3 hidden">
|
||||||
<div class="text-xs text-muted mb-1">Type</div>
|
<div class="text-xs text-muted mb-1">Type</div>
|
||||||
<div
|
<div
|
||||||
id="tx-detail-type"
|
id="tx-detail-type"
|
||||||
class="text-xs font-bold"
|
class="text-xs font-bold"
|
||||||
></div>
|
></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-2">
|
<div class="mb-3">
|
||||||
<div class="text-xs text-muted mb-1">Status</div>
|
<div class="text-xs text-muted mb-1">Status</div>
|
||||||
<div id="tx-detail-status" class="text-xs"></div>
|
<div id="tx-detail-status" class="text-xs"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-2">
|
<div class="mb-1">
|
||||||
<div class="text-xs text-muted mb-1">From</div>
|
|
||||||
<div
|
|
||||||
id="tx-detail-from"
|
|
||||||
class="text-xs break-all"
|
|
||||||
></div>
|
|
||||||
</div>
|
|
||||||
<div class="mb-2">
|
|
||||||
<div class="text-xs text-muted mb-1">To</div>
|
|
||||||
<div id="tx-detail-to" class="text-xs break-all"></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- ── Timing ── -->
|
|
||||||
<div class="bg-well p-3 mx-1 mb-3">
|
|
||||||
<div class="mb-2">
|
|
||||||
<div class="text-xs text-muted mb-1">Time</div>
|
<div class="text-xs text-muted mb-1">Time</div>
|
||||||
<div id="tx-detail-time" class="text-xs"></div>
|
<div id="tx-detail-time" class="text-xs"></div>
|
||||||
</div>
|
</div>
|
||||||
<div id="tx-detail-block-section" class="mb-2 hidden">
|
|
||||||
<div class="text-xs text-muted mb-1">Block</div>
|
|
||||||
<div id="tx-detail-block" class="text-xs"></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- ── Value ── -->
|
<!-- ── Value ── -->
|
||||||
<div class="bg-well p-3 mx-1 mb-3">
|
<div class="tx-detail-group mb-1">
|
||||||
<div class="mb-2">
|
<div class="mb-3">
|
||||||
<div class="text-xs text-muted mb-1">Amount</div>
|
<div class="text-xs text-muted mb-1">Amount</div>
|
||||||
<div id="tx-detail-value" class="text-xs"></div>
|
<div id="tx-detail-value" class="text-xs"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-2 hidden">
|
<div class="mb-3 hidden">
|
||||||
<div class="text-xs text-muted mb-1">
|
<div class="text-xs text-muted mb-1">
|
||||||
Native quantity
|
Native quantity
|
||||||
</div>
|
</div>
|
||||||
@@ -1181,7 +1107,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
id="tx-detail-token-contract-section"
|
id="tx-detail-token-contract-section"
|
||||||
class="mb-2 hidden"
|
class="mb-1 hidden"
|
||||||
>
|
>
|
||||||
<div class="text-xs text-muted mb-1">
|
<div class="text-xs text-muted mb-1">
|
||||||
Token contract
|
Token contract
|
||||||
@@ -1193,10 +1119,28 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- ── Decoded details ── -->
|
<!-- ── Parties ── -->
|
||||||
<div id="tx-detail-calldata-section" class="hidden">
|
<div class="tx-detail-group mb-1">
|
||||||
<div class="bg-well p-3 mx-1 mb-3">
|
<div class="mb-3">
|
||||||
<div id="tx-detail-calldata-well" class="mb-2">
|
<div class="text-xs text-muted mb-1">From</div>
|
||||||
|
<div
|
||||||
|
id="tx-detail-from"
|
||||||
|
class="text-xs break-all"
|
||||||
|
></div>
|
||||||
|
</div>
|
||||||
|
<div class="mb-1">
|
||||||
|
<div class="text-xs text-muted mb-1">To</div>
|
||||||
|
<div id="tx-detail-to" class="text-xs break-all"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- ── Protocol ── -->
|
||||||
|
<div id="tx-detail-calldata-section" class="mb-1 hidden">
|
||||||
|
<div class="tx-detail-group mb-1">
|
||||||
|
<div
|
||||||
|
id="tx-detail-calldata-well"
|
||||||
|
class="border border-border border-dashed p-2"
|
||||||
|
>
|
||||||
<div class="text-xs text-muted mb-1">Action</div>
|
<div class="text-xs text-muted mb-1">Action</div>
|
||||||
<div
|
<div
|
||||||
id="tx-detail-calldata-action"
|
id="tx-detail-calldata-action"
|
||||||
@@ -1210,37 +1154,38 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- ── Network details ── -->
|
<!-- ── On-chain details ── -->
|
||||||
<div id="tx-detail-network-section" class="hidden">
|
<div
|
||||||
<div class="bg-well p-3 mx-1 mb-3">
|
id="tx-detail-onchain-group"
|
||||||
<div id="tx-detail-nonce-section" class="mb-2 hidden">
|
class="tx-detail-group mb-1 hidden"
|
||||||
|
>
|
||||||
|
<div id="tx-detail-block-section" class="mb-3 hidden">
|
||||||
|
<div class="text-xs text-muted mb-1">Block</div>
|
||||||
|
<div id="tx-detail-block" class="text-xs"></div>
|
||||||
|
</div>
|
||||||
|
<div id="tx-detail-nonce-section" class="mb-3 hidden">
|
||||||
<div class="text-xs text-muted mb-1">Nonce</div>
|
<div class="text-xs text-muted mb-1">Nonce</div>
|
||||||
<div id="tx-detail-nonce" class="text-xs"></div>
|
<div id="tx-detail-nonce" class="text-xs"></div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div id="tx-detail-fee-section" class="mb-3 hidden">
|
||||||
id="tx-detail-gasprice-section"
|
|
||||||
class="mb-2 hidden"
|
|
||||||
>
|
|
||||||
<div class="text-xs text-muted mb-1">Gas price</div>
|
|
||||||
<div id="tx-detail-gasprice" class="text-xs"></div>
|
|
||||||
</div>
|
|
||||||
<div id="tx-detail-gasused-section" class="mb-2 hidden">
|
|
||||||
<div class="text-xs text-muted mb-1">Gas used</div>
|
|
||||||
<div id="tx-detail-gasused" class="text-xs"></div>
|
|
||||||
</div>
|
|
||||||
<div id="tx-detail-fee-section" class="mb-2 hidden">
|
|
||||||
<div class="text-xs text-muted mb-1">
|
<div class="text-xs text-muted mb-1">
|
||||||
Transaction fee
|
Transaction fee
|
||||||
</div>
|
</div>
|
||||||
<div id="tx-detail-fee" class="text-xs"></div>
|
<div id="tx-detail-fee" class="text-xs"></div>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="tx-detail-gasprice-section" class="mb-3 hidden">
|
||||||
|
<div class="text-xs text-muted mb-1">Gas price</div>
|
||||||
|
<div id="tx-detail-gasprice" class="text-xs"></div>
|
||||||
|
</div>
|
||||||
|
<div id="tx-detail-gasused-section" class="mb-1 hidden">
|
||||||
|
<div class="text-xs text-muted mb-1">Gas used</div>
|
||||||
|
<div id="tx-detail-gasused" class="text-xs"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- ── Raw data ── -->
|
<!-- ── Raw data ── -->
|
||||||
<div id="tx-detail-rawdata-section" class="hidden">
|
<div id="tx-detail-rawdata-section" class="mb-4 hidden">
|
||||||
<div class="bg-well p-3 mx-1 mb-3">
|
<div class="tx-detail-group">
|
||||||
<div class="mb-2">
|
|
||||||
<div class="text-xs text-muted mb-1">Raw data</div>
|
<div class="text-xs text-muted mb-1">Raw data</div>
|
||||||
<div
|
<div
|
||||||
id="tx-detail-rawdata"
|
id="tx-detail-rawdata"
|
||||||
@@ -1249,19 +1194,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- ============ TRANSACTION APPROVAL ============ -->
|
<!-- ============ TRANSACTION APPROVAL ============ -->
|
||||||
<div id="view-approve-tx" class="view hidden">
|
<div id="view-approve-tx" class="view hidden">
|
||||||
<h2 class="font-bold mb-2">Transaction Request</h2>
|
<h2 class="font-bold mb-2">Transaction Request</h2>
|
||||||
<div
|
|
||||||
id="approve-tx-phishing-warning"
|
|
||||||
class="mb-3 p-2 text-xs font-bold hidden bg-red-100 text-red-800 border-2 border-red-600 rounded-md"
|
|
||||||
>
|
|
||||||
⚠️ PHISHING WARNING: This site is on a known phishing
|
|
||||||
blocklist. This transaction may steal your funds. Proceed
|
|
||||||
with extreme caution.
|
|
||||||
</div>
|
|
||||||
<p class="mb-2">
|
<p class="mb-2">
|
||||||
<span id="approve-tx-hostname" class="font-bold"></span>
|
<span id="approve-tx-hostname" class="font-bold"></span>
|
||||||
wants to send a transaction.
|
wants to send a transaction.
|
||||||
@@ -1328,14 +1264,6 @@
|
|||||||
<!-- ============ SIGNATURE APPROVAL ============ -->
|
<!-- ============ SIGNATURE APPROVAL ============ -->
|
||||||
<div id="view-approve-sign" class="view hidden">
|
<div id="view-approve-sign" class="view hidden">
|
||||||
<h2 class="font-bold mb-2">Signature Request</h2>
|
<h2 class="font-bold mb-2">Signature Request</h2>
|
||||||
<div
|
|
||||||
id="approve-sign-phishing-warning"
|
|
||||||
class="mb-3 p-2 text-xs font-bold hidden bg-red-100 text-red-800 border-2 border-red-600 rounded-md"
|
|
||||||
>
|
|
||||||
⚠️ PHISHING WARNING: This site is on a known phishing
|
|
||||||
blocklist. Signing this message may authorize theft of your
|
|
||||||
funds. Proceed with extreme caution.
|
|
||||||
</div>
|
|
||||||
<p class="mb-2">
|
<p class="mb-2">
|
||||||
<span id="approve-sign-hostname" class="font-bold"></span>
|
<span id="approve-sign-hostname" class="font-bold"></span>
|
||||||
wants you to sign a message.
|
wants you to sign a message.
|
||||||
@@ -1405,14 +1333,6 @@
|
|||||||
<!-- ============ SITE APPROVAL ============ -->
|
<!-- ============ SITE APPROVAL ============ -->
|
||||||
<div id="view-approve-site" class="view hidden">
|
<div id="view-approve-site" class="view hidden">
|
||||||
<h2 class="font-bold mb-2">Connection Request</h2>
|
<h2 class="font-bold mb-2">Connection Request</h2>
|
||||||
<div
|
|
||||||
id="approve-site-phishing-warning"
|
|
||||||
class="mb-3 p-2 text-xs font-bold hidden bg-red-100 text-red-800 border-2 border-red-600 rounded-md"
|
|
||||||
>
|
|
||||||
⚠️ PHISHING WARNING: This site is on a known phishing
|
|
||||||
blocklist. Connecting your wallet may result in loss of
|
|
||||||
funds. Proceed with extreme caution.
|
|
||||||
</div>
|
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<p class="mb-2">
|
<p class="mb-2">
|
||||||
<span id="approve-hostname" class="font-bold"></span>
|
<span id="approve-hostname" class="font-bold"></span>
|
||||||
|
|||||||
@@ -2,12 +2,7 @@
|
|||||||
// Loads state, initializes views, triggers first render.
|
// Loads state, initializes views, triggers first render.
|
||||||
|
|
||||||
const { DEBUG } = require("../shared/constants");
|
const { DEBUG } = require("../shared/constants");
|
||||||
const {
|
const { state, saveState, loadState } = require("../shared/state");
|
||||||
state,
|
|
||||||
saveState,
|
|
||||||
loadState,
|
|
||||||
currentNetwork,
|
|
||||||
} = require("../shared/state");
|
|
||||||
const { refreshPrices } = require("../shared/prices");
|
const { refreshPrices } = require("../shared/prices");
|
||||||
const { refreshBalances } = require("../shared/balances");
|
const { refreshBalances } = require("../shared/balances");
|
||||||
const { $, showView } = require("./views/helpers");
|
const { $, showView } = require("./views/helpers");
|
||||||
@@ -172,24 +167,12 @@ function fallbackView() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function init() {
|
async function init() {
|
||||||
const net = currentNetwork();
|
if (DEBUG) {
|
||||||
if (DEBUG || net.isTestnet) {
|
|
||||||
const banner = document.createElement("div");
|
const banner = document.createElement("div");
|
||||||
banner.id = "debug-banner";
|
banner.id = "debug-banner";
|
||||||
|
banner.textContent = "DEBUG / INSECURE";
|
||||||
banner.style.cssText =
|
banner.style.cssText =
|
||||||
"background:#c00;color:#fff;text-align:center;font-size:10px;padding:1px 0;font-family:monospace;position:sticky;top:0;z-index:9999;display:flex;justify-content:center;align-items:center;";
|
"background:#c00;color:#fff;text-align:center;font-size:10px;padding:1px 0;font-family:monospace;position:sticky;top:0;z-index:9999;";
|
||||||
const label = document.createElement("span");
|
|
||||||
label.id = "debug-banner-label";
|
|
||||||
label.style.cssText = "flex:1;text-align:center;";
|
|
||||||
label.textContent = DEBUG ? "DEBUG / INSECURE" : net.name;
|
|
||||||
banner.appendChild(label);
|
|
||||||
if (net.isTestnet) {
|
|
||||||
const tag = document.createElement("span");
|
|
||||||
tag.id = "debug-banner-testnet";
|
|
||||||
tag.style.cssText = "position:absolute;right:6px;font-weight:bold;";
|
|
||||||
tag.textContent = "TESTNET";
|
|
||||||
banner.appendChild(tag);
|
|
||||||
}
|
|
||||||
document.body.prepend(banner);
|
document.body.prepend(banner);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -44,3 +44,11 @@ body {
|
|||||||
background-color 225ms ease-out,
|
background-color 225ms ease-out,
|
||||||
color 225ms ease-out;
|
color 225ms ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Transaction detail view — visual grouping of related fields */
|
||||||
|
.tx-detail-group {
|
||||||
|
border-bottom: 1px solid var(--color-border-light);
|
||||||
|
padding-bottom: 0.5rem;
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
padding-top: 0.25rem;
|
||||||
|
}
|
||||||
|
|||||||
@@ -9,12 +9,7 @@ const {
|
|||||||
escapeHtml,
|
escapeHtml,
|
||||||
truncateMiddle,
|
truncateMiddle,
|
||||||
} = require("./helpers");
|
} = require("./helpers");
|
||||||
const {
|
const { state, currentAddress, saveState } = require("../../shared/state");
|
||||||
state,
|
|
||||||
currentAddress,
|
|
||||||
saveState,
|
|
||||||
currentNetwork,
|
|
||||||
} = require("../../shared/state");
|
|
||||||
const { formatUsd, getAddressValueUsd } = require("../../shared/prices");
|
const { formatUsd, getAddressValueUsd } = require("../../shared/prices");
|
||||||
const {
|
const {
|
||||||
fetchRecentTransactions,
|
fetchRecentTransactions,
|
||||||
@@ -41,7 +36,7 @@ const EXT_ICON =
|
|||||||
`</svg></span>`;
|
`</svg></span>`;
|
||||||
|
|
||||||
function etherscanAddressLink(address) {
|
function etherscanAddressLink(address) {
|
||||||
return `${currentNetwork().explorerUrl}/address/${address}`;
|
return `https://etherscan.io/address/${address}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
function show() {
|
function show() {
|
||||||
|
|||||||
@@ -12,12 +12,7 @@ const {
|
|||||||
truncateMiddle,
|
truncateMiddle,
|
||||||
balanceLine,
|
balanceLine,
|
||||||
} = require("./helpers");
|
} = require("./helpers");
|
||||||
const {
|
const { state, currentAddress, saveState } = require("../../shared/state");
|
||||||
state,
|
|
||||||
currentAddress,
|
|
||||||
saveState,
|
|
||||||
currentNetwork,
|
|
||||||
} = require("../../shared/state");
|
|
||||||
const { TOKEN_BY_ADDRESS, resolveSymbol } = require("../../shared/tokenList");
|
const { TOKEN_BY_ADDRESS, resolveSymbol } = require("../../shared/tokenList");
|
||||||
const {
|
const {
|
||||||
formatUsd,
|
formatUsd,
|
||||||
@@ -47,11 +42,7 @@ const EXT_ICON =
|
|||||||
`</svg></span>`;
|
`</svg></span>`;
|
||||||
|
|
||||||
function etherscanAddressLink(address) {
|
function etherscanAddressLink(address) {
|
||||||
return `${currentNetwork().explorerUrl}/address/${address}`;
|
return `https://etherscan.io/address/${address}`;
|
||||||
}
|
|
||||||
|
|
||||||
function etherscanTokenLink(tokenContract, holderAddress) {
|
|
||||||
return `https://etherscan.io/token/${tokenContract}?a=${holderAddress}`;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function isoDate(timestamp) {
|
function isoDate(timestamp) {
|
||||||
@@ -160,10 +151,7 @@ function show() {
|
|||||||
$("address-token-dot").innerHTML = addressDotHtml(addr.address);
|
$("address-token-dot").innerHTML = addressDotHtml(addr.address);
|
||||||
$("address-token-full").dataset.full = addr.address;
|
$("address-token-full").dataset.full = addr.address;
|
||||||
$("address-token-full").textContent = addr.address;
|
$("address-token-full").textContent = addr.address;
|
||||||
const addrLink =
|
const addrLink = etherscanAddressLink(addr.address);
|
||||||
tokenId !== "ETH"
|
|
||||||
? etherscanTokenLink(tokenId, addr.address)
|
|
||||||
: etherscanAddressLink(addr.address);
|
|
||||||
$("address-token-etherscan-link").innerHTML =
|
$("address-token-etherscan-link").innerHTML =
|
||||||
`<a href="${addrLink}" target="_blank" rel="noopener" class="inline-flex items-center">${EXT_ICON}</a>`;
|
`<a href="${addrLink}" target="_blank" rel="noopener" class="inline-flex items-center">${EXT_ICON}</a>`;
|
||||||
|
|
||||||
@@ -206,7 +194,7 @@ function show() {
|
|||||||
: null;
|
: null;
|
||||||
const tokenHolders = tb && tb.holders != null ? tb.holders : null;
|
const tokenHolders = tb && tb.holders != null ? tb.holders : null;
|
||||||
const dot = addressDotHtml(tokenId);
|
const dot = addressDotHtml(tokenId);
|
||||||
const tokenLink = `${currentNetwork().explorerUrl}/token/${escapeHtml(tokenId)}`;
|
const tokenLink = `https://etherscan.io/token/${escapeHtml(tokenId)}`;
|
||||||
const projectUrl = knownToken && knownToken.url ? knownToken.url : null;
|
const projectUrl = knownToken && knownToken.url ? knownToken.url : null;
|
||||||
let infoHtml = `<div class="font-bold mb-2">Contract Address</div>`;
|
let infoHtml = `<div class="font-bold mb-2">Contract Address</div>`;
|
||||||
infoHtml +=
|
infoHtml +=
|
||||||
@@ -393,7 +381,7 @@ function init(_ctx) {
|
|||||||
let staticHtml = `<div class="font-bold">${escapeHtml(currentSymbol)}</div>`;
|
let staticHtml = `<div class="font-bold">${escapeHtml(currentSymbol)}</div>`;
|
||||||
if (tokenId !== "ETH") {
|
if (tokenId !== "ETH") {
|
||||||
const dot = addressDotHtml(tokenId);
|
const dot = addressDotHtml(tokenId);
|
||||||
const link = `${currentNetwork().explorerUrl}/token/${tokenId}`;
|
const link = `https://etherscan.io/token/${tokenId}`;
|
||||||
const extLink = `<a href="${link}" target="_blank" rel="noopener" class="inline-flex items-center">${EXT_ICON}</a>`;
|
const extLink = `<a href="${link}" target="_blank" rel="noopener" class="inline-flex items-center">${EXT_ICON}</a>`;
|
||||||
staticHtml +=
|
staticHtml +=
|
||||||
`<div class="flex items-center text-xs">${dot}` +
|
`<div class="flex items-center text-xs">${dot}` +
|
||||||
|
|||||||
@@ -7,13 +7,13 @@ const {
|
|||||||
showError,
|
showError,
|
||||||
hideError,
|
hideError,
|
||||||
} = require("./helpers");
|
} = require("./helpers");
|
||||||
const { state, saveState, currentNetwork } = require("../../shared/state");
|
const { state, saveState } = require("../../shared/state");
|
||||||
const { formatEther, formatUnits, Interface, toUtf8String } = require("ethers");
|
const { formatEther, formatUnits, Interface, toUtf8String } = require("ethers");
|
||||||
const { getPrice, formatUsd } = require("../../shared/prices");
|
|
||||||
const { ERC20_ABI } = require("../../shared/constants");
|
const { ERC20_ABI } = require("../../shared/constants");
|
||||||
const { TOKEN_BY_ADDRESS } = require("../../shared/tokenList");
|
const { TOKEN_BY_ADDRESS } = require("../../shared/tokenList");
|
||||||
const txStatus = require("./txStatus");
|
const txStatus = require("./txStatus");
|
||||||
const uniswap = require("../../shared/uniswap");
|
const uniswap = require("../../shared/uniswap");
|
||||||
|
|
||||||
const runtime =
|
const runtime =
|
||||||
typeof browser !== "undefined" ? browser.runtime : chrome.runtime;
|
typeof browser !== "undefined" ? browser.runtime : chrome.runtime;
|
||||||
|
|
||||||
@@ -28,7 +28,7 @@ const erc20Iface = new Interface(ERC20_ABI);
|
|||||||
|
|
||||||
function approvalAddressHtml(address) {
|
function approvalAddressHtml(address) {
|
||||||
const dot = addressDotHtml(address);
|
const dot = addressDotHtml(address);
|
||||||
const link = `${currentNetwork().explorerUrl}/address/${address}`;
|
const link = `https://etherscan.io/address/${address}`;
|
||||||
const extLink = `<a href="${link}" target="_blank" rel="noopener" class="inline-flex items-center">${EXT_ICON}</a>`;
|
const extLink = `<a href="${link}" target="_blank" rel="noopener" class="inline-flex items-center">${EXT_ICON}</a>`;
|
||||||
const title = addressTitle(address, state.wallets);
|
const title = addressTitle(address, state.wallets);
|
||||||
let html = "";
|
let html = "";
|
||||||
@@ -54,7 +54,7 @@ function tokenLabel(address) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function etherscanTokenLink(address) {
|
function etherscanTokenLink(address) {
|
||||||
return `${currentNetwork().explorerUrl}/token/${address}`;
|
return `https://etherscan.io/token/${address}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Try to decode calldata using known ABIs.
|
// Try to decode calldata using known ABIs.
|
||||||
@@ -155,24 +155,7 @@ function decodeCalldata(data, toAddress) {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
function showPhishingWarning(elementId, isPhishing) {
|
|
||||||
const el = $(elementId);
|
|
||||||
if (!el) return;
|
|
||||||
// The background script performs the authoritative phishing domain check
|
|
||||||
// and passes the result via the isPhishingDomain flag.
|
|
||||||
if (isPhishing) {
|
|
||||||
el.classList.remove("hidden");
|
|
||||||
} else {
|
|
||||||
el.classList.add("hidden");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function showTxApproval(details) {
|
function showTxApproval(details) {
|
||||||
showPhishingWarning(
|
|
||||||
"approve-tx-phishing-warning",
|
|
||||||
details.isPhishingDomain,
|
|
||||||
);
|
|
||||||
|
|
||||||
const toAddr = details.txParams.to;
|
const toAddr = details.txParams.to;
|
||||||
const token = toAddr ? TOKEN_BY_ADDRESS.get(toAddr.toLowerCase()) : null;
|
const token = toAddr ? TOKEN_BY_ADDRESS.get(toAddr.toLowerCase()) : null;
|
||||||
const ethValue = formatEther(details.txParams.value || "0");
|
const ethValue = formatEther(details.txParams.value || "0");
|
||||||
@@ -244,14 +227,8 @@ function showTxApproval(details) {
|
|||||||
$("approve-tx-to").innerHTML = escapeHtml("(contract creation)");
|
$("approve-tx-to").innerHTML = escapeHtml("(contract creation)");
|
||||||
}
|
}
|
||||||
|
|
||||||
const ethValueFormatted = formatTxValue(
|
|
||||||
formatEther(details.txParams.value || "0"),
|
|
||||||
);
|
|
||||||
const ethPrice = getPrice("ETH");
|
|
||||||
const ethUsd = ethPrice ? parseFloat(ethValueFormatted) * ethPrice : null;
|
|
||||||
const usdStr = formatUsd(ethUsd);
|
|
||||||
$("approve-tx-value").textContent =
|
$("approve-tx-value").textContent =
|
||||||
ethValueFormatted + " ETH" + (usdStr ? " (" + usdStr + ")" : "");
|
formatTxValue(formatEther(details.txParams.value || "0")) + " ETH";
|
||||||
|
|
||||||
// Decode calldata (reuse decoded from above)
|
// Decode calldata (reuse decoded from above)
|
||||||
const decodedEl = $("approve-tx-decoded");
|
const decodedEl = $("approve-tx-decoded");
|
||||||
@@ -346,11 +323,6 @@ function formatTypedDataHtml(jsonStr) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function showSignApproval(details) {
|
function showSignApproval(details) {
|
||||||
showPhishingWarning(
|
|
||||||
"approve-sign-phishing-warning",
|
|
||||||
details.isPhishingDomain,
|
|
||||||
);
|
|
||||||
|
|
||||||
const sp = details.signParams;
|
const sp = details.signParams;
|
||||||
|
|
||||||
$("approve-sign-hostname").textContent = details.hostname;
|
$("approve-sign-hostname").textContent = details.hostname;
|
||||||
@@ -410,11 +382,6 @@ function show(id) {
|
|||||||
showSignApproval(details);
|
showSignApproval(details);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// Site connection approval
|
|
||||||
showPhishingWarning(
|
|
||||||
"approve-site-phishing-warning",
|
|
||||||
details.isPhishingDomain,
|
|
||||||
);
|
|
||||||
$("approve-hostname").textContent = details.hostname;
|
$("approve-hostname").textContent = details.hostname;
|
||||||
$("approve-address").innerHTML = approvalAddressHtml(
|
$("approve-address").innerHTML = approvalAddressHtml(
|
||||||
state.activeAddress,
|
state.activeAddress,
|
||||||
|
|||||||
@@ -20,16 +20,13 @@ const {
|
|||||||
addressDotHtml,
|
addressDotHtml,
|
||||||
escapeHtml,
|
escapeHtml,
|
||||||
} = require("./helpers");
|
} = require("./helpers");
|
||||||
const { state, currentNetwork } = require("../../shared/state");
|
const { state } = require("../../shared/state");
|
||||||
const { getSignerForAddress } = require("../../shared/wallet");
|
const { getSignerForAddress } = require("../../shared/wallet");
|
||||||
const { decryptWithPassword } = require("../../shared/vault");
|
const { decryptWithPassword } = require("../../shared/vault");
|
||||||
const { formatUsd, getPrice } = require("../../shared/prices");
|
const { formatUsd, getPrice } = require("../../shared/prices");
|
||||||
const { getProvider } = require("../../shared/balances");
|
const { getProvider } = require("../../shared/balances");
|
||||||
const {
|
const { isScamAddress } = require("../../shared/scamlist");
|
||||||
getLocalWarnings,
|
const { ERC20_ABI } = require("../../shared/constants");
|
||||||
getFullWarnings,
|
|
||||||
} = require("../../shared/addressWarnings");
|
|
||||||
const { ERC20_ABI, isBurnAddress } = require("../../shared/constants");
|
|
||||||
const { log } = require("../../shared/log");
|
const { log } = require("../../shared/log");
|
||||||
const makeBlockie = require("ethereum-blockies-base64");
|
const makeBlockie = require("ethereum-blockies-base64");
|
||||||
const txStatus = require("./txStatus");
|
const txStatus = require("./txStatus");
|
||||||
@@ -51,11 +48,11 @@ function restore() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function etherscanTokenLink(address) {
|
function etherscanTokenLink(address) {
|
||||||
return `${currentNetwork().explorerUrl}/token/${address}`;
|
return `https://etherscan.io/token/${address}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
function etherscanAddressLink(address) {
|
function etherscanAddressLink(address) {
|
||||||
return `${currentNetwork().explorerUrl}/address/${address}`;
|
return `https://etherscan.io/address/${address}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
function blockieHtml(address) {
|
function blockieHtml(address) {
|
||||||
@@ -170,17 +167,23 @@ function show(txInfo) {
|
|||||||
$("confirm-balance").textContent = valueWithUsd(bal + " ETH", balUsd);
|
$("confirm-balance").textContent = valueWithUsd(bal + " ETH", balUsd);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check for warnings (synchronous local checks)
|
// Check for warnings
|
||||||
const localWarnings = getLocalWarnings(txInfo.to, {
|
const warnings = [];
|
||||||
fromAddress: txInfo.from,
|
if (isScamAddress(txInfo.to)) {
|
||||||
});
|
warnings.push(
|
||||||
|
"This address is on a known scam/fraud list. Do not send funds to this address.",
|
||||||
|
);
|
||||||
|
}
|
||||||
|
if (txInfo.to.toLowerCase() === txInfo.from.toLowerCase()) {
|
||||||
|
warnings.push("You are sending to your own address.");
|
||||||
|
}
|
||||||
|
|
||||||
const warningsEl = $("confirm-warnings");
|
const warningsEl = $("confirm-warnings");
|
||||||
if (localWarnings.length > 0) {
|
if (warnings.length > 0) {
|
||||||
warningsEl.innerHTML = localWarnings
|
warningsEl.innerHTML = warnings
|
||||||
.map(
|
.map(
|
||||||
(w) =>
|
(w) =>
|
||||||
`<div class="border border-border border-dashed p-2 mb-1 text-xs font-bold">WARNING: ${w.message}</div>`,
|
`<div class="border border-border border-dashed p-2 mb-1 text-xs font-bold">WARNING: ${w}</div>`,
|
||||||
)
|
)
|
||||||
.join("");
|
.join("");
|
||||||
warningsEl.style.visibility = "visible";
|
warningsEl.style.visibility = "visible";
|
||||||
@@ -244,16 +247,8 @@ function show(txInfo) {
|
|||||||
state.viewData = { pendingTx: txInfo };
|
state.viewData = { pendingTx: txInfo };
|
||||||
showView("confirm-tx");
|
showView("confirm-tx");
|
||||||
|
|
||||||
// Reset async warnings to hidden (space always reserved, no layout shift)
|
// Reset recipient warning to hidden (space always reserved, no layout shift)
|
||||||
$("confirm-recipient-warning").style.visibility = "hidden";
|
$("confirm-recipient-warning").style.visibility = "hidden";
|
||||||
$("confirm-contract-warning").style.visibility = "hidden";
|
|
||||||
$("confirm-burn-warning").style.visibility = "hidden";
|
|
||||||
$("confirm-etherscan-warning").style.visibility = "hidden";
|
|
||||||
|
|
||||||
// Show burn warning via reserved element (in addition to inline warning)
|
|
||||||
if (isBurnAddress(txInfo.to)) {
|
|
||||||
$("confirm-burn-warning").style.visibility = "visible";
|
|
||||||
}
|
|
||||||
|
|
||||||
estimateGas(txInfo);
|
estimateGas(txInfo);
|
||||||
checkRecipientHistory(txInfo);
|
checkRecipientHistory(txInfo);
|
||||||
@@ -300,21 +295,19 @@ async function estimateGas(txInfo) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function checkRecipientHistory(txInfo) {
|
async function checkRecipientHistory(txInfo) {
|
||||||
|
const el = $("confirm-recipient-warning");
|
||||||
try {
|
try {
|
||||||
const provider = getProvider(state.rpcUrl);
|
const provider = getProvider(state.rpcUrl);
|
||||||
const asyncWarnings = await getFullWarnings(txInfo.to, provider, {
|
// Skip warning for contract addresses — they may legitimately
|
||||||
fromAddress: txInfo.from,
|
// have zero outgoing transactions (getTransactionCount returns
|
||||||
});
|
// the nonce, i.e. sent-tx count only).
|
||||||
for (const w of asyncWarnings) {
|
const code = await provider.getCode(txInfo.to);
|
||||||
if (w.type === "contract") {
|
if (code && code !== "0x") {
|
||||||
$("confirm-contract-warning").style.visibility = "visible";
|
return;
|
||||||
}
|
|
||||||
if (w.type === "new-address") {
|
|
||||||
$("confirm-recipient-warning").style.visibility = "visible";
|
|
||||||
}
|
|
||||||
if (w.type === "etherscan-phishing") {
|
|
||||||
$("confirm-etherscan-warning").style.visibility = "visible";
|
|
||||||
}
|
}
|
||||||
|
const txCount = await provider.getTransactionCount(txInfo.to);
|
||||||
|
if (txCount === 0) {
|
||||||
|
el.style.visibility = "visible";
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
log.errorf("recipient history check failed:", e.message);
|
log.errorf("recipient history check failed:", e.message);
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ const {
|
|||||||
getPrice,
|
getPrice,
|
||||||
getAddressValueUsd,
|
getAddressValueUsd,
|
||||||
} = require("../../shared/prices");
|
} = require("../../shared/prices");
|
||||||
const { state, saveState, currentNetwork } = require("../../shared/state");
|
const { state, saveState } = require("../../shared/state");
|
||||||
|
|
||||||
// When views are added, removed, or transitions between them change,
|
// When views are added, removed, or transitions between them change,
|
||||||
// update the view-navigation documentation in README.md to match.
|
// update the view-navigation documentation in README.md to match.
|
||||||
@@ -59,13 +59,10 @@ function showView(name) {
|
|||||||
clearFlash();
|
clearFlash();
|
||||||
state.currentView = name;
|
state.currentView = name;
|
||||||
saveState();
|
saveState();
|
||||||
const net = currentNetwork();
|
if (DEBUG) {
|
||||||
if (DEBUG || net.isTestnet) {
|
const banner = document.getElementById("debug-banner");
|
||||||
const label = document.getElementById("debug-banner-label");
|
if (banner) {
|
||||||
if (label) {
|
banner.textContent = "DEBUG / INSECURE (" + name + ")";
|
||||||
label.textContent = DEBUG
|
|
||||||
? "DEBUG / INSECURE (" + name + ")"
|
|
||||||
: net.name + " (" + name + ")";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,12 +11,7 @@ const {
|
|||||||
escapeHtml,
|
escapeHtml,
|
||||||
truncateMiddle,
|
truncateMiddle,
|
||||||
} = require("./helpers");
|
} = require("./helpers");
|
||||||
const {
|
const { state, saveState, currentAddress } = require("../../shared/state");
|
||||||
state,
|
|
||||||
saveState,
|
|
||||||
currentAddress,
|
|
||||||
currentNetwork,
|
|
||||||
} = require("../../shared/state");
|
|
||||||
const {
|
const {
|
||||||
updateSendBalance,
|
updateSendBalance,
|
||||||
renderSendTokenSelect,
|
renderSendTokenSelect,
|
||||||
@@ -87,7 +82,7 @@ function renderActiveAddress() {
|
|||||||
if (state.activeAddress) {
|
if (state.activeAddress) {
|
||||||
const addr = state.activeAddress;
|
const addr = state.activeAddress;
|
||||||
const dot = addressDotHtml(addr);
|
const dot = addressDotHtml(addr);
|
||||||
const link = `${currentNetwork().explorerUrl}/address/${addr}`;
|
const link = `https://etherscan.io/address/${addr}`;
|
||||||
el.innerHTML =
|
el.innerHTML =
|
||||||
`<span class="underline decoration-dashed cursor-pointer" id="active-addr-copy">${dot}${escapeHtml(addr)}</span>` +
|
`<span class="underline decoration-dashed cursor-pointer" id="active-addr-copy">${dot}${escapeHtml(addr)}</span>` +
|
||||||
`<a href="${link}" target="_blank" rel="noopener" class="inline-flex items-center">${EXT_ICON}</a>`;
|
`<a href="${link}" target="_blank" rel="noopener" class="inline-flex items-center">${EXT_ICON}</a>`;
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ const {
|
|||||||
formatAddressHtml,
|
formatAddressHtml,
|
||||||
addressTitle,
|
addressTitle,
|
||||||
} = require("./helpers");
|
} = require("./helpers");
|
||||||
const { state, currentAddress, currentNetwork } = require("../../shared/state");
|
const { state, currentAddress } = require("../../shared/state");
|
||||||
const QRCode = require("qrcode");
|
const QRCode = require("qrcode");
|
||||||
|
|
||||||
const EXT_ICON =
|
const EXT_ICON =
|
||||||
@@ -25,8 +25,7 @@ function show() {
|
|||||||
? formatAddressHtml(address, ensName, null, title)
|
? formatAddressHtml(address, ensName, null, title)
|
||||||
: "";
|
: "";
|
||||||
$("receive-address-block").dataset.full = address;
|
$("receive-address-block").dataset.full = address;
|
||||||
const net = currentNetwork();
|
const link = address ? `https://etherscan.io/address/${address}` : "";
|
||||||
const link = address ? `${net.explorerUrl}/address/${address}` : "";
|
|
||||||
$("receive-etherscan-link").innerHTML = link
|
$("receive-etherscan-link").innerHTML = link
|
||||||
? `<a href="${link}" target="_blank" rel="noopener" class="inline-flex items-center">${EXT_ICON}</a>`
|
? `<a href="${link}" target="_blank" rel="noopener" class="inline-flex items-center">${EXT_ICON}</a>`
|
||||||
: "";
|
: "";
|
||||||
@@ -53,9 +52,7 @@ function show() {
|
|||||||
warningEl.textContent =
|
warningEl.textContent =
|
||||||
"This is an ERC-20 token. Only send " +
|
"This is an ERC-20 token. Only send " +
|
||||||
symbol +
|
symbol +
|
||||||
" on " +
|
" on the Ethereum network to this address. Sending tokens on other networks will result in permanent loss.";
|
||||||
currentNetwork().name +
|
|
||||||
" to this address. Sending tokens on other networks will result in permanent loss.";
|
|
||||||
warningEl.style.visibility = "visible";
|
warningEl.style.visibility = "visible";
|
||||||
} else {
|
} else {
|
||||||
warningEl.textContent = "";
|
warningEl.textContent = "";
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ const {
|
|||||||
addressTitle,
|
addressTitle,
|
||||||
escapeHtml,
|
escapeHtml,
|
||||||
} = require("./helpers");
|
} = require("./helpers");
|
||||||
const { state, currentAddress, currentNetwork } = require("../../shared/state");
|
const { state, currentAddress } = require("../../shared/state");
|
||||||
let ctx;
|
let ctx;
|
||||||
const { getProvider } = require("../../shared/balances");
|
const { getProvider } = require("../../shared/balances");
|
||||||
const { KNOWN_SYMBOLS, resolveSymbol } = require("../../shared/tokenList");
|
const { KNOWN_SYMBOLS, resolveSymbol } = require("../../shared/tokenList");
|
||||||
@@ -149,7 +149,7 @@ function updateSendBalance() {
|
|||||||
const addr = currentAddress();
|
const addr = currentAddress();
|
||||||
if (!addr) return;
|
if (!addr) return;
|
||||||
const dot = addressDotHtml(addr.address);
|
const dot = addressDotHtml(addr.address);
|
||||||
const link = `${currentNetwork().explorerUrl}/address/${addr.address}`;
|
const link = `https://etherscan.io/address/${addr.address}`;
|
||||||
const extLink = `<a href="${link}" target="_blank" rel="noopener" class="inline-flex items-center">${EXT_ICON}</a>`;
|
const extLink = `<a href="${link}" target="_blank" rel="noopener" class="inline-flex items-center">${EXT_ICON}</a>`;
|
||||||
const title = addressTitle(addr.address, state.wallets);
|
const title = addressTitle(addr.address, state.wallets);
|
||||||
let fromHtml = "";
|
let fromHtml = "";
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
const { $, showView, showFlash, escapeHtml } = require("./helpers");
|
const { $, showView, showFlash, escapeHtml } = require("./helpers");
|
||||||
const { applyTheme } = require("../theme");
|
const { applyTheme } = require("../theme");
|
||||||
const { state, saveState, currentNetwork } = require("../../shared/state");
|
const { state, saveState } = require("../../shared/state");
|
||||||
const { NETWORKS, SUPPORTED_CHAIN_IDS } = require("../../shared/networks");
|
const { ETHEREUM_MAINNET_CHAIN_ID } = require("../../shared/constants");
|
||||||
const { log, debugFetch } = require("../../shared/log");
|
const { log, debugFetch } = require("../../shared/log");
|
||||||
const deleteWallet = require("./deleteWallet");
|
const deleteWallet = require("./deleteWallet");
|
||||||
|
|
||||||
@@ -125,10 +125,6 @@ function renderWalletListSettings() {
|
|||||||
function show() {
|
function show() {
|
||||||
$("settings-rpc").value = state.rpcUrl;
|
$("settings-rpc").value = state.rpcUrl;
|
||||||
$("settings-blockscout").value = state.blockscoutUrl;
|
$("settings-blockscout").value = state.blockscoutUrl;
|
||||||
const networkSelect = $("settings-network");
|
|
||||||
if (networkSelect) {
|
|
||||||
networkSelect.value = state.networkId;
|
|
||||||
}
|
|
||||||
renderTrackedTokens();
|
renderTrackedTokens();
|
||||||
renderSiteLists();
|
renderSiteLists();
|
||||||
renderWalletListSettings();
|
renderWalletListSettings();
|
||||||
@@ -172,12 +168,9 @@ function init(ctx) {
|
|||||||
showFlash("Endpoint returned error: " + json.error.message);
|
showFlash("Endpoint returned error: " + json.error.message);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const net = currentNetwork();
|
if (json.result !== ETHEREUM_MAINNET_CHAIN_ID) {
|
||||||
if (json.result !== net.chainId) {
|
|
||||||
showFlash(
|
showFlash(
|
||||||
"Wrong network (expected " +
|
"Wrong network (expected mainnet, got chain " +
|
||||||
net.name +
|
|
||||||
", got chain " +
|
|
||||||
json.result +
|
json.result +
|
||||||
").",
|
").",
|
||||||
);
|
);
|
||||||
@@ -216,22 +209,6 @@ function init(ctx) {
|
|||||||
showFlash("Saved.");
|
showFlash("Saved.");
|
||||||
});
|
});
|
||||||
|
|
||||||
const networkSelect = $("settings-network");
|
|
||||||
if (networkSelect) {
|
|
||||||
networkSelect.addEventListener("change", async () => {
|
|
||||||
const newId = networkSelect.value;
|
|
||||||
const net = NETWORKS[newId];
|
|
||||||
if (!net) return;
|
|
||||||
state.networkId = newId;
|
|
||||||
state.rpcUrl = net.defaultRpcUrl;
|
|
||||||
state.blockscoutUrl = net.defaultBlockscoutUrl;
|
|
||||||
$("settings-rpc").value = state.rpcUrl;
|
|
||||||
$("settings-blockscout").value = state.blockscoutUrl;
|
|
||||||
await saveState();
|
|
||||||
showFlash("Switched to " + net.name + ".");
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
$("settings-show-zero-balances").checked = state.showZeroBalanceTokens;
|
$("settings-show-zero-balances").checked = state.showZeroBalanceTokens;
|
||||||
$("settings-show-zero-balances").addEventListener("change", async () => {
|
$("settings-show-zero-balances").addEventListener("change", async () => {
|
||||||
state.showZeroBalanceTokens = $("settings-show-zero-balances").checked;
|
state.showZeroBalanceTokens = $("settings-show-zero-balances").checked;
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ const {
|
|||||||
isoDate,
|
isoDate,
|
||||||
timeAgo,
|
timeAgo,
|
||||||
} = require("./helpers");
|
} = require("./helpers");
|
||||||
const { state, currentNetwork } = require("../../shared/state");
|
const { state } = require("../../shared/state");
|
||||||
const { formatEther, formatUnits } = require("ethers");
|
const { formatEther, formatUnits } = require("ethers");
|
||||||
const makeBlockie = require("ethereum-blockies-base64");
|
const makeBlockie = require("ethereum-blockies-base64");
|
||||||
const { log, debugFetch } = require("../../shared/log");
|
const { log, debugFetch } = require("../../shared/log");
|
||||||
@@ -69,7 +69,7 @@ function etherscanLinkHtml(url) {
|
|||||||
function txAddressHtml(address, ensName, title) {
|
function txAddressHtml(address, ensName, title) {
|
||||||
const blockie = blockieHtml(address);
|
const blockie = blockieHtml(address);
|
||||||
const dot = addressDotHtml(address);
|
const dot = addressDotHtml(address);
|
||||||
const link = `${currentNetwork().explorerUrl}/address/${address}`;
|
const link = `https://etherscan.io/address/${address}`;
|
||||||
const extLink = etherscanLinkHtml(link);
|
const extLink = etherscanLinkHtml(link);
|
||||||
let html = `<div class="mb-1">${blockie}</div>`;
|
let html = `<div class="mb-1">${blockie}</div>`;
|
||||||
if (title) {
|
if (title) {
|
||||||
@@ -95,7 +95,7 @@ function txAddressHtml(address, ensName, title) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function txHashHtml(hash) {
|
function txHashHtml(hash) {
|
||||||
const link = `${currentNetwork().explorerUrl}/tx/${hash}`;
|
const link = `https://etherscan.io/tx/${hash}`;
|
||||||
const extLink = etherscanLinkHtml(link);
|
const extLink = etherscanLinkHtml(link);
|
||||||
return copyableHtml(hash, "break-all") + extLink;
|
return copyableHtml(hash, "break-all") + extLink;
|
||||||
}
|
}
|
||||||
@@ -172,7 +172,7 @@ function render() {
|
|||||||
if (tokenContractSection && tokenContractEl) {
|
if (tokenContractSection && tokenContractEl) {
|
||||||
if (tx.contractAddress) {
|
if (tx.contractAddress) {
|
||||||
const dot = addressDotHtml(tx.contractAddress);
|
const dot = addressDotHtml(tx.contractAddress);
|
||||||
const link = `${currentNetwork().explorerUrl}/token/${tx.contractAddress}`;
|
const link = `https://etherscan.io/token/${tx.contractAddress}`;
|
||||||
tokenContractEl.innerHTML =
|
tokenContractEl.innerHTML =
|
||||||
`<div class="flex items-center">${dot}` +
|
`<div class="flex items-center">${dot}` +
|
||||||
copyableHtml(tx.contractAddress, "break-all") +
|
copyableHtml(tx.contractAddress, "break-all") +
|
||||||
@@ -190,14 +190,15 @@ function render() {
|
|||||||
const rawDataSection = $("tx-detail-rawdata-section");
|
const rawDataSection = $("tx-detail-rawdata-section");
|
||||||
if (rawDataSection) rawDataSection.classList.add("hidden");
|
if (rawDataSection) rawDataSection.classList.add("hidden");
|
||||||
|
|
||||||
// Hide on-chain detail sections until populated
|
// Hide on-chain detail sections (and their group wrapper) until populated
|
||||||
|
const onchainGroup = $("tx-detail-onchain-group");
|
||||||
|
if (onchainGroup) onchainGroup.classList.add("hidden");
|
||||||
for (const id of [
|
for (const id of [
|
||||||
"tx-detail-block-section",
|
"tx-detail-block-section",
|
||||||
"tx-detail-nonce-section",
|
"tx-detail-nonce-section",
|
||||||
"tx-detail-fee-section",
|
"tx-detail-fee-section",
|
||||||
"tx-detail-gasprice-section",
|
"tx-detail-gasprice-section",
|
||||||
"tx-detail-gasused-section",
|
"tx-detail-gasused-section",
|
||||||
"tx-detail-network-section",
|
|
||||||
]) {
|
]) {
|
||||||
const el = $(id);
|
const el = $(id);
|
||||||
if (el) el.classList.add("hidden");
|
if (el) el.classList.add("hidden");
|
||||||
@@ -234,7 +235,7 @@ function showDetailField(sectionId, contentId, value) {
|
|||||||
function populateOnChainDetails(txData) {
|
function populateOnChainDetails(txData) {
|
||||||
// Block number
|
// Block number
|
||||||
if (txData.block_number != null) {
|
if (txData.block_number != null) {
|
||||||
const blockLink = `${currentNetwork().explorerUrl}/block/${txData.block_number}`;
|
const blockLink = `https://etherscan.io/block/${txData.block_number}`;
|
||||||
const blockSection = $("tx-detail-block-section");
|
const blockSection = $("tx-detail-block-section");
|
||||||
const blockEl = $("tx-detail-block");
|
const blockEl = $("tx-detail-block");
|
||||||
if (blockSection && blockEl) {
|
if (blockSection && blockEl) {
|
||||||
@@ -286,10 +287,11 @@ function populateOnChainDetails(txData) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Show the network details wrapper if any child section is visible
|
// Show the on-chain details group if any child section is visible
|
||||||
const networkWrapper = $("tx-detail-network-section");
|
const onchainGroup = $("tx-detail-onchain-group");
|
||||||
if (networkWrapper) {
|
if (onchainGroup) {
|
||||||
const hasVisible = [
|
const hasVisible = [
|
||||||
|
"tx-detail-block-section",
|
||||||
"tx-detail-nonce-section",
|
"tx-detail-nonce-section",
|
||||||
"tx-detail-fee-section",
|
"tx-detail-fee-section",
|
||||||
"tx-detail-gasprice-section",
|
"tx-detail-gasprice-section",
|
||||||
@@ -298,7 +300,9 @@ function populateOnChainDetails(txData) {
|
|||||||
const el = $(id);
|
const el = $(id);
|
||||||
return el && !el.classList.contains("hidden");
|
return el && !el.classList.contains("hidden");
|
||||||
});
|
});
|
||||||
if (hasVisible) networkWrapper.classList.remove("hidden");
|
if (hasVisible) {
|
||||||
|
onchainGroup.classList.remove("hidden");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Bind copy handlers for newly added elements
|
// Bind copy handlers for newly added elements
|
||||||
@@ -361,12 +365,12 @@ async function loadFullTxDetails(txHash, toAddress, isContractCall) {
|
|||||||
if (tokenSymbol) {
|
if (tokenSymbol) {
|
||||||
detailsHtml += `<div class="font-bold">${escapeHtml(tokenSymbol)}</div>`;
|
detailsHtml += `<div class="font-bold">${escapeHtml(tokenSymbol)}</div>`;
|
||||||
}
|
}
|
||||||
const etherscanUrl = `${currentNetwork().explorerUrl}/token/${d.address}`;
|
const etherscanUrl = `https://etherscan.io/token/${d.address}`;
|
||||||
detailsHtml += `<div class="flex items-center">${dot}${copyableHtml(d.address, "break-all")}${etherscanLinkHtml(etherscanUrl)}</div>`;
|
detailsHtml += `<div class="flex items-center">${dot}${copyableHtml(d.address, "break-all")}${etherscanLinkHtml(etherscanUrl)}</div>`;
|
||||||
} else if (d.address) {
|
} else if (d.address) {
|
||||||
// Protocol/contract entry: show name + Etherscan link
|
// Protocol/contract entry: show name + Etherscan link
|
||||||
const dot = addressDotHtml(d.address);
|
const dot = addressDotHtml(d.address);
|
||||||
const etherscanUrl = `${currentNetwork().explorerUrl}/address/${d.address}`;
|
const etherscanUrl = `https://etherscan.io/address/${d.address}`;
|
||||||
detailsHtml += `<div class="flex items-center">${dot}${copyableHtml(d.value, "break-all")}${etherscanLinkHtml(etherscanUrl)}</div>`;
|
detailsHtml += `<div class="flex items-center">${dot}${copyableHtml(d.value, "break-all")}${etherscanLinkHtml(etherscanUrl)}</div>`;
|
||||||
} else {
|
} else {
|
||||||
detailsHtml += `<div class="font-bold">${escapeHtml(d.value)}</div>`;
|
detailsHtml += `<div class="font-bold">${escapeHtml(d.value)}</div>`;
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ const {
|
|||||||
escapeHtml,
|
escapeHtml,
|
||||||
} = require("./helpers");
|
} = require("./helpers");
|
||||||
const { TOKEN_BY_ADDRESS } = require("../../shared/tokenList");
|
const { TOKEN_BY_ADDRESS } = require("../../shared/tokenList");
|
||||||
const { state, saveState, currentNetwork } = require("../../shared/state");
|
const { state, saveState } = require("../../shared/state");
|
||||||
const { getProvider } = require("../../shared/balances");
|
const { getProvider } = require("../../shared/balances");
|
||||||
const { log } = require("../../shared/log");
|
const { log } = require("../../shared/log");
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ function clearTimers() {
|
|||||||
|
|
||||||
function toAddressHtml(address) {
|
function toAddressHtml(address) {
|
||||||
const dot = addressDotHtml(address);
|
const dot = addressDotHtml(address);
|
||||||
const link = `${currentNetwork().explorerUrl}/address/${address}`;
|
const link = `https://etherscan.io/address/${address}`;
|
||||||
const extLink = `<a href="${link}" target="_blank" rel="noopener" class="inline-flex items-center">${EXT_ICON}</a>`;
|
const extLink = `<a href="${link}" target="_blank" rel="noopener" class="inline-flex items-center">${EXT_ICON}</a>`;
|
||||||
const title = addressTitle(address, state.wallets);
|
const title = addressTitle(address, state.wallets);
|
||||||
if (title) {
|
if (title) {
|
||||||
@@ -52,7 +52,7 @@ function toAddressHtml(address) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function txHashHtml(hash) {
|
function txHashHtml(hash) {
|
||||||
const link = `${currentNetwork().explorerUrl}/tx/${hash}`;
|
const link = `https://etherscan.io/tx/${hash}`;
|
||||||
const extLink = `<a href="${link}" target="_blank" rel="noopener" class="inline-flex items-center">${EXT_ICON}</a>`;
|
const extLink = `<a href="${link}" target="_blank" rel="noopener" class="inline-flex items-center">${EXT_ICON}</a>`;
|
||||||
return (
|
return (
|
||||||
`<span class="underline decoration-dashed cursor-pointer break-all" data-copy="${escapeHtml(hash)}">${escapeHtml(hash)}</span>` +
|
`<span class="underline decoration-dashed cursor-pointer break-all" data-copy="${escapeHtml(hash)}">${escapeHtml(hash)}</span>` +
|
||||||
@@ -62,7 +62,7 @@ function txHashHtml(hash) {
|
|||||||
|
|
||||||
function blockNumberHtml(blockNumber) {
|
function blockNumberHtml(blockNumber) {
|
||||||
const num = String(blockNumber);
|
const num = String(blockNumber);
|
||||||
const link = `${currentNetwork().explorerUrl}/block/${num}`;
|
const link = `https://etherscan.io/block/${num}`;
|
||||||
const extLink = `<a href="${link}" target="_blank" rel="noopener" class="inline-flex items-center">${EXT_ICON}</a>`;
|
const extLink = `<a href="${link}" target="_blank" rel="noopener" class="inline-flex items-center">${EXT_ICON}</a>`;
|
||||||
return (
|
return (
|
||||||
`<span class="underline decoration-dashed cursor-pointer" data-copy="${escapeHtml(num)}">${escapeHtml(num)}</span>` +
|
`<span class="underline decoration-dashed cursor-pointer" data-copy="${escapeHtml(num)}">${escapeHtml(num)}</span>` +
|
||||||
@@ -147,7 +147,7 @@ function tokenLabel(address) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function etherscanTokenLink(address) {
|
function etherscanTokenLink(address) {
|
||||||
return `${currentNetwork().explorerUrl}/token/${address}`;
|
return `https://etherscan.io/token/${address}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
function decodedDetailsHtml(decoded) {
|
function decodedDetailsHtml(decoded) {
|
||||||
|
|||||||
@@ -1,114 +0,0 @@
|
|||||||
// Address warning module.
|
|
||||||
// Provides local and async (RPC-based) warning checks for Ethereum addresses.
|
|
||||||
// Returns arrays of {type, message, severity} objects.
|
|
||||||
|
|
||||||
const { isScamAddress } = require("./scamlist");
|
|
||||||
const { isBurnAddress } = require("./constants");
|
|
||||||
const { checkEtherscanLabel } = require("./etherscanLabels");
|
|
||||||
const { log } = require("./log");
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Check an address against local-only lists (scam, burn, self-send).
|
|
||||||
* Synchronous — no network calls.
|
|
||||||
*
|
|
||||||
* @param {string} address - The target address to check.
|
|
||||||
* @param {object} [options] - Optional context.
|
|
||||||
* @param {string} [options.fromAddress] - Sender address (for self-send check).
|
|
||||||
* @returns {Array<{type: string, message: string, severity: string}>}
|
|
||||||
*/
|
|
||||||
function getLocalWarnings(address, options = {}) {
|
|
||||||
const warnings = [];
|
|
||||||
const addr = address.toLowerCase();
|
|
||||||
|
|
||||||
if (isScamAddress(addr)) {
|
|
||||||
warnings.push({
|
|
||||||
type: "scam",
|
|
||||||
message:
|
|
||||||
"This address is on a known scam/fraud list. Do not send funds to this address.",
|
|
||||||
severity: "critical",
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
if (isBurnAddress(addr)) {
|
|
||||||
warnings.push({
|
|
||||||
type: "burn",
|
|
||||||
message:
|
|
||||||
"This is a known null/burn address. Funds sent here are permanently destroyed and cannot be recovered.",
|
|
||||||
severity: "critical",
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
if (options.fromAddress && addr === options.fromAddress.toLowerCase()) {
|
|
||||||
warnings.push({
|
|
||||||
type: "self-send",
|
|
||||||
message: "You are sending to your own address.",
|
|
||||||
severity: "warning",
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
return warnings;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Check an address against local lists AND via RPC queries.
|
|
||||||
* Async — performs network calls to check contract status and tx history.
|
|
||||||
*
|
|
||||||
* @param {string} address - The target address to check.
|
|
||||||
* @param {object} provider - An ethers.js provider instance.
|
|
||||||
* @param {object} [options] - Optional context.
|
|
||||||
* @param {string} [options.fromAddress] - Sender address (for self-send check).
|
|
||||||
* @returns {Promise<Array<{type: string, message: string, severity: string}>>}
|
|
||||||
*/
|
|
||||||
async function getFullWarnings(address, provider, options = {}) {
|
|
||||||
const warnings = getLocalWarnings(address, options);
|
|
||||||
|
|
||||||
let isContract = false;
|
|
||||||
try {
|
|
||||||
const code = await provider.getCode(address);
|
|
||||||
if (code && code !== "0x") {
|
|
||||||
isContract = true;
|
|
||||||
warnings.push({
|
|
||||||
type: "contract",
|
|
||||||
message:
|
|
||||||
"This address is a smart contract, not a regular wallet.",
|
|
||||||
severity: "warning",
|
|
||||||
});
|
|
||||||
}
|
|
||||||
} catch (e) {
|
|
||||||
log.errorf("contract check failed:", e.message);
|
|
||||||
}
|
|
||||||
|
|
||||||
// Skip tx count check for contracts — they may legitimately have
|
|
||||||
// zero inbound EOA transactions.
|
|
||||||
if (!isContract) {
|
|
||||||
try {
|
|
||||||
const txCount = await provider.getTransactionCount(address);
|
|
||||||
if (txCount === 0) {
|
|
||||||
warnings.push({
|
|
||||||
type: "new-address",
|
|
||||||
message:
|
|
||||||
"This address has never sent a transaction. Double-check it is correct.",
|
|
||||||
severity: "info",
|
|
||||||
});
|
|
||||||
}
|
|
||||||
} catch (e) {
|
|
||||||
log.errorf("tx count check failed:", e.message);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Etherscan label check (best-effort async — network failures are silent).
|
|
||||||
// Runs for ALL addresses including contracts, since many dangerous
|
|
||||||
// flagged addresses on Etherscan (drainers, phishing contracts) are contracts.
|
|
||||||
try {
|
|
||||||
const etherscanWarning = await checkEtherscanLabel(address);
|
|
||||||
if (etherscanWarning) {
|
|
||||||
warnings.push(etherscanWarning);
|
|
||||||
}
|
|
||||||
} catch (e) {
|
|
||||||
log.errorf("etherscan label check failed:", e.message);
|
|
||||||
}
|
|
||||||
|
|
||||||
return warnings;
|
|
||||||
}
|
|
||||||
|
|
||||||
module.exports = { getLocalWarnings, getFullWarnings };
|
|
||||||
@@ -15,15 +15,10 @@ const { KNOWN_SYMBOLS, TOKEN_BY_ADDRESS } = require("./tokenList");
|
|||||||
|
|
||||||
// Use a static network to skip auto-detection (which can fail and cause
|
// Use a static network to skip auto-detection (which can fail and cause
|
||||||
// "could not coalesce error" on some RPC endpoints like Cloudflare).
|
// "could not coalesce error" on some RPC endpoints like Cloudflare).
|
||||||
// Accepts an optional networkName ("mainnet" or "sepolia") for the static
|
const mainnet = Network.from("mainnet");
|
||||||
// network hint so ethers picks the right chain parameters. When omitted,
|
|
||||||
// reads the currently selected network from extension state.
|
function getProvider(rpcUrl) {
|
||||||
function getProvider(rpcUrl, networkName) {
|
return new JsonRpcProvider(rpcUrl, mainnet, { staticNetwork: mainnet });
|
||||||
// Lazy require to avoid circular dependency issues at module scope.
|
|
||||||
const { currentNetwork } = require("./state");
|
|
||||||
const name = networkName || currentNetwork().id;
|
|
||||||
const net = Network.from(name);
|
|
||||||
return new JsonRpcProvider(rpcUrl, net, { staticNetwork: net });
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function formatBalance(wei) {
|
function formatBalance(wei) {
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ const DEBUG_MNEMONIC =
|
|||||||
"cube evolve unfold result inch risk jealous skill hotel bulb night wreck";
|
"cube evolve unfold result inch risk jealous skill hotel bulb night wreck";
|
||||||
|
|
||||||
const ETHEREUM_MAINNET_CHAIN_ID = "0x1";
|
const ETHEREUM_MAINNET_CHAIN_ID = "0x1";
|
||||||
const ETHEREUM_SEPOLIA_CHAIN_ID = "0xaa36a7";
|
|
||||||
|
|
||||||
const DEFAULT_RPC_URL = "https://ethereum-rpc.publicnode.com";
|
const DEFAULT_RPC_URL = "https://ethereum-rpc.publicnode.com";
|
||||||
|
|
||||||
@@ -21,28 +20,12 @@ const ERC20_ABI = [
|
|||||||
"function approve(address spender, uint256 amount) returns (bool)",
|
"function approve(address spender, uint256 amount) returns (bool)",
|
||||||
];
|
];
|
||||||
|
|
||||||
// Known null/burn addresses that permanently destroy funds.
|
|
||||||
const BURN_ADDRESSES = new Set([
|
|
||||||
"0x0000000000000000000000000000000000000000",
|
|
||||||
"0x0000000000000000000000000000000000000001",
|
|
||||||
"0x000000000000000000000000000000000000dead",
|
|
||||||
"0xdead000000000000000000000000000000000000",
|
|
||||||
"0x00000000000000000000000000000000deadbeef",
|
|
||||||
]);
|
|
||||||
|
|
||||||
function isBurnAddress(address) {
|
|
||||||
return BURN_ADDRESSES.has(address.toLowerCase());
|
|
||||||
}
|
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
DEBUG,
|
DEBUG,
|
||||||
DEBUG_MNEMONIC,
|
DEBUG_MNEMONIC,
|
||||||
ETHEREUM_MAINNET_CHAIN_ID,
|
ETHEREUM_MAINNET_CHAIN_ID,
|
||||||
ETHEREUM_SEPOLIA_CHAIN_ID,
|
|
||||||
DEFAULT_RPC_URL,
|
DEFAULT_RPC_URL,
|
||||||
DEFAULT_BLOCKSCOUT_URL,
|
DEFAULT_BLOCKSCOUT_URL,
|
||||||
BIP44_ETH_PATH,
|
BIP44_ETH_PATH,
|
||||||
ERC20_ABI,
|
ERC20_ABI,
|
||||||
BURN_ADDRESSES,
|
|
||||||
isBurnAddress,
|
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,107 +0,0 @@
|
|||||||
// Etherscan address label lookup via page scraping.
|
|
||||||
// Extension users make the requests directly to Etherscan — no proxy needed.
|
|
||||||
// This is a best-effort enrichment: network failures return null silently.
|
|
||||||
|
|
||||||
// Patterns in the page title that indicate a flagged address.
|
|
||||||
// Title format: "Fake_Phishing184810 | Address: 0x... | Etherscan"
|
|
||||||
const PHISHING_LABEL_PATTERNS = [/^Fake_Phishing/i, /^Phish:/i, /^Exploiter/i];
|
|
||||||
|
|
||||||
// Patterns in the page body that indicate a scam/phishing warning.
|
|
||||||
const SCAM_BODY_PATTERNS = [
|
|
||||||
/used in a\s+(?:\w+\s+)?phishing scam/i,
|
|
||||||
/used in a\s+(?:\w+\s+)?scam/i,
|
|
||||||
/wallet\s+drainer/i,
|
|
||||||
];
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Parse the Etherscan address page HTML to extract label info.
|
|
||||||
* Exported for unit testing (no fetch needed).
|
|
||||||
*
|
|
||||||
* @param {string} html - Raw HTML of the Etherscan address page.
|
|
||||||
* @returns {{ label: string|null, isPhishing: boolean, warning: string|null }}
|
|
||||||
*/
|
|
||||||
function parseEtherscanPage(html) {
|
|
||||||
// Extract <title> content
|
|
||||||
const titleMatch = html.match(/<title[^>]*>([^<]+)<\/title>/i);
|
|
||||||
let label = null;
|
|
||||||
let isPhishing = false;
|
|
||||||
let warning = null;
|
|
||||||
|
|
||||||
if (titleMatch) {
|
|
||||||
const title = titleMatch[1].trim();
|
|
||||||
// Title: "LABEL | Address: 0x... | Etherscan" or "Address: 0x... | Etherscan"
|
|
||||||
const labelMatch = title.match(/^(.+?)\s*\|\s*Address:/);
|
|
||||||
if (labelMatch) {
|
|
||||||
const candidate = labelMatch[1].trim();
|
|
||||||
// Only treat as a label if it's not just "Address" (unlabeled addresses)
|
|
||||||
if (candidate.toLowerCase() !== "address") {
|
|
||||||
label = candidate;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Check label against phishing patterns
|
|
||||||
if (label) {
|
|
||||||
for (const pat of PHISHING_LABEL_PATTERNS) {
|
|
||||||
if (pat.test(label)) {
|
|
||||||
isPhishing = true;
|
|
||||||
warning = `Etherscan labels this address as "${label}" (Phish/Hack).`;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Check page body for scam warning banners
|
|
||||||
if (!isPhishing) {
|
|
||||||
for (const pat of SCAM_BODY_PATTERNS) {
|
|
||||||
if (pat.test(html)) {
|
|
||||||
isPhishing = true;
|
|
||||||
warning = label
|
|
||||||
? `Etherscan labels this address as "${label}" and reports it was used in a scam.`
|
|
||||||
: "Etherscan reports this address was flagged for phishing/scam activity.";
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return { label, isPhishing, warning };
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Fetch an address page from Etherscan and check for scam/phishing labels.
|
|
||||||
* Returns a warning object if the address is flagged, or null.
|
|
||||||
* Network failures return null silently (best-effort check).
|
|
||||||
*
|
|
||||||
* Uses the current network's explorer URL so the lookup works on both
|
|
||||||
* mainnet (etherscan.io) and Sepolia (sepolia.etherscan.io).
|
|
||||||
*
|
|
||||||
* @param {string} address - Ethereum address to check.
|
|
||||||
* @returns {Promise<{type: string, message: string, severity: string}|null>}
|
|
||||||
*/
|
|
||||||
async function checkEtherscanLabel(address) {
|
|
||||||
try {
|
|
||||||
// Lazy require to avoid pulling in chrome.storage at module scope
|
|
||||||
// (which breaks unit tests that only exercise parseEtherscanPage).
|
|
||||||
const { currentNetwork } = require("./state");
|
|
||||||
const etherscanBase = currentNetwork().explorerUrl + "/address/";
|
|
||||||
const resp = await fetch(etherscanBase + address, {
|
|
||||||
headers: { Accept: "text/html" },
|
|
||||||
});
|
|
||||||
if (!resp.ok) return null;
|
|
||||||
const html = await resp.text();
|
|
||||||
const result = parseEtherscanPage(html);
|
|
||||||
if (result.isPhishing) {
|
|
||||||
return {
|
|
||||||
type: "etherscan-phishing",
|
|
||||||
message: result.warning,
|
|
||||||
severity: "critical",
|
|
||||||
};
|
|
||||||
}
|
|
||||||
return null;
|
|
||||||
} catch {
|
|
||||||
// Network errors are expected — Etherscan may rate-limit or block.
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
module.exports = { parseEtherscanPage, checkEtherscanLabel };
|
|
||||||
@@ -1,57 +0,0 @@
|
|||||||
// Network definitions for supported Ethereum networks.
|
|
||||||
// Each network specifies its chain ID, default RPC and Blockscout endpoints,
|
|
||||||
// and the block explorer base URL used for address/tx/token/block links.
|
|
||||||
|
|
||||||
const NETWORKS = {
|
|
||||||
mainnet: {
|
|
||||||
id: "mainnet",
|
|
||||||
name: "Ethereum Mainnet",
|
|
||||||
chainId: "0x1",
|
|
||||||
networkVersion: "1",
|
|
||||||
nativeCurrency: "ETH",
|
|
||||||
defaultRpcUrl: "https://ethereum-rpc.publicnode.com",
|
|
||||||
defaultBlockscoutUrl: "https://eth.blockscout.com/api/v2",
|
|
||||||
explorerUrl: "https://etherscan.io",
|
|
||||||
isTestnet: false,
|
|
||||||
},
|
|
||||||
sepolia: {
|
|
||||||
id: "sepolia",
|
|
||||||
name: "Sepolia Testnet",
|
|
||||||
chainId: "0xaa36a7",
|
|
||||||
networkVersion: "11155111",
|
|
||||||
nativeCurrency: "SepoliaETH",
|
|
||||||
defaultRpcUrl: "https://ethereum-sepolia-rpc.publicnode.com",
|
|
||||||
defaultBlockscoutUrl: "https://eth-sepolia.blockscout.com/api/v2",
|
|
||||||
explorerUrl: "https://sepolia.etherscan.io",
|
|
||||||
isTestnet: true,
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
||||||
const SUPPORTED_CHAIN_IDS = new Set(
|
|
||||||
Object.values(NETWORKS).map((n) => n.chainId),
|
|
||||||
);
|
|
||||||
|
|
||||||
function networkById(id) {
|
|
||||||
return NETWORKS[id] || NETWORKS.mainnet;
|
|
||||||
}
|
|
||||||
|
|
||||||
function networkByChainId(chainId) {
|
|
||||||
for (const net of Object.values(NETWORKS)) {
|
|
||||||
if (net.chainId === chainId) return net;
|
|
||||||
}
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Build a block explorer link for the given path type and value.
|
|
||||||
// type: "address" | "tx" | "token" | "block"
|
|
||||||
function explorerLink(network, type, value) {
|
|
||||||
return `${network.explorerUrl}/${type}/${value}`;
|
|
||||||
}
|
|
||||||
|
|
||||||
module.exports = {
|
|
||||||
NETWORKS,
|
|
||||||
SUPPORTED_CHAIN_IDS,
|
|
||||||
networkById,
|
|
||||||
networkByChainId,
|
|
||||||
explorerLink,
|
|
||||||
};
|
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -1,215 +0,0 @@
|
|||||||
// Domain-based phishing detection using a vendored blocklist with delta updates.
|
|
||||||
//
|
|
||||||
// A community-maintained phishing domain blocklist is vendored in
|
|
||||||
// phishingBlocklist.json and bundled at build time. At runtime, we fetch
|
|
||||||
// the live list periodically and keep only the delta (new entries not in
|
|
||||||
// the vendored list) in memory. This keeps runtime memory usage small.
|
|
||||||
//
|
|
||||||
// The domain-checker checks the in-memory delta first (fresh/recent scam
|
|
||||||
// sites), then falls back to the vendored list.
|
|
||||||
//
|
|
||||||
// If the delta is under 256 KiB it is persisted to localStorage so it
|
|
||||||
// survives extension/service-worker restarts.
|
|
||||||
|
|
||||||
const vendoredConfig = require("./phishingBlocklist.json");
|
|
||||||
|
|
||||||
const BLOCKLIST_URL =
|
|
||||||
"https://raw.githubusercontent.com/MetaMask/eth-phishing-detect/main/src/config.json";
|
|
||||||
|
|
||||||
const CACHE_TTL_MS = 24 * 60 * 60 * 1000; // 24 hours
|
|
||||||
const REFRESH_INTERVAL_MS = 24 * 60 * 60 * 1000; // 24 hours
|
|
||||||
const DELTA_STORAGE_KEY = "phishing-delta";
|
|
||||||
const MAX_DELTA_BYTES = 256 * 1024; // 256 KiB
|
|
||||||
|
|
||||||
// Vendored set — built once from the bundled JSON.
|
|
||||||
const vendoredBlacklist = new Set(
|
|
||||||
(vendoredConfig.blacklist || []).map((d) => d.toLowerCase()),
|
|
||||||
);
|
|
||||||
|
|
||||||
// Delta set — only entries from live list that are NOT in vendored.
|
|
||||||
let deltaBlacklist = new Set();
|
|
||||||
let lastFetchTime = 0;
|
|
||||||
let fetchPromise = null;
|
|
||||||
let refreshTimer = null;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Load delta entries from localStorage on startup.
|
|
||||||
* Called once during module initialization in the background script.
|
|
||||||
*/
|
|
||||||
function loadDeltaFromStorage() {
|
|
||||||
try {
|
|
||||||
const raw = localStorage.getItem(DELTA_STORAGE_KEY);
|
|
||||||
if (!raw) return;
|
|
||||||
const data = JSON.parse(raw);
|
|
||||||
if (data.blacklist && Array.isArray(data.blacklist)) {
|
|
||||||
deltaBlacklist = new Set(
|
|
||||||
data.blacklist.map((d) => d.toLowerCase()),
|
|
||||||
);
|
|
||||||
}
|
|
||||||
} catch {
|
|
||||||
// localStorage unavailable or corrupt — start empty
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Persist delta to localStorage if it fits within MAX_DELTA_BYTES.
|
|
||||||
*/
|
|
||||||
function saveDeltaToStorage() {
|
|
||||||
try {
|
|
||||||
const data = {
|
|
||||||
blacklist: Array.from(deltaBlacklist),
|
|
||||||
};
|
|
||||||
const json = JSON.stringify(data);
|
|
||||||
if (json.length < MAX_DELTA_BYTES) {
|
|
||||||
localStorage.setItem(DELTA_STORAGE_KEY, json);
|
|
||||||
} else {
|
|
||||||
// Too large — remove stale key if present
|
|
||||||
localStorage.removeItem(DELTA_STORAGE_KEY);
|
|
||||||
}
|
|
||||||
} catch {
|
|
||||||
// localStorage unavailable — skip silently
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Load a pre-parsed config and compute the delta against the vendored list.
|
|
||||||
* Used for both live fetches and testing.
|
|
||||||
*
|
|
||||||
* @param {{ blacklist?: string[] }} config
|
|
||||||
*/
|
|
||||||
function loadConfig(config) {
|
|
||||||
const liveBlacklist = (config.blacklist || []).map((d) => d.toLowerCase());
|
|
||||||
|
|
||||||
// Delta = entries in the live list that are NOT in the vendored list
|
|
||||||
deltaBlacklist = new Set(
|
|
||||||
liveBlacklist.filter((d) => !vendoredBlacklist.has(d)),
|
|
||||||
);
|
|
||||||
|
|
||||||
lastFetchTime = Date.now();
|
|
||||||
saveDeltaToStorage();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Generate hostname variants for subdomain matching.
|
|
||||||
* "sub.evil.com" yields ["sub.evil.com", "evil.com"].
|
|
||||||
*
|
|
||||||
* @param {string} hostname
|
|
||||||
* @returns {string[]}
|
|
||||||
*/
|
|
||||||
function hostnameVariants(hostname) {
|
|
||||||
const h = hostname.toLowerCase();
|
|
||||||
const variants = [h];
|
|
||||||
const parts = h.split(".");
|
|
||||||
// Parent domains: a.b.c.d -> b.c.d, c.d
|
|
||||||
for (let i = 1; i < parts.length - 1; i++) {
|
|
||||||
variants.push(parts.slice(i).join("."));
|
|
||||||
}
|
|
||||||
return variants;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Check if a hostname is on the phishing blocklist.
|
|
||||||
* Checks delta first (fresh/recent scam sites), then vendored list.
|
|
||||||
*
|
|
||||||
* @param {string} hostname - The hostname to check.
|
|
||||||
* @returns {boolean}
|
|
||||||
*/
|
|
||||||
function isPhishingDomain(hostname) {
|
|
||||||
if (!hostname) return false;
|
|
||||||
const variants = hostnameVariants(hostname);
|
|
||||||
|
|
||||||
// Check delta blacklist first (fresh/recent scam sites), then vendored
|
|
||||||
for (const v of variants) {
|
|
||||||
if (deltaBlacklist.has(v) || vendoredBlacklist.has(v)) return true;
|
|
||||||
}
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Fetch the latest blocklist and compute delta against vendored data.
|
|
||||||
* De-duplicates concurrent fetches. Results are cached for CACHE_TTL_MS.
|
|
||||||
*
|
|
||||||
* @returns {Promise<void>}
|
|
||||||
*/
|
|
||||||
async function updatePhishingList() {
|
|
||||||
// Skip if recently fetched
|
|
||||||
if (Date.now() - lastFetchTime < CACHE_TTL_MS && lastFetchTime > 0) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// De-duplicate concurrent calls
|
|
||||||
if (fetchPromise) return fetchPromise;
|
|
||||||
|
|
||||||
fetchPromise = (async () => {
|
|
||||||
try {
|
|
||||||
const resp = await fetch(BLOCKLIST_URL);
|
|
||||||
if (!resp.ok) throw new Error("HTTP " + resp.status);
|
|
||||||
const config = await resp.json();
|
|
||||||
loadConfig(config);
|
|
||||||
} catch {
|
|
||||||
// Silently fail — vendored list still provides coverage.
|
|
||||||
// We'll retry next time.
|
|
||||||
} finally {
|
|
||||||
fetchPromise = null;
|
|
||||||
}
|
|
||||||
})();
|
|
||||||
|
|
||||||
return fetchPromise;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Start periodic refresh of the phishing list.
|
|
||||||
* Should be called once from the background script on startup.
|
|
||||||
*/
|
|
||||||
function startPeriodicRefresh() {
|
|
||||||
if (refreshTimer) return;
|
|
||||||
refreshTimer = setInterval(updatePhishingList, REFRESH_INTERVAL_MS);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Return the total blocklist size (vendored + delta) for diagnostics.
|
|
||||||
*
|
|
||||||
* @returns {number}
|
|
||||||
*/
|
|
||||||
function getBlocklistSize() {
|
|
||||||
return vendoredBlacklist.size + deltaBlacklist.size;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Return the delta blocklist size for diagnostics.
|
|
||||||
*
|
|
||||||
* @returns {number}
|
|
||||||
*/
|
|
||||||
function getDeltaSize() {
|
|
||||||
return deltaBlacklist.size;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Reset internal state (for testing).
|
|
||||||
*/
|
|
||||||
function _reset() {
|
|
||||||
deltaBlacklist = new Set();
|
|
||||||
lastFetchTime = 0;
|
|
||||||
fetchPromise = null;
|
|
||||||
if (refreshTimer) {
|
|
||||||
clearInterval(refreshTimer);
|
|
||||||
refreshTimer = null;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Load persisted delta on module initialization
|
|
||||||
loadDeltaFromStorage();
|
|
||||||
|
|
||||||
module.exports = {
|
|
||||||
isPhishingDomain,
|
|
||||||
updatePhishingList,
|
|
||||||
startPeriodicRefresh,
|
|
||||||
loadConfig,
|
|
||||||
getBlocklistSize,
|
|
||||||
getDeltaSize,
|
|
||||||
hostnameVariants,
|
|
||||||
_reset,
|
|
||||||
// Exposed for testing only
|
|
||||||
_getVendoredBlacklistSize: () => vendoredBlacklist.size,
|
|
||||||
_getDeltaBlacklist: () => deltaBlacklist,
|
|
||||||
};
|
|
||||||
@@ -8,9 +8,6 @@ const prices = {};
|
|||||||
let lastFetchedAt = 0;
|
let lastFetchedAt = 0;
|
||||||
|
|
||||||
async function refreshPrices() {
|
async function refreshPrices() {
|
||||||
// Testnet tokens have no real market value — skip price fetching.
|
|
||||||
const { currentNetwork } = require("./state");
|
|
||||||
if (currentNetwork().isTestnet) return;
|
|
||||||
const now = Date.now();
|
const now = Date.now();
|
||||||
if (now - lastFetchedAt < PRICE_CACHE_TTL) return;
|
if (now - lastFetchedAt < PRICE_CACHE_TTL) return;
|
||||||
try {
|
try {
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,6 @@
|
|||||||
// State management and extension storage persistence.
|
// State management and extension storage persistence.
|
||||||
|
|
||||||
const { DEFAULT_RPC_URL, DEFAULT_BLOCKSCOUT_URL } = require("./constants");
|
const { DEFAULT_RPC_URL, DEFAULT_BLOCKSCOUT_URL } = require("./constants");
|
||||||
const { networkById } = require("./networks");
|
|
||||||
|
|
||||||
const storageApi =
|
const storageApi =
|
||||||
typeof browser !== "undefined"
|
typeof browser !== "undefined"
|
||||||
@@ -12,7 +11,6 @@ const DEFAULT_STATE = {
|
|||||||
hasWallet: false,
|
hasWallet: false,
|
||||||
wallets: [],
|
wallets: [],
|
||||||
trackedTokens: [],
|
trackedTokens: [],
|
||||||
networkId: "mainnet",
|
|
||||||
rpcUrl: DEFAULT_RPC_URL,
|
rpcUrl: DEFAULT_RPC_URL,
|
||||||
blockscoutUrl: DEFAULT_BLOCKSCOUT_URL,
|
blockscoutUrl: DEFAULT_BLOCKSCOUT_URL,
|
||||||
lastBalanceRefresh: 0,
|
lastBalanceRefresh: 0,
|
||||||
@@ -40,17 +38,11 @@ const state = {
|
|||||||
viewData: {},
|
viewData: {},
|
||||||
};
|
};
|
||||||
|
|
||||||
// Return the network configuration for the currently selected network.
|
|
||||||
function currentNetwork() {
|
|
||||||
return networkById(state.networkId);
|
|
||||||
}
|
|
||||||
|
|
||||||
async function saveState() {
|
async function saveState() {
|
||||||
const persisted = {
|
const persisted = {
|
||||||
hasWallet: state.hasWallet,
|
hasWallet: state.hasWallet,
|
||||||
wallets: state.wallets,
|
wallets: state.wallets,
|
||||||
trackedTokens: state.trackedTokens,
|
trackedTokens: state.trackedTokens,
|
||||||
networkId: state.networkId,
|
|
||||||
rpcUrl: state.rpcUrl,
|
rpcUrl: state.rpcUrl,
|
||||||
blockscoutUrl: state.blockscoutUrl,
|
blockscoutUrl: state.blockscoutUrl,
|
||||||
lastBalanceRefresh: state.lastBalanceRefresh,
|
lastBalanceRefresh: state.lastBalanceRefresh,
|
||||||
@@ -83,7 +75,6 @@ async function loadState() {
|
|||||||
state.hasWallet = saved.hasWallet;
|
state.hasWallet = saved.hasWallet;
|
||||||
state.wallets = saved.wallets || [];
|
state.wallets = saved.wallets || [];
|
||||||
state.trackedTokens = saved.trackedTokens || [];
|
state.trackedTokens = saved.trackedTokens || [];
|
||||||
state.networkId = saved.networkId || DEFAULT_STATE.networkId;
|
|
||||||
state.rpcUrl = saved.rpcUrl || DEFAULT_STATE.rpcUrl;
|
state.rpcUrl = saved.rpcUrl || DEFAULT_STATE.rpcUrl;
|
||||||
state.blockscoutUrl =
|
state.blockscoutUrl =
|
||||||
saved.blockscoutUrl || DEFAULT_STATE.blockscoutUrl;
|
saved.blockscoutUrl || DEFAULT_STATE.blockscoutUrl;
|
||||||
@@ -143,10 +134,4 @@ function currentAddress() {
|
|||||||
return state.wallets[state.selectedWallet].addresses[state.selectedAddress];
|
return state.wallets[state.selectedWallet].addresses[state.selectedAddress];
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = {
|
module.exports = { state, saveState, loadState, currentAddress };
|
||||||
state,
|
|
||||||
saveState,
|
|
||||||
loadState,
|
|
||||||
currentAddress,
|
|
||||||
currentNetwork,
|
|
||||||
};
|
|
||||||
|
|||||||
@@ -1,100 +0,0 @@
|
|||||||
const { parseEtherscanPage } = require("../src/shared/etherscanLabels");
|
|
||||||
|
|
||||||
describe("etherscanLabels", () => {
|
|
||||||
describe("parseEtherscanPage", () => {
|
|
||||||
test("detects Fake_Phishing label in title", () => {
|
|
||||||
const html = `<html><head><title>Fake_Phishing184810 | Address: 0x00000c07...3ea470000 | Etherscan</title></head><body></body></html>`;
|
|
||||||
const result = parseEtherscanPage(html);
|
|
||||||
expect(result.label).toBe("Fake_Phishing184810");
|
|
||||||
expect(result.isPhishing).toBe(true);
|
|
||||||
expect(result.warning).toContain("Fake_Phishing184810");
|
|
||||||
expect(result.warning).toContain("Phish/Hack");
|
|
||||||
});
|
|
||||||
|
|
||||||
test("detects Fake_Phishing with different number", () => {
|
|
||||||
const html = `<html><head><title>Fake_Phishing5169 | Address: 0x3e0defb8...99a7a8a74 | Etherscan</title></head><body></body></html>`;
|
|
||||||
const result = parseEtherscanPage(html);
|
|
||||||
expect(result.label).toBe("Fake_Phishing5169");
|
|
||||||
expect(result.isPhishing).toBe(true);
|
|
||||||
});
|
|
||||||
|
|
||||||
test("detects Exploiter label", () => {
|
|
||||||
const html = `<html><head><title>Exploiter 42 | Address: 0xabcdef...1234 | Etherscan</title></head><body></body></html>`;
|
|
||||||
const result = parseEtherscanPage(html);
|
|
||||||
expect(result.label).toBe("Exploiter 42");
|
|
||||||
expect(result.isPhishing).toBe(true);
|
|
||||||
});
|
|
||||||
|
|
||||||
test("detects scam warning in body text", () => {
|
|
||||||
const html =
|
|
||||||
`<html><head><title>Address: 0xabcdef...1234 | Etherscan</title></head>` +
|
|
||||||
`<body>There are reports that this address was used in a Phishing scam.</body></html>`;
|
|
||||||
const result = parseEtherscanPage(html);
|
|
||||||
expect(result.label).toBeNull();
|
|
||||||
expect(result.isPhishing).toBe(true);
|
|
||||||
expect(result.warning).toContain("phishing/scam");
|
|
||||||
});
|
|
||||||
|
|
||||||
test("detects scam warning with label in body", () => {
|
|
||||||
const html =
|
|
||||||
`<html><head><title>SomeScammer | Address: 0xabcdef...1234 | Etherscan</title></head>` +
|
|
||||||
`<body>There are reports that this address was used in a scam.</body></html>`;
|
|
||||||
const result = parseEtherscanPage(html);
|
|
||||||
expect(result.label).toBe("SomeScammer");
|
|
||||||
expect(result.isPhishing).toBe(true);
|
|
||||||
expect(result.warning).toContain("SomeScammer");
|
|
||||||
});
|
|
||||||
|
|
||||||
test("returns clean result for legitimate address", () => {
|
|
||||||
const html = `<html><head><title>vitalik.eth | Address: 0xd8dA6BF2...37aA96045 | Etherscan</title></head><body>Overview</body></html>`;
|
|
||||||
const result = parseEtherscanPage(html);
|
|
||||||
expect(result.label).toBe("vitalik.eth");
|
|
||||||
expect(result.isPhishing).toBe(false);
|
|
||||||
expect(result.warning).toBeNull();
|
|
||||||
});
|
|
||||||
|
|
||||||
test("returns clean result for unlabeled address", () => {
|
|
||||||
const html = `<html><head><title>Address: 0x1234567890...abcdef | Etherscan</title></head><body>Overview</body></html>`;
|
|
||||||
const result = parseEtherscanPage(html);
|
|
||||||
expect(result.label).toBeNull();
|
|
||||||
expect(result.isPhishing).toBe(false);
|
|
||||||
expect(result.warning).toBeNull();
|
|
||||||
});
|
|
||||||
|
|
||||||
test("handles exchange labels correctly (not phishing)", () => {
|
|
||||||
const html = `<html><head><title>Coinbase 10 | Address: 0xa9d1e08c...b81d3e43 | Etherscan</title></head><body>Overview</body></html>`;
|
|
||||||
const result = parseEtherscanPage(html);
|
|
||||||
expect(result.label).toBe("Coinbase 10");
|
|
||||||
expect(result.isPhishing).toBe(false);
|
|
||||||
});
|
|
||||||
|
|
||||||
test("handles contract names correctly (not phishing)", () => {
|
|
||||||
const html = `<html><head><title>Beacon Deposit Contract | Address: 0x00000000...03d7705Fa | Etherscan</title></head><body>Overview</body></html>`;
|
|
||||||
const result = parseEtherscanPage(html);
|
|
||||||
expect(result.label).toBe("Beacon Deposit Contract");
|
|
||||||
expect(result.isPhishing).toBe(false);
|
|
||||||
});
|
|
||||||
|
|
||||||
test("handles empty HTML gracefully", () => {
|
|
||||||
const result = parseEtherscanPage("");
|
|
||||||
expect(result.label).toBeNull();
|
|
||||||
expect(result.isPhishing).toBe(false);
|
|
||||||
expect(result.warning).toBeNull();
|
|
||||||
});
|
|
||||||
|
|
||||||
test("handles malformed title tag", () => {
|
|
||||||
const html = `<html><head><title></title></head><body></body></html>`;
|
|
||||||
const result = parseEtherscanPage(html);
|
|
||||||
expect(result.label).toBeNull();
|
|
||||||
expect(result.isPhishing).toBe(false);
|
|
||||||
});
|
|
||||||
|
|
||||||
test("detects wallet drainer warning", () => {
|
|
||||||
const html =
|
|
||||||
`<html><head><title>Address: 0xabc...def | Etherscan</title></head>` +
|
|
||||||
`<body>This is a known wallet drainer contract.</body></html>`;
|
|
||||||
const result = parseEtherscanPage(html);
|
|
||||||
expect(result.isPhishing).toBe(true);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
});
|
|
||||||
@@ -1,205 +0,0 @@
|
|||||||
// Provide a localStorage mock for Node.js test environment.
|
|
||||||
// Must be set before requiring the module since it calls loadDeltaFromStorage()
|
|
||||||
// at module load time.
|
|
||||||
const localStorageStore = {};
|
|
||||||
global.localStorage = {
|
|
||||||
getItem: (key) =>
|
|
||||||
Object.prototype.hasOwnProperty.call(localStorageStore, key)
|
|
||||||
? localStorageStore[key]
|
|
||||||
: null,
|
|
||||||
setItem: (key, value) => {
|
|
||||||
localStorageStore[key] = String(value);
|
|
||||||
},
|
|
||||||
removeItem: (key) => {
|
|
||||||
delete localStorageStore[key];
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
||||||
const {
|
|
||||||
isPhishingDomain,
|
|
||||||
loadConfig,
|
|
||||||
getBlocklistSize,
|
|
||||||
getDeltaSize,
|
|
||||||
hostnameVariants,
|
|
||||||
_reset,
|
|
||||||
_getVendoredBlacklistSize,
|
|
||||||
_getDeltaBlacklist,
|
|
||||||
} = require("../src/shared/phishingDomains");
|
|
||||||
|
|
||||||
// Reset delta state before each test to avoid cross-test contamination.
|
|
||||||
// Note: vendored sets are immutable and always present.
|
|
||||||
beforeEach(() => {
|
|
||||||
_reset();
|
|
||||||
// Clear localStorage mock between tests
|
|
||||||
for (const key of Object.keys(localStorageStore)) {
|
|
||||||
delete localStorageStore[key];
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
describe("phishingDomains", () => {
|
|
||||||
describe("vendored blocklist", () => {
|
|
||||||
test("vendored blacklist is loaded from bundled JSON", () => {
|
|
||||||
// The vendored blocklist should have a large number of entries
|
|
||||||
expect(_getVendoredBlacklistSize()).toBeGreaterThan(100000);
|
|
||||||
});
|
|
||||||
|
|
||||||
test("detects domains from vendored blacklist", () => {
|
|
||||||
// These are well-known phishing domains in the vendored list
|
|
||||||
expect(isPhishingDomain("hopprotocol.pro")).toBe(true);
|
|
||||||
expect(isPhishingDomain("blast-pools.pages.dev")).toBe(true);
|
|
||||||
});
|
|
||||||
|
|
||||||
test("getBlocklistSize includes vendored entries", () => {
|
|
||||||
expect(getBlocklistSize()).toBeGreaterThan(100000);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
describe("hostnameVariants", () => {
|
|
||||||
test("returns exact hostname plus parent domains", () => {
|
|
||||||
const variants = hostnameVariants("sub.evil.com");
|
|
||||||
expect(variants).toEqual(["sub.evil.com", "evil.com"]);
|
|
||||||
});
|
|
||||||
|
|
||||||
test("returns just the hostname for a bare domain", () => {
|
|
||||||
const variants = hostnameVariants("example.com");
|
|
||||||
expect(variants).toEqual(["example.com"]);
|
|
||||||
});
|
|
||||||
|
|
||||||
test("handles deep subdomain chains", () => {
|
|
||||||
const variants = hostnameVariants("a.b.c.d.com");
|
|
||||||
expect(variants).toEqual([
|
|
||||||
"a.b.c.d.com",
|
|
||||||
"b.c.d.com",
|
|
||||||
"c.d.com",
|
|
||||||
"d.com",
|
|
||||||
]);
|
|
||||||
});
|
|
||||||
|
|
||||||
test("lowercases hostnames", () => {
|
|
||||||
const variants = hostnameVariants("Evil.COM");
|
|
||||||
expect(variants).toEqual(["evil.com"]);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
describe("delta computation via loadConfig", () => {
|
|
||||||
test("loadConfig computes delta of new entries not in vendored list", () => {
|
|
||||||
loadConfig({
|
|
||||||
blacklist: [
|
|
||||||
"brand-new-scam-site-xyz123.com",
|
|
||||||
"hopprotocol.pro", // already in vendored
|
|
||||||
],
|
|
||||||
});
|
|
||||||
// Only the new domain should be in the delta
|
|
||||||
expect(
|
|
||||||
_getDeltaBlacklist().has("brand-new-scam-site-xyz123.com"),
|
|
||||||
).toBe(true);
|
|
||||||
expect(_getDeltaBlacklist().has("hopprotocol.pro")).toBe(false);
|
|
||||||
expect(getDeltaSize()).toBe(1);
|
|
||||||
});
|
|
||||||
|
|
||||||
test("re-loading config replaces previous delta", () => {
|
|
||||||
loadConfig({
|
|
||||||
blacklist: ["first-scam-xyz.com"],
|
|
||||||
});
|
|
||||||
expect(isPhishingDomain("first-scam-xyz.com")).toBe(true);
|
|
||||||
|
|
||||||
loadConfig({
|
|
||||||
blacklist: ["second-scam-xyz.com"],
|
|
||||||
});
|
|
||||||
expect(isPhishingDomain("first-scam-xyz.com")).toBe(false);
|
|
||||||
expect(isPhishingDomain("second-scam-xyz.com")).toBe(true);
|
|
||||||
});
|
|
||||||
|
|
||||||
test("getBlocklistSize includes both vendored and delta", () => {
|
|
||||||
const baseSize = getBlocklistSize();
|
|
||||||
loadConfig({
|
|
||||||
blacklist: ["delta-only-scam-xyz.com"],
|
|
||||||
});
|
|
||||||
expect(getBlocklistSize()).toBe(baseSize + 1);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
describe("isPhishingDomain with delta + vendored", () => {
|
|
||||||
test("detects domain from delta blacklist", () => {
|
|
||||||
loadConfig({
|
|
||||||
blacklist: ["fresh-scam-xyz.com"],
|
|
||||||
});
|
|
||||||
expect(isPhishingDomain("fresh-scam-xyz.com")).toBe(true);
|
|
||||||
});
|
|
||||||
|
|
||||||
test("detects domain from vendored blacklist", () => {
|
|
||||||
// No delta loaded — vendored still works
|
|
||||||
expect(isPhishingDomain("hopprotocol.pro")).toBe(true);
|
|
||||||
});
|
|
||||||
|
|
||||||
test("returns false for clean domains", () => {
|
|
||||||
expect(isPhishingDomain("etherscan.io")).toBe(false);
|
|
||||||
expect(isPhishingDomain("example.com")).toBe(false);
|
|
||||||
});
|
|
||||||
|
|
||||||
test("detects subdomain of blacklisted domain (vendored)", () => {
|
|
||||||
expect(isPhishingDomain("app.hopprotocol.pro")).toBe(true);
|
|
||||||
});
|
|
||||||
|
|
||||||
test("detects subdomain of blacklisted domain (delta)", () => {
|
|
||||||
loadConfig({
|
|
||||||
blacklist: ["delta-phish-xyz.com"],
|
|
||||||
});
|
|
||||||
expect(isPhishingDomain("sub.delta-phish-xyz.com")).toBe(true);
|
|
||||||
});
|
|
||||||
|
|
||||||
test("case-insensitive matching", () => {
|
|
||||||
loadConfig({
|
|
||||||
blacklist: ["Delta-Scam-XYZ.COM"],
|
|
||||||
});
|
|
||||||
expect(isPhishingDomain("delta-scam-xyz.com")).toBe(true);
|
|
||||||
expect(isPhishingDomain("DELTA-SCAM-XYZ.COM")).toBe(true);
|
|
||||||
});
|
|
||||||
|
|
||||||
test("returns false for empty/null hostname", () => {
|
|
||||||
expect(isPhishingDomain("")).toBe(false);
|
|
||||||
expect(isPhishingDomain(null)).toBe(false);
|
|
||||||
});
|
|
||||||
|
|
||||||
test("handles config with no blacklist key", () => {
|
|
||||||
loadConfig({});
|
|
||||||
expect(getDeltaSize()).toBe(0);
|
|
||||||
// Vendored list still works
|
|
||||||
expect(isPhishingDomain("hopprotocol.pro")).toBe(true);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
describe("localStorage persistence", () => {
|
|
||||||
test("saveDeltaToStorage persists delta under 256KiB", () => {
|
|
||||||
loadConfig({
|
|
||||||
blacklist: ["persisted-scam-xyz.com"],
|
|
||||||
});
|
|
||||||
const stored = localStorage.getItem("phishing-delta");
|
|
||||||
expect(stored).not.toBeNull();
|
|
||||||
const data = JSON.parse(stored);
|
|
||||||
expect(data.blacklist).toContain("persisted-scam-xyz.com");
|
|
||||||
});
|
|
||||||
|
|
||||||
test("delta is cleared on _reset", () => {
|
|
||||||
loadConfig({
|
|
||||||
blacklist: ["temp-scam-xyz.com"],
|
|
||||||
});
|
|
||||||
expect(getDeltaSize()).toBe(1);
|
|
||||||
_reset();
|
|
||||||
expect(getDeltaSize()).toBe(0);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
describe("real-world blocklist patterns", () => {
|
|
||||||
test("detects known phishing domains from vendored list", () => {
|
|
||||||
expect(isPhishingDomain("uniswap-trade.web.app")).toBe(true);
|
|
||||||
expect(isPhishingDomain("hopprotocol.pro")).toBe(true);
|
|
||||||
expect(isPhishingDomain("blast-pools.pages.dev")).toBe(true);
|
|
||||||
});
|
|
||||||
|
|
||||||
test("does not flag legitimate domains", () => {
|
|
||||||
expect(isPhishingDomain("opensea.io")).toBe(false);
|
|
||||||
expect(isPhishingDomain("etherscan.io")).toBe(false);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
});
|
|
||||||
Reference in New Issue
Block a user