diff --git a/contract-map.json b/contract-map.json index 13f8ebc..a22f2bb 100755 --- a/contract-map.json +++ b/contract-map.json @@ -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", @@ -40,5 +54,12 @@ "erc20": true, "symbol": "rDAI", "decimals": 18 + }, + "0x967f8799aF07DF1534d48A95a5C9FEBE92c53ae0": { + "name": "Wrapped RBTC", + "logo": "wrbtc.png", + "erc20": true, + "symbol": "WRBTC", + "decimals": 18 } } diff --git a/images/rdoc.png b/images/rdoc.png new file mode 100644 index 0000000..6f9a64e Binary files /dev/null and b/images/rdoc.png differ diff --git a/images/rifpro.png b/images/rifpro.png new file mode 100644 index 0000000..567d372 Binary files /dev/null and b/images/rifpro.png differ diff --git a/images/wrbtc.png b/images/wrbtc.png new file mode 100644 index 0000000..60ac234 Binary files /dev/null and b/images/wrbtc.png differ diff --git a/package.json b/package.json index 96515d9..42917c1 100755 --- a/package.json +++ b/package.json @@ -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": {