Skip to content

Commit

Permalink
Add weth mainnet (#15)
Browse files Browse the repository at this point in the history
* Replace WETH logo

* Add WETH in mainnet

* 1.2.0
  • Loading branch information
gndelia authored Nov 11, 2024
1 parent d7580b9 commit d1c40c8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hemilabs/token-list",
"version": "1.1.1",
"version": "1.2.0",
"description": "List of ERC-20 tokens in the Hemi Network chains",
"bugs": {
"url": "https://github.com/hemilabs/token-list/issues"
Expand Down
14 changes: 11 additions & 3 deletions src/hemi.tokenlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"timestamp": "2024-05-07T22:03:02.686Z",
"version": {
"major": 1,
"minor": 1,
"patch": 1
"minor": 2,
"patch": 0
},
"tokens": [
{
Expand All @@ -27,7 +27,7 @@
"address": "0x0C8aFD1b58aa2A5bAd2414B861D8A7fF898eDC3A",
"chainId": 743111,
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/ethereum-optimism/ethereum-optimism.github.io/master/data/WETH/logo.png",
"logoURI": "https://raw.githubusercontent.com/hemilabs/token-list/master/src/logos/weth.svg",
"name": "Wrapped Ether",
"symbol": "WETH",
"extensions": {
Expand Down Expand Up @@ -273,6 +273,14 @@
"logoURI": "https://raw.githubusercontent.com/hemilabs/token-list/master/src/logos/comp.svg",
"name": "Compound",
"symbol": "COMP"
},
{
"address": "0x4200000000000000000000000000000000000006",
"chainId": 43111,
"decimals": 18,
"logoURI": "https://raw.githubusercontent.com/hemilabs/token-list/master/src/logos/weth.svg",
"name": "Wrapped Ether",
"symbol": "WETH"
}
]
}

0 comments on commit d1c40c8

Please sign in to comment.