mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
23 lines
551 B
JavaScript
23 lines
551 B
JavaScript
module.exports = {
|
|
"eth": {
|
|
"type": "token",
|
|
"symbol": "ETH",
|
|
"name": "Ethereum",
|
|
"address": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
|
|
"decimals": 18
|
|
},
|
|
"dai": {
|
|
"type": "token",
|
|
"symbol": "DAI",
|
|
"name": "DAI Stable",
|
|
"address": "0x6B175474E89094C44Da98b954EedeAC495271d0F",
|
|
"decimals": 18
|
|
},
|
|
"usdc": {
|
|
"type": "token",
|
|
"symbol": "USDC",
|
|
"name": "USD Coin",
|
|
"address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
|
|
"decimals": 6
|
|
}
|
|
} |