Skip to content

Commit

Permalink
Revert "add zondax to rpc providers"
Browse files Browse the repository at this point in the history
This reverts commit 6723f68.

We suspect the Zondax RPC API is causing `Error: quorum not met` errors.
  • Loading branch information
bajtos committed Jan 19, 2025
1 parent 7ca558a commit 13d9953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/ie-contract-config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import assert from 'node:assert'

const {
RPC_URLS = 'https://api.node.glif.io/rpc/v0,https://api.chain.love/rpc/v1,https://api.zondax.ch/fil/node/mainnet/rpc/v1',
RPC_URLS = 'https://api.node.glif.io/rpc/v0,https://api.chain.love/rpc/v1',
GLIF_TOKEN
} = process.env

Expand Down

0 comments on commit 13d9953

Please sign in to comment.