We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b833356 commit b732de4Copy full SHA for b732de4
src/data_sources/events/web3.ts
@@ -31,7 +31,6 @@ export interface ContractCallInfo {
31
const web3HttpOptions = {
32
providerOptions: {
33
headers: {
34
- // 'Content-Type': 'application/json',
35
'Accept-Encoding': 'gzip'
36
}
37
} as RequestInit,
0 commit comments