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

Commit

Permalink
Stake banner (#4515)
Browse files Browse the repository at this point in the history
* Add stake banner

* Link open in new window

* prettier

* Coins Icon changes

* Prettier

* BG fix

* lock-ups condition update
  • Loading branch information
iam-hussain committed Dec 15, 2020
1 parent dc9715c commit d1138ee
Show file tree
Hide file tree
Showing 19 changed files with 651 additions and 1,494 deletions.
1 change: 1 addition & 0 deletions infra/token-transfer-client/.env.development
@@ -1,2 +1,3 @@
UNLOCK_DATE=2019-01-01
API_URL=http://localhost:5000
STAKE_URL=https://ousd.com/stake
4 changes: 3 additions & 1 deletion infra/token-transfer-client/config/env.js
Expand Up @@ -86,7 +86,9 @@ function getClientEnvironment(publicUrl) {
'NODE_ENV',
'OTC_REQUEST_ENABLED',
'INVESTOR_UNLOCK_DATE',
'TEAM_UNLOCK_DATE'
'TEAM_UNLOCK_DATE',
'STAKE_URL',
'API_URL'
]
if (whitelist.includes(key)) {
env[key] = JSON.stringify(raw[key])
Expand Down
5 changes: 2 additions & 3 deletions infra/token-transfer-client/package.json
Expand Up @@ -26,7 +26,6 @@
"case-sensitive-paths-webpack-plugin": "2.3.0",
"chart.js": "2.9.3",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "3.4.2",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"eslint": "6.8.0",
Expand All @@ -44,7 +43,7 @@
"lodash.get": "4.4.2",
"mini-css-extract-plugin": "0.9.0",
"moment": "2.24.0",
"node-sass": "^4.13.1",
"node-sass": "^5.0.0",
"numeral": "2.0.6",
"optimize-css-assets-webpack-plugin": "5.0.3",
"prettier": "1.19.1",
Expand All @@ -62,7 +61,7 @@
"redux-thunk": "2.3.0",
"resolve": "1.15.1",
"resolve-url-loader": "^3.1.1",
"sass-loader": "8.0.2",
"sass-loader": "^10.1.0",
"style-loader": "1.1.3",
"superagent": "5.2.2",
"swiper": "5.3.6",
Expand Down
19 changes: 19 additions & 0 deletions infra/token-transfer-client/src/assets/coin-waves-circle.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions infra/token-transfer-client/src/assets/coin-waves-rectangle.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions infra/token-transfer-client/src/assets/coins-icon.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions infra/token-transfer-client/src/assets/ogn-coin.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions infra/token-transfer-client/src/assets/ousd-coin.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d1138ee

Please sign in to comment.