From 4809eccd4e3bb8f0a6562293862a9afa862a1be4 Mon Sep 17 00:00:00 2001 From: Julian Gruber Date: Wed, 21 Aug 2024 16:18:57 +0200 Subject: [PATCH] v1.14.2 --- lib/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.js b/lib/constants.js index adef1c8..1159e87 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -1,4 +1,4 @@ -export const SPARK_VERSION = '1.14.1' +export const SPARK_VERSION = '1.14.2' export const MAX_CAR_SIZE = 200 * 1024 * 1024 // 200 MB export const APPROX_ROUND_LENGTH_IN_MS = 20 * 60_000 // 20 minutes export const RPC_URL = 'https://api.node.glif.io/'