We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0ea46 commit a6608d5Copy full SHA for a6608d5
crates/browser-wallet/src/lib.rs
@@ -97,7 +97,7 @@ pub struct TypedDataRequest {
97
}
98
99
/// Standard EIP-1193 provider interface
100
-/// Reference: https://eips.ethereum.org/EIPS/eip-1193
+/// Reference: <https://eips.ethereum.org/EIPS/eip-1193>
101
#[derive(Debug, Clone, Serialize, Deserialize)]
102
#[serde(tag = "method", content = "params")]
103
pub enum EthereumRequest {
0 commit comments