We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626d98a commit ae7b2deCopy full SHA for ae7b2de
api/lib/ie-contract.js
@@ -5,7 +5,7 @@ import * as SparkImpactEvaluator from '@filecoin-station/spark-impact-evaluator'
5
const provider = new ethers.FallbackProvider(rpcUrls.map(rpcUrl => {
6
const fetchRequest = new ethers.FetchRequest(rpcUrl)
7
fetchRequest.setHeader('Authorization', `Bearer ${GLIF_TOKEN}`)
8
- return new ethers.JsonRpcProvider(fetchRequest, null, { polling: true })
+ return new ethers.JsonRpcProvider(fetchRequest)
9
}))
10
11
// Uncomment for troubleshooting
0 commit comments