Skip to content

Commit 066a147

Browse files
author
Bruno Barbieri
authored
Merge pull request #414 from MetaMask/add-new-dai
Added new DAI information
2 parents d41c483 + a859bc9 commit 066a147

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

contract-map.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,13 @@
700700
"symbol": "SAI",
701701
"decimals": 18
702702
},
703+
"0x6B175474E89094C44Da98b954EedeAC495271d0F": {
704+
"name": "Dai Stablecoin",
705+
"logo": "new-dai.svg",
706+
"erc20": true,
707+
"symbol": "DAI",
708+
"decimals": 18
709+
},
703710
"0xDF2C7238198Ad8B389666574f2d8bc411A4b7428": {
704711
"name": "Mainframe Token",
705712
"logo": "Mainframe.png",

images/new-dai.svg

Lines changed: 1 addition & 0 deletions
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eth-contract-metadata",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "A mapping of ethereum contract addresses to broadly accepted icons for those addresses.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)