Skip to content

Commit

Permalink
tokens: xai: add wETH
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMyrddin committed Apr 7, 2024
1 parent 7b8320e commit 4ea2f2a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/tokens/xai.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"chainId": 660279,
"symbol": "WXAI",
"symbol": "wXAI",
"name": "Wrapped XAI",
"address": "0x3fB787101DC6Be47cfe18aeEe15404dcC842e6AF",
"logoURI": "BASE_URL/assets/xai.png",
Expand All @@ -21,5 +21,15 @@
"common": true,
"defaultSwapInput": true,
"quote": "stable"
},
{
"chainId": 660279,
"symbol": "wETH",
"name": "Wrapped Ether",
"address": "0xBeE82CfdAff4a6AA4E4793cb81eb1C2E79aC463C",
"logoURI": "BASE_URL/assets/eth.svg",
"decimals": 18,
"common": true,
"quote": "other"
}
]

0 comments on commit 4ea2f2a

Please sign in to comment.