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

Commit 04b2e69

Browse files
authored
fix: chain.love URL (#721)
Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
1 parent 9190a0c commit 04b2e69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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',
4+
RPC_URLS = 'https://api.node.glif.io/rpc/v0,https://filecoin.chain.love/rpc/v1',
55
GLIF_TOKEN
66
} = process.env
77

0 commit comments

Comments
 (0)