Skip to content

Commit

Permalink
feat: add optimism token (#46)
Browse files Browse the repository at this point in the history
* feat: add optimism token

* refactor: remove timestamp

Co-authored-by: guanbinrui <[email protected]>
  • Loading branch information
nuanyang233 and guanbinrui authored Jul 28, 2022
1 parent 258fb57 commit 62cf34c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mask-token-lists",
"version": "0.0.43",
"version": "0.0.44",
"repository": "https://github.com/DimensionDev/Mask-Token-Lists.git",
"license": "MIT",
"author": "guanbinrui <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions src/fungible-tokens/optimistic.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,13 @@
"decimals": 18,
"chainId": 10,
"logoURI": "https://raw.githubusercontent.com/sushiswap/icons/master/token/slink.jpg"
},
{
"address": "0x4200000000000000000000000000000000000042",
"name": "Optimism",
"symbol": "OP",
"decimals": 18,
"chainId": 10,
"logoURI": "https://assets.coingecko.com/coins/images/25244/small/OP.jpeg"
}
]

0 comments on commit 62cf34c

Please sign in to comment.