Skip to content

Commit

Permalink
remove chainup (fix ci) (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber authored Oct 17, 2024
1 parent 9295c64 commit bb3a683
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',
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 bb3a683

Please sign in to comment.