From 33e4738c21dc4889c4f2285661c8dd68b84b9c72 Mon Sep 17 00:00:00 2001 From: Mikhailo Shabodyash <67977488+EviLord032@users.noreply.github.com> Date: Thu, 30 May 2024 11:37:57 +0300 Subject: [PATCH] Added COMP token on Optimism --- data/COMP/data.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 data/COMP/data.json diff --git a/data/COMP/data.json b/data/COMP/data.json new file mode 100644 index 0000000..5fe9ae7 --- /dev/null +++ b/data/COMP/data.json @@ -0,0 +1,14 @@ +{ + "name": "Compound", + "symbol": "COMP", + "decimals": 18, + "description": "Compound III is an EVM compatible protocol that enables supplying of crypto assets as collateral in order to borrow the base asset. Accounts can also earn interest by supplying the base asset to the protocol.", + "website": "https://compound.finance/", + "twitter": "https://twitter.com/compoundfinance", + "logoURI": "https://assets.coingecko.com/coins/images/10775/standard/COMP.png?1696510737", + "opTokenId": "COMP", + "addresses": { + "1": "0xc00e94Cb662C3520282E6f5717214004A7f26888", + "10": "0x7e7d4467112689329f7E06571eD0E8CbAd4910eE" + } +} \ No newline at end of file