Skip to content

Commit

Permalink
feat(usd-rebrand): part one
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed Mar 3, 2020
1 parent 131634b commit 68bd5d4
Show file tree
Hide file tree
Showing 20 changed files with 144 additions and 228 deletions.
12 changes: 6 additions & 6 deletions config/mocks/wallet-options-v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,15 @@
"syncToPit": true
},
"coinCode": "PAX",
"coinTicker": "PAX",
"colorCode": "pax",
"coinTicker": "USD-D",
"colorCode": "usd-d",
"contractAddress": "0x8e870d67f660d95d5be530380d0ec0bd388289e1",
"displayName": "USD Pax",
"displayName": "USD Digital",
"hasLockboxSupport": false,
"icons": {
"default": "pax",
"circle": "pax",
"circleFilled": "pax"
"default": "usd-d",
"circle": "usd-d",
"circleFilled": "usd-d"
},
"minConfirmations": 12,
"txExplorerBaseUrl": "https://www.blockchain.com/eth/tx",
Expand Down
2 changes: 1 addition & 1 deletion packages/blockchain-info-components/src/Colors/DarkMode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ const DarkTheme: DefaultTheme = {
btc: '#FF9B22',
bch: '#8DC351',
eth: '#473BCB',
pax: '#00522C',
stx: '#211F6D',
'usd-d': '#0C6CF2',
xlm: '#797979',
// OLD - AVOID USE \\
// Brand
Expand Down
2 changes: 1 addition & 1 deletion packages/blockchain-info-components/src/Colors/Default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ const Default = {
btc: '#FF9B22',
bch: '#8DC351',
eth: '#473BCB',
pax: '#00522C',
stx: '#211F6D',
'usd-d': '#0C6CF2',
xlm: '#121D33',
// OLD - AVOID USE \\
// Brand
Expand Down
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.

0 comments on commit 68bd5d4

Please sign in to comment.