Skip to content

Commit

Permalink
Added WETH in xlyer
Browse files Browse the repository at this point in the history
  • Loading branch information
sameepsi committed Apr 19, 2024
1 parent c7bec7a commit 661385b
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": "quickswap-default-token-list",
"version": "1.3.39",
"version": "1.3.40",
"description": "◦ The Quickswap default token list",
"main": "build/quickswap-default.tokenlist.json",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions src/tokens/xlayer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@
"decimals": 18,
"chainId": 196,
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png"
},
{
"name": "Wrapped Ether",
"address": "0x5A77f1443D16ee5761d310e38b62f77f726bC71c",
"symbol": "WETH",
"decimals": 18,
"chainId": 196,
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2/logo.png"
}

]

0 comments on commit 661385b

Please sign in to comment.