We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d41c483 + a859bc9 commit 066a147Copy full SHA for 066a147
contract-map.json
@@ -700,6 +700,13 @@
700
"symbol": "SAI",
701
"decimals": 18
702
},
703
+ "0x6B175474E89094C44Da98b954EedeAC495271d0F": {
704
+ "name": "Dai Stablecoin",
705
+ "logo": "new-dai.svg",
706
+ "erc20": true,
707
+ "symbol": "DAI",
708
+ "decimals": 18
709
+ },
710
"0xDF2C7238198Ad8B389666574f2d8bc411A4b7428": {
711
"name": "Mainframe Token",
712
"logo": "Mainframe.png",
images/new-dai.svg
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eth-contract-metadata",
3
- "version": "1.10.0",
+ "version": "1.11.0",
4
"description": "A mapping of ethereum contract addresses to broadly accepted icons for those addresses.",
5
"main": "index.js",
6
"scripts": {
0 commit comments