From d07464b8b0bb08cb258b218d6e8951ceea42660e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Quiroz?= Date: Tue, 13 Dec 2022 14:19:33 -0300 Subject: [PATCH] chore: update constants --- src/constants.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/constants.ts b/src/constants.ts index 58c0354042..bd5c425426 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -171,6 +171,8 @@ export const LATEST_GETH_RELEASE_URL = 'https://api.github.com/repos/ethereum/go-ethereum/releases/latest'; export const ALL_GETH_COMMITS_URL = 'https://api.github.com/repos/ethereum/go-ethereum/commits/'; export const RELEASE_COMMIT_BASE_URL = 'https://github.com/ethereum/go-ethereum/tree/'; +export const LAST_COMMIT_BASE_URL = + 'https://api.github.com/repos/ethereum/geth-website/commits?path='; // Binaries urls export const BINARIES_BASE_URL = 'https://gethstore.blob.core.windows.net/builds/';