Skip to content

Commit

Permalink
add rsETH to zksync TVL (l2beat#6243)
Browse files Browse the repository at this point in the history
Co-authored-by: sekuba <[email protected]>
  • Loading branch information
sekuba and sekuba authored Dec 27, 2024
1 parent f1d43ab commit cada07b
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
22 changes: 22 additions & 0 deletions packages/config/src/tokens/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -6460,6 +6460,28 @@
"source": "native",
"supply": "circulatingSupply"
},
{
"name": "KelpDao Restaked ETH",
"coingeckoId": "kelp-dao-restaked-eth",
"address": "0x6bE2425C381eb034045b527780D2Bf4E21AB7236",
"symbol": "rsETH",
"decimals": 18,
"deploymentTimestamp": 1715792840,
"coingeckoListingTimestamp": 1705017600,
"category": "ether",
"iconUrl": "https://coin-images.coingecko.com/coins/images/33800/large/Icon___Dark.png?1702991855",
"chainId": 324,
"source": "external",
"supply": "totalSupply",
"bridgedUsing": {
"bridges": [
{
"name": "Layer Zero v2 OFT",
"slug": "layerzerov2oft"
}
]
}
},
{
"name": "Staked Frax Ether",
"coingeckoId": "staked-frax-ether",
Expand Down
16 changes: 16 additions & 0 deletions packages/config/src/tokens/tokens.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -4258,6 +4258,22 @@
}
],
"zksync2": [
{
"symbol": "rsETH",
"category": "ether",
"address": "0x6be2425c381eb034045b527780d2bf4e21ab7236",
"source": "external",
"supply": "totalSupply",
"coingeckoId": "kelp-dao-restaked-eth",
"bridgedUsing": {
"bridges": [
{
"name": "Layer Zero v2 OFT",
"slug": "layerzerov2oft"
}
]
}
},
{
"symbol": "wBTC",
"address": "0xBBeB516fb02a01611cBBE0453Fe3c580D7281011",
Expand Down

0 comments on commit cada07b

Please sign in to comment.