chore: update constants
This commit is contained in:
parent
362b58bd8a
commit
d07464b8b0
|
@ -171,6 +171,8 @@ export const LATEST_GETH_RELEASE_URL =
|
||||||
'https://api.github.com/repos/ethereum/go-ethereum/releases/latest';
|
'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 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 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
|
// Binaries urls
|
||||||
export const BINARIES_BASE_URL = 'https://gethstore.blob.core.windows.net/builds/';
|
export const BINARIES_BASE_URL = 'https://gethstore.blob.core.windows.net/builds/';
|
||||||
|
|
Loading…
Reference in New Issue