Skip to content

Commit

Permalink
Fix dxd token display (#2068)
Browse files Browse the repository at this point in the history
* cast all token addresses to lowercase

* bump version, changelog
  • Loading branch information
dkent600 authored Aug 14, 2020
1 parent 7a3e1a0 commit c1a422f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"name": "Tether USD",
"symbol": "USDT"
},
"0xCc80C051057B774cD75067Dc48f8987C4Eb97A5e": {
"0xcc80c051057b774cd75067dc48f8987c4eb97a5e": {
"decimals": 18,
"name": "Nectar",
"symbol": "NEC"
Expand All @@ -68,7 +68,7 @@
"name": "i4 token",
"symbol": "GEMS"
},
"0xa1d65E8fB6e87b60FECCBc582F7f97804B725521": {
"0xa1d65e8fb6e87b60feccbc582f7f97804b725521": {
"decimals": 18,
"name": "DXdao",
"symbol": "DXD"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c1a422f

Please sign in to comment.