From 12299206a570670c2f5d5b26f8431fb346cf9f23 Mon Sep 17 00:00:00 2001 From: shaloo Date: Mon, 4 Mar 2024 10:31:33 +0530 Subject: [PATCH] Fix: #AR-7659 minor link update for eth_sign --- usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usage.md b/usage.md index 11e22cb..d8d0e7e 100644 --- a/usage.md +++ b/usage.md @@ -234,7 +234,7 @@ Arcana wallet implements the following common interfaces exposed by all Ethereum - [eth_accounts](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_accounts) - [eth_getBalance](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getbalance) - [eth_sendTransaction](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_sendtransaction) -- [eth_sign](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_signtransaction) +- [eth_sign](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_sign) - [eth_call](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_call) ### Switching Chains