|
|
@ -178,7 +178,7 @@ export const LATEST_GETH_RELEASE_URL = |
|
|
|
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 = |
|
|
|
export const LAST_COMMIT_BASE_URL = |
|
|
|
'https://api.github.com/repos/ethereum/geth-website/commits?path='; |
|
|
|
'https://api.github.com/repos/ethereum/go-ethereum/commits/website?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/'; |
|
|
|