Skip to content

Commit

Permalink
Dai token, remove token with unconventional decimals
Browse files Browse the repository at this point in the history
  • Loading branch information
dvush committed May 19, 2020
1 parent 14e0616 commit 0fa9b0f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 25 deletions.
1 change: 1 addition & 0 deletions contracts/scripts/prepare-mainnet-tokens-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const provider = ethers.getDefaultProvider("mainnet");
(async () => {
// List of top 20 ERC20 tokens by daily transfer volume. (except VEN which is "old")
const tokenAddresses = [
"0x6b175474e89094c44da98b954eedeac495271d0f",
"0xdac17f958d2ee523a2206206994597c13d831ec7",
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"0x514910771af9ca656af840dff83e8264ecf986ca",
Expand Down
26 changes: 4 additions & 22 deletions etc/tokens/rinkeby.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
[
{
"address": "0x3B00Ef435fA4FcFF5C209a37d1f3dcff37c705aD",
"decimals": 6,
"symbol": "USDT",
"name": "Tether USD"
},
{
"address": "0xeb8f08a975Ab53E34D8a0330E0D34de942C95926",
"decimals": 6,
"symbol": "USDC",
"name": "USD Coin"
"address": "0x8ecE0cb8B5cf0e2d49f135703B6436EFA26393c9",
"decimals": 18,
"symbol": "DAI",
"name": "Dai Stablecoin"
},
{
"address": "0x4da8d0795830f75BE471F072a034d42c369B5d0A",
Expand Down Expand Up @@ -95,24 +89,12 @@
"symbol": "REP",
"name": "Reputation"
},
{
"address": "0x8098165d982765097E4aa17138816e5b95f9fDb5",
"decimals": 8,
"symbol": "STORJ",
"name": "StorjToken"
},
{
"address": "0x02d01f0835B7FDfa5d801A8f5f74c37F2BB1aE6a",
"decimals": 18,
"symbol": "NEXO",
"name": "Nexo"
},
{
"address": "0xd93adDB2921b8061B697C2Ab055979BbEFE2B7AC",
"decimals": 8,
"symbol": "MCO",
"name": "MCO"
},
{
"address": "0x290EBa6EC56EcC9fF81C72E8eccc77D2c2BF63eB",
"decimals": 18,
Expand Down
6 changes: 3 additions & 3 deletions etc/tokens/ropsten.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"address": "0xFab46E002BbF0b4509813474841E0716E6730136",
"precision": 18,
"decimals": 18,
"symbol": "FAU"
},
{
"address": "0xad6d458402f60fd3bd25163575031acdce07538d",
"precision": 18,
"address": "0xaD6D458402F60fD3Bd25163575031ACDce07538D",
"decimals": 18,
"symbol": "DAI"
}
]

0 comments on commit 0fa9b0f

Please sign in to comment.