chore: update constants

pull/26460/head^2
Nicolás Quiroz 2 years ago
parent 362b58bd8a
commit d07464b8b0
  1. 2
      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/';

Loading…
Cancel
Save