diff --git a/contract-map.json b/contract-map.json index b9083db..7653f3c 100755 --- a/contract-map.json +++ b/contract-map.json @@ -173,5 +173,12 @@ "erc20": true, "symbol": "rBUND", "decimals": 18 + }, + "0xFF9EA341d9ea91CB7c54342354377f5104Fd403f": { + "name": "AMLT Coinfirm", + "logo": "amlt.png", + "erc20": true, + "symbol": "rAMLT", + "decimals": 18 } } diff --git a/images/amlt.png b/images/amlt.png new file mode 100644 index 0000000..9d39226 Binary files /dev/null and b/images/amlt.png differ diff --git a/package.json b/package.json index b3e68af..7b32d51 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rsksmart/rsk-contract-metadata", - "version": "1.0.6", + "version": "1.0.7", "description": "A mapping of RSK contract addresses to broadly accepted icons for those addresses.", "main": "index.js", "scripts": {