Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit d1138ee

Browse files
authored
Stake banner (#4515)
* Add stake banner * Link open in new window * prettier * Coins Icon changes * Prettier * BG fix * lock-ups condition update
1 parent dc9715c commit d1138ee

File tree

19 files changed

+651
-1494
lines changed

19 files changed

+651
-1494
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
UNLOCK_DATE=2019-01-01
22
API_URL=http://localhost:5000
3+
STAKE_URL=https://ousd.com/stake

infra/token-transfer-client/config/env.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ function getClientEnvironment(publicUrl) {
8686
'NODE_ENV',
8787
'OTC_REQUEST_ENABLED',
8888
'INVESTOR_UNLOCK_DATE',
89-
'TEAM_UNLOCK_DATE'
89+
'TEAM_UNLOCK_DATE',
90+
'STAKE_URL',
91+
'API_URL'
9092
]
9193
if (whitelist.includes(key)) {
9294
env[key] = JSON.stringify(raw[key])

infra/token-transfer-client/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"case-sensitive-paths-webpack-plugin": "2.3.0",
2727
"chart.js": "2.9.3",
2828
"clean-webpack-plugin": "^3.0.0",
29-
"css-loader": "3.4.2",
3029
"dotenv": "8.2.0",
3130
"dotenv-expand": "5.1.0",
3231
"eslint": "6.8.0",
@@ -44,7 +43,7 @@
4443
"lodash.get": "4.4.2",
4544
"mini-css-extract-plugin": "0.9.0",
4645
"moment": "2.24.0",
47-
"node-sass": "^4.13.1",
46+
"node-sass": "^5.0.0",
4847
"numeral": "2.0.6",
4948
"optimize-css-assets-webpack-plugin": "5.0.3",
5049
"prettier": "1.19.1",
@@ -62,7 +61,7 @@
6261
"redux-thunk": "2.3.0",
6362
"resolve": "1.15.1",
6463
"resolve-url-loader": "^3.1.1",
65-
"sass-loader": "8.0.2",
64+
"sass-loader": "^10.1.0",
6665
"style-loader": "1.1.3",
6766
"superagent": "5.2.2",
6867
"swiper": "5.3.6",
Lines changed: 19 additions & 0 deletions
Loading
Lines changed: 19 additions & 0 deletions
Loading
Lines changed: 52 additions & 0 deletions
Loading
Lines changed: 18 additions & 0 deletions
Loading
Lines changed: 39 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)