We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 656d70b commit 302b3b9Copy full SHA for 302b3b9
lib/constants.js
@@ -2,4 +2,4 @@ export const SPARK_VERSION = '1.15.0'
2
export const MAX_CAR_SIZE = 200 * 1024 * 1024 // 200 MB
3
export const APPROX_ROUND_LENGTH_IN_MS = 20 * 60_000 // 20 minutes
4
export const RPC_URL = 'https://api.node.glif.io/'
5
-export const RPC_AUTH = 'cL/ik5kups4LCAg6a+s6CS40/JcARERwZ4uMP8WI6ho='
+export const RPC_AUTH = 'KZLIUb9ejreYOm-mZFM3UNADE0ux6CrHjxnS2D2Qgb8='
0 commit comments