Skip to content

Commit 6012d77

Browse files
committed
docs: Correct compression feature flags for web3 providers
1 parent 9c4f89a commit 6012d77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ A `provider` is an object with the following characteristics:
136136
`"type": "0x0"` for legacy transaction compatibility.
137137
- `compression/<method>`: provider supports compression for RPC requests,
138138
where `<method>` is the compression method supported by the provider,
139-
one of `gzip`, `brotli`, `deflate`, or `none` (the default).
139+
one of `gzip`, `brotli`, or `deflate`. The default is no compression.
140140

141141
For Firehose providers: `compression` and `filters`
142142

0 commit comments

Comments
 (0)