Skip to content

Commit

Permalink
Merge pull request #3 from rsksmart/rdoc
Browse files Browse the repository at this point in the history
Add WRBTC, RDOC and RPRO to the list
  • Loading branch information
ilanolkies authored Aug 21, 2020
2 parents d791373 + b404cca commit 78c25cf
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 @@ -6,6 +6,20 @@
"symbol": "RIF",
"decimals": 18
},
"0x2d919f19D4892381d58EdEbEcA66D5642ceF1A1F": {
"name": "RIF Dollar on Chain",
"logo": "rdoc.png",
"erc20": true,
"symbol": "RDOC",
"decimals": 18
},
"0xF4d27C56595eD59B66cC7f03CFF5193E4Bd74a61": {
"name": "RIF Pro",
"logo": "rifpro.png",
"erc20": true,
"symbol": "RIFP",
"decimals": 18
},
"0xE700691Da7B9851F2F35f8b8182C69C53ccad9DB": {
"name": "Dollar on Chain",
"logo": "doc.png",
Expand Down Expand Up @@ -40,5 +54,12 @@
"erc20": true,
"symbol": "rDAI",
"decimals": 18
},
"0x967f8799aF07DF1534d48A95a5C9FEBE92c53ae0": {
"name": "Wrapped RBTC",
"logo": "wrbtc.png",
"erc20": true,
"symbol": "WRBTC",
"decimals": 18
}
}
Binary file added images/rdoc.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/rifpro.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/wrbtc.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.0",
"version": "1.0.1",
"description": "A mapping of RSK contract addresses to broadly accepted icons for those addresses.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 78c25cf

Please sign in to comment.