We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4f89a commit 6012d77Copy full SHA for 6012d77
1 file changed
docs/config.md
@@ -136,7 +136,7 @@ A `provider` is an object with the following characteristics:
136
`"type": "0x0"` for legacy transaction compatibility.
137
- `compression/<method>`: provider supports compression for RPC requests,
138
where `<method>` is the compression method supported by the provider,
139
- one of `gzip`, `brotli`, `deflate`, or `none` (the default).
+ one of `gzip`, `brotli`, or `deflate`. The default is no compression.
140
141
For Firehose providers: `compression` and `filters`
142
0 commit comments