From d19c7d861188cc93c63cc8a4bfac8b047cc47541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Thu, 30 May 2024 10:04:42 +0200 Subject: [PATCH] chore: rotate Glif API token MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miroslav Bajtoš --- lib/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.js b/lib/constants.js index b4d3e28..492de42 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -2,4 +2,4 @@ export const SPARK_VERSION = '1.11.3' 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/' -export const RPC_AUTH = 'Bz8B9c8hKIp+/IyePpgORexkDDq+8c9atapgGuudtQ0=' +export const RPC_AUTH = 'GF3BUgfPsdH1B+LHfQpx96j3v9lnojl6iOu27P1bMFc='