Skip to content

Commit

Permalink
Update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
tommdn committed Jan 6, 2021
1 parent c7be4d1 commit 6d59d19
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
18 changes: 9 additions & 9 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
},
{
"symbol": "ALGO",
"name": "ALGO",
"name": "Algorand",
"color": "#000000"
},
{
Expand Down Expand Up @@ -126,7 +126,7 @@
},
{
"symbol": "ARNX",
"name": "ARNX",
"name": "Aeron",
"color": "#436697"
},
{
Expand Down Expand Up @@ -171,12 +171,12 @@
},
{
"symbol": "BAL",
"name": "BAL",
"name": "Balancer",
"color": "#1e1e1e"
},
{
"symbol": "BAND",
"name": "BAND",
"name": "Band Protocol",
"color": "#516aff"
},
{
Expand Down Expand Up @@ -471,7 +471,7 @@
},
{
"symbol": "COMP",
"name": "Compound Coin",
"name": "Compound",
"color": "#00d395"
},
{
Expand Down Expand Up @@ -1371,7 +1371,7 @@
},
{
"symbol": "OMG",
"name": "OmiseGO",
"name": "OMG Network",
"color": "#101010"
},
{
Expand Down Expand Up @@ -1411,7 +1411,7 @@
},
{
"symbol": "OXT",
"name": "OXT",
"name": "Orchid",
"color": "#5f45ba"
},
{
Expand Down Expand Up @@ -1601,7 +1601,7 @@
},
{
"symbol": "REPV2",
"name": "REPV2",
"name": "Augur",
"color": "#0e0e21"
},
{
Expand Down Expand Up @@ -1931,7 +1931,7 @@
},
{
"symbol": "UNI",
"name": "Universe",
"name": "Uniswap",
"color": "#ff007a"
},
{
Expand Down
12 changes: 11 additions & 1 deletion scripts/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,17 @@ const overrides = new Map([
['LEO', 'Unus Sed LEO'],
['SAI', 'Single Collateral DAI'],
['SIN', 'SINOVATE'],
['YFI', 'yearn.finance']
['YFI', 'yearn.finance'],
['DAI', 'Dai'],
['BAND', 'Band Protocol'],
['BAL', 'Balancer'],
['OMG', 'OMG Network'],
['ARNX', 'Aeron'],
['ALGO', 'Algorand'],
['OXT', 'Orchid'],
['REPV2', 'Augur'],
['UNI', 'Uniswap'],
['COMP', 'Compound']
]);

const icons = manifest.map(icon => {
Expand Down

0 comments on commit 6d59d19

Please sign in to comment.