From f489c6281c6be00a5ad27026d2c9a4e76d924c39 Mon Sep 17 00:00:00 2001 From: Julian Gruber Date: Mon, 3 Jun 2024 12:59:48 +0200 Subject: [PATCH] v1.12.0 --- lib/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.js b/lib/constants.js index 2138788..df5aef6 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -1,4 +1,4 @@ -export const SPARK_VERSION = '1.11.4' +export const SPARK_VERSION = '1.12.0' 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/'