Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/1rpc/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Sometimes a single RPC call contains multiple batched queries (**`multicall`** t

## Phishing Detection

This feature is only supported in our beta endpoints, https://beta.1rpc.io. You need to manually replace the https://1rpc.io to the beta one to get this functionalities. It will return a phishing detection error with error code -32000.
This feature is only supported in our beta endpoints, https://beta.1rpc.io. You need to manually replace the https://1rpc.io with the beta one to get this functionality. It will return a phishing detection error with error code -32000.

```shell
{"jsonrpc": "2.0", "error": {"code": -32000, "message": "Phishing detection error"}, "id": "1"}
Expand Down
4 changes: 2 additions & 2 deletions docs/1rpc/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

### **1. What makes 1RPC different from the other RPC providers?**

1RPC is a proxy or relay layer shielding user data before it reaches existing RPC endpoints (most are centralized). The team behind it is [Automata](http://ata.network), whose mission is to protect privacy and fairness in Web3. We care about user privacy and does not collect any user metadata like others.
1RPC is a proxy or relay layer shielding user data before it reaches existing RPC endpoints (most are centralized). The team behind it is [Automata](http://ata.network), whose mission is to protect privacy and fairness in Web3. We care about user privacy and do not collect any user metadata like others.

### **2. What wallets can I use with 1RPC?**

You can use it with any wallets that supports customized RPC endpoints. The most popular one is MetaMask. We are also working on partnering with different wallet providers to make 1RPC a built-in solution. Stay tuned!
You can use it with any wallet that supports customized RPC endpoints. The most popular one is MetaMask. We are also working on partnering with different wallet providers to make 1RPC a built-in solution. Stay tuned!
2 changes: 1 addition & 1 deletion docs/2fa/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![](../assets/2fa/2fa-guru-image.png){style="zoom:80%"}

2FA Guru by Automata is a blockchain-based authentication solution that secures access to accounts and protects users with an active defence.
2FA Guru by Automata is a blockchain-based authentication solution that secures access to accounts and protects users with an active defense.

There are a number of known scenarios where hackers can brute-force attacks:

Expand Down