chore: update constants

This commit is contained in:
Nicolás Quiroz 2022-12-13 14:19:33 -03:00
parent 362b58bd8a
commit d07464b8b0
1 changed files with 2 additions and 0 deletions

View File

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