Skip to content

Commit

Permalink
chore: update unsupported token list (#2689)
Browse files Browse the repository at this point in the history
* chore: update unsupported token list

* Fix code style issues with ESLint

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
  • Loading branch information
willhennessy and lint-action committed Nov 1, 2021
1 parent 5026ebd commit 6a90bf3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/constants/tokenLists/unsupported.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -1080,6 +1080,13 @@
"name": "Shatner",
"symbol": "SHAT",
"decimals": 18
},
{
"chainId": 1,
"address": "0x7277a44D1325D81Ac58893002a1B40a41bea43fe",
"name": "FAANG Index",
"symbol": "FAANG",
"decimals": 18
}
]
}

2 comments on commit 6a90bf3

@vercel
Copy link

@vercel vercel bot commented on 6a90bf3 Nov 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

interface – ./

interface-git-main-uniswap.vercel.app
interface-uniswap.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 6a90bf3 Nov 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

widgets – ./

widgets-git-main-uniswap.vercel.app
widgets-uniswap.vercel.app

Please sign in to comment.