Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Commit 13d9953

Browse files
committed
Revert "add zondax to rpc providers"
This reverts commit 6723f68. We suspect the Zondax RPC API is causing `Error: quorum not met` errors.
1 parent 7ca558a commit 13d9953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/ie-contract-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import assert from 'node:assert'
22

33
const {
4-
RPC_URLS = 'https://api.node.glif.io/rpc/v0,https://api.chain.love/rpc/v1,https://api.zondax.ch/fil/node/mainnet/rpc/v1',
4+
RPC_URLS = 'https://api.node.glif.io/rpc/v0,https://api.chain.love/rpc/v1',
55
GLIF_TOKEN
66
} = process.env
77

0 commit comments

Comments
 (0)