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/';