Skip to content

Commit

Permalink
Updated lists
Browse files Browse the repository at this point in the history
  • Loading branch information
jiro-ono committed Sep 13, 2020
1 parent a4f0c66 commit d15f04b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
Binary file added public/images/nomi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions public/locales/en-US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"dateTime": "%x, %X",
"date": "%-m/%-d/%Y",
"time": "%-I:%M:%S %p",
"periods": ["AM", "PM"],
"days": ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
"shortDays": ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
"months": ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],
"shortMonths": ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]
}
6 changes: 3 additions & 3 deletions src/constants/lists.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// the Uniswap Default token list lives here
// the SushiSwap Default token list lives here
export const DEFAULT_TOKEN_LIST_URL = window.location.origin + '/tokens.json'

export const DEFAULT_LIST_OF_LISTS: string[] = [
Expand All @@ -12,9 +12,9 @@ export const DEFAULT_LIST_OF_LISTS: string[] = [
// 'stablecoin.cmc.eth',
// 'tokenlist.zerion.eth',
// 'tokenlist.aave.eth',
// 'https://www.coingecko.com/tokens_list/uniswap/defi_100/v_0_0_0.json',
'https://www.coingecko.com/tokens_list/uniswap/defi_100/v_0_0_0.json',
// 'https://app.tryroll.com/tokens.json',
// 'https://raw.githubusercontent.com/compound-finance/token-list/master/compound.tokenlist.json',
'https://defiprime.com/defiprime.tokenlist.json',
// 'https://defiprime.com/defiprime.tokenlist.json',
// 'https://umaproject.org/uma.tokenlist.json'
]
2 changes: 1 addition & 1 deletion src/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"minor": 0,
"patch": 0
},
"logoURI": "./assets/images/sushiswap-logo.png",
"logoURI": "https://exchange.sushiswap.org/nomi.png",
"keywords": ["nomichef", "default", "list"],
"tokens": [
{
Expand Down

0 comments on commit d15f04b

Please sign in to comment.