From c1a422f407eefe67205c8c07432212586526f522 Mon Sep 17 00:00:00 2001 From: Doug Kent Date: Fri, 14 Aug 2020 15:39:00 -0400 Subject: [PATCH] Fix dxd token display (#2068) * cast all token addresses to lowercase * bump version, changelog --- CHANGELOG.md | 4 ++++ data/tokens.json | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a09bcce29..1ebc45d17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.10.14-1 + - Bugs Fixed + - fix display of DXD and NEC tokens + ## 0.10.14 - Features Added - show raw calldata in proposal details for relevant plugins diff --git a/data/tokens.json b/data/tokens.json index 14b67caab..9245f7c03 100644 --- a/data/tokens.json +++ b/data/tokens.json @@ -48,7 +48,7 @@ "name": "Tether USD", "symbol": "USDT" }, - "0xCc80C051057B774cD75067Dc48f8987C4Eb97A5e": { + "0xcc80c051057b774cd75067dc48f8987c4eb97a5e": { "decimals": 18, "name": "Nectar", "symbol": "NEC" @@ -68,7 +68,7 @@ "name": "i4 token", "symbol": "GEMS" }, - "0xa1d65E8fB6e87b60FECCBc582F7f97804B725521": { + "0xa1d65e8fb6e87b60feccbc582f7f97804b725521": { "decimals": 18, "name": "DXdao", "symbol": "DXD" diff --git a/package-lock.json b/package-lock.json index 004c7cb9a..2a2ee42eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "alchemy-client", - "version": "0.10.14", + "version": "0.10.14-1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 25a1e2bf5..56060f92a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alchemy-client", - "version": "0.10.14", + "version": "0.10.14-1", "description": "An app for collaborative networks (DAOs), based on the DAO stack.", "author": "DAOstack", "license": "GPL-3.0",