Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from sentinel-official/faucet_url_updates
Browse files Browse the repository at this point in the history
Updated Turing 2 faucet URL
  • Loading branch information
ironman0x7b2 authored May 12, 2020
2 parents 3290473 + be20bdc commit 7729342
Show file tree
Hide file tree
Showing 3 changed files with 947 additions and 1,157 deletions.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sentinel-desktop",
"version": "0.2.0",
"version": "0.2.1",
"description": "Sentinel Desktop Client",
"author": {
"name": "Sentinel Development Team",
Expand All @@ -20,29 +20,28 @@
"start:server": "BROWSER=none HTTPS=true react-scripts start"
},
"devDependencies": {
"@material-ui/core": "^4.9.9",
"@material-ui/core": "^4.9.14",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.48",
"@material-ui/lab": "^4.0.0-alpha.53",
"axios": "^0.19.2",
"bech32": "^1.1.3",
"bech32": "^1.1.4",
"classnames": "^2.2.6",
"electron": "^8.2.0",
"electron-builder": "^22.4.1",
"eslint": "^6.8.0",
"electron": "^8.2.5",
"electron-builder": "^22.6.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-standard": "^4.0.1",
"moment": "^2.24.0",
"moment": "^2.25.3",
"prop-types": "^15.7.2",
"qrcode.react": "^1.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.1",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
Expand Down
2 changes: 1 addition & 1 deletion src/constants/url.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const KEYS_GET = `${URL}/keys`;
export const TRANSFER_TOKENS = `${URL}/transfer`;
export const VALIDATORS_LIST_URL = `${URL}/validators`;
export const WITHDRAW_ALL_URL = `${URL}/accounts/withdraw-all-rewards`;
export const FAUCET_URL = 'http://51.83.120.246:8000/transfer';
export const FAUCET_URL = 'https://faucet.turing.sentinel.co/transfer';

export const getWalletDetailsURL = (address) => {
return `${URL}/accounts/${address}`;
Expand Down
Loading

0 comments on commit 7729342

Please sign in to comment.