Skip to content

Commit

Permalink
Merge pull request #414 from MetaMask/add-new-dai
Browse files Browse the repository at this point in the history
Added new DAI information
  • Loading branch information
Bruno Barbieri authored Nov 15, 2019
2 parents d41c483 + a859bc9 commit 066a147
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions contract-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,13 @@
"symbol": "SAI",
"decimals": 18
},
"0x6B175474E89094C44Da98b954EedeAC495271d0F": {
"name": "Dai Stablecoin",
"logo": "new-dai.svg",
"erc20": true,
"symbol": "DAI",
"decimals": 18
},
"0xDF2C7238198Ad8B389666574f2d8bc411A4b7428": {
"name": "Mainframe Token",
"logo": "Mainframe.png",
Expand Down
1 change: 1 addition & 0 deletions images/new-dai.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eth-contract-metadata",
"version": "1.10.0",
"version": "1.11.0",
"description": "A mapping of ethereum contract addresses to broadly accepted icons for those addresses.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 066a147

Please sign in to comment.