Skip to content

Commit

Permalink
add zondax to rpc providers
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Jan 18, 2025
1 parent 910b210 commit 6723f68
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',
RPC_URLS = 'https://api.node.glif.io/rpc/v0,https://api.chain.love/rpc/v1,https://api.zondax.ch/fil/node/mainnet/rpc/v1',
GLIF_TOKEN
} = process.env

Expand Down

0 comments on commit 6723f68

Please sign in to comment.