Skip to content

Commit

Permalink
Add cmETH and COOK to mantle (l2beat#5696)
Browse files Browse the repository at this point in the history
Co-authored-by: sekuba <[email protected]>
  • Loading branch information
sekuba and sekuba authored Nov 4, 2024
1 parent af4ccf0 commit e105a52
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 0 deletions.
44 changes: 44 additions & 0 deletions packages/config/src/tokens/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -6644,6 +6644,50 @@
"source": "native",
"supply": "circulatingSupply"
},
{
"name": "cmETH",
"coingeckoId": "mantle-restaked-eth",
"address": "0xE6829d9a7eE3040e1276Fa75293Bde931859e8fA",
"symbol": "cmETH",
"decimals": 18,
"deploymentTimestamp": 1722582882,
"coingeckoListingTimestamp": 1730073600,
"category": "ether",
"iconUrl": "https://coin-images.coingecko.com/coins/images/51114/large/symbol.png?1730117724",
"chainId": 5000,
"source": "external",
"supply": "totalSupply",
"bridgedUsing": {
"bridges": [
{
"name": "Layer Zero v2 OFT",
"slug": "layerzerov2oft"
}
]
}
},
{
"name": "COOK",
"coingeckoId": "meth-protocol",
"address": "0x9F0C013016E8656bC256f948CD4B79ab25c7b94D",
"symbol": "COOK",
"decimals": 18,
"deploymentTimestamp": 1724749606,
"coingeckoListingTimestamp": 1730160000,
"category": "other",
"iconUrl": "https://coin-images.coingecko.com/coins/images/50969/large/Logomark-Gradient_Official.png?1729620221",
"chainId": 5000,
"source": "external",
"supply": "circulatingSupply",
"bridgedUsing": {
"bridges": [
{
"name": "Layer Zero v2 OFT",
"slug": "layerzerov2oft"
}
]
}
},
{
"name": "Ether",
"coingeckoId": "wrapped-ether-mantle-bridge",
Expand Down
29 changes: 29 additions & 0 deletions packages/config/src/tokens/tokens.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -3071,6 +3071,35 @@
}
],
"mantle": [
{
"symbol": "COOK",
"address": "0x9F0C013016E8656bC256f948CD4B79ab25c7b94D",
"source": "external",
"supply": "circulatingSupply", // the OFT adapter is on ethereum but vesting is on mantle
"bridgedUsing": {
"bridges": [
{
"name": "Layer Zero v2 OFT",
"slug": "layerzerov2oft"
}
]
}
},
{
"symbol": "cmETH",
"address": "0xE6829d9a7eE3040e1276Fa75293Bde931859e8fA",
"category": "ether",
"source": "external",
"supply": "totalSupply",
"bridgedUsing": {
"bridges": [
{
"name": "Layer Zero v2 OFT",
"slug": "layerzerov2oft"
}
]
}
},
{
"symbol": "CATI",
"address": "0x1Bdd8878252DaddD3Af2ba30628813271294eDc0",
Expand Down

0 comments on commit e105a52

Please sign in to comment.