Skip to content

Commit

Permalink
remove ankr (apparently websocket only)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Oct 17, 2024
1 parent 0b829f4 commit 60f7d4d
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://filecoin.chainup.net/rpc/v1,https://rpc.ankr.com/filecoin',
RPC_URLS = 'https://api.node.glif.io/rpc/v0,https://api.chain.love/rpc/v1,https://filecoin.chainup.net/rpc/v1',
GLIF_TOKEN
} = process.env

Expand Down

0 comments on commit 60f7d4d

Please sign in to comment.