Skip to content

Commit

Permalink
tokens: gravity: add atETH and atUSD (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlj-jeff authored Oct 24, 2024
1 parent 25f5ac0 commit 0fc5e79
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/assets/ateth.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions src/assets/atusd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions src/tokens/gravity.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,23 @@
"logoURI": "BASE_URL/assets/dai.svg",
"decimals": 18,
"quote": "derived_stable"
},
{
"chainId": 1625,
"symbol": "atETH",
"name": "Latch staked ETH",
"address": "0xc314b8637B05A294Ae9D9C29300d5f667c748baD",
"logoURI": "BASE_URL/assets/ateth.svg",
"decimals": 18,
"quote": "other"
},
{
"chainId": 1625,
"symbol": "atUSD",
"name": "Latch staked USD",
"address": "0xc4af68Dd5b96f0A544c4417407773fEFDc97F58d",
"logoURI": "BASE_URL/assets/atusd.svg",
"decimals": 18,
"quote": "derived_stable"
}
]

0 comments on commit 0fc5e79

Please sign in to comment.