Skip to content

Commit 52fe915

Browse files
authored
fix: deprecated api methods (#375)
# Description Updates API methods with deprecated ones. ## Linked Issues N/A ## Additional context GHD announcement pending to be published
1 parent 2b39d75 commit 52fe915

File tree

2 files changed

+233
-210
lines changed

2 files changed

+233
-210
lines changed

content/20.zksync-protocol/10.api/20.ethereum-rpc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,7 @@ curl --request POST \
12961296

12971297
## `eth_protocolVersion`
12981298

1299-
Returns the current Ethereum protocol version.
1299+
Returns the current protocol version.
13001300

13011301
#### Parameters
13021302

@@ -1327,7 +1327,7 @@ curl --request POST \
13271327
```json
13281328
{
13291329
"jsonrpc": "2.0",
1330-
"result": "zks/1",
1330+
"result": "zks/0.27.0",
13311331
"id": 2
13321332
}
13331333
```

0 commit comments

Comments
 (0)