Skip to content

Commit

Permalink
Merge pull request #10 from rsksmart/add-ctokens
Browse files Browse the repository at this point in the history
Add cTokens from rLending
  • Loading branch information
ilanolkies authored Mar 11, 2021
2 parents 52850a3 + cc0bcb0 commit 95cc6c5
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions contract-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,26 @@
"erc20": true,
"symbol": "rRFOX",
"decimals": 18
},
"0xD256C121A507cadd2687599E27fA45E31B7c3199": {
"name": "rLedning USDT",
"logo": "crusdt.png",
"erc20": true,
"symbol": "crUSDT",
"decimals": 8
},
"0xB7Ff2c56c897562c0AA6747D2679d35F5e937492": {
"name": "rLending RIF",
"logo": "crif.png",
"erc20": true,
"symbol": "cRIF",
"decimals": 8
},
"0x872664A885A1995D754E3666A23FaD5c801401C4": {
"name": "rLending RBTC",
"logo": "crbtc.png",
"erc20": true,
"symbol": "cRBTC",
"decimals": 8
}
}
Binary file added images/crbtc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/crif.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/crusdt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsksmart/rsk-contract-metadata",
"version": "1.0.4",
"version": "1.0.5",
"description": "A mapping of RSK contract addresses to broadly accepted icons for those addresses.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 95cc6c5

Please sign in to comment.