From bb417922465132e172c014483a50e41e4261b9e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Mon, 21 Oct 2024 14:09:48 +0200 Subject: [PATCH] v1.14.5 --- lib/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.js b/lib/constants.js index a187db8..df2cb1c 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -1,4 +1,4 @@ -export const SPARK_VERSION = '1.14.4' +export const SPARK_VERSION = '1.14.5' 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/'