chore: prettier

This commit is contained in:
Nicolás Quiroz 2023-01-16 16:49:25 -03:00
parent d62e4462c5
commit 86491c66bb
2 changed files with 14 additions and 4 deletions

View File

@ -128,7 +128,17 @@ In case of a chain reorganization previous sent logs that are on the old chain w
#### Example
```json
{"id": 1, "method": "eth_subscribe", "params": ["logs", {"address": "0x8320fe7702b96808f7bbc0d4a888ed1468216cfd", "topics": ["0xd78a0cb8bb633d06981248b816e7bd33c2a35a6089241d099fa519e361cab902"]}]}
{
"id": 1,
"method": "eth_subscribe",
"params": [
"logs",
{
"address": "0x8320fe7702b96808f7bbc0d4a888ed1468216cfd",
"topics": ["0xd78a0cb8bb633d06981248b816e7bd33c2a35a6089241d099fa519e361cab902"]
}
]
}
```
returns