diff --git a/packages/config/src/tokens/generated.json b/packages/config/src/tokens/generated.json index 27a5c9a4aa5..962d1b294e1 100644 --- a/packages/config/src/tokens/generated.json +++ b/packages/config/src/tokens/generated.json @@ -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", diff --git a/packages/config/src/tokens/tokens.jsonc b/packages/config/src/tokens/tokens.jsonc index 27a94f61165..d52cca8b580 100644 --- a/packages/config/src/tokens/tokens.jsonc +++ b/packages/config/src/tokens/tokens.jsonc @@ -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",