diff --git a/contract-map.json b/contract-map.json index 5190af0..3d7a846 100755 --- a/contract-map.json +++ b/contract-map.json @@ -194,5 +194,12 @@ "erc20": true, "symbol": "MOC", "decimals": 18 + }, + "0x70566D8541beaBe984c8BAbF8A816Ed908514Ba8": { + "name": "Universal Basic Income tokens", + "logo": "ubi.png", + "erc20": true, + "symbol": "rUBI", + "decimals": 18 } } diff --git a/images/ubi.png b/images/ubi.png new file mode 100644 index 0000000..c515ade Binary files /dev/null and b/images/ubi.png differ diff --git a/package.json b/package.json index 2b02420..bf3ab9b 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rsksmart/rsk-contract-metadata", - "version": "1.0.9", + "version": "1.0.10", "description": "A mapping of RSK contract addresses to broadly accepted icons for those addresses.", "main": "index.js", "scripts": {