diff --git a/README.md b/README.md new file mode 100644 index 000000000..74adf95ba --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# EtherDelta diff --git a/config/main.json b/config/main.json index e12ccb3e7..7e859cf1e 100644 --- a/config/main.json +++ b/config/main.json @@ -712,7 +712,9 @@ { "addr": "0xf85feea2fdd81d51177f6b8f35f0e6734ce45f5f", "name": "CMT", "decimals": 18 }, { "addr": "0xfdbc1adc26f0f8f8606a5d63b7d3a3cd21c22b23", "name": "1WO", "decimals": 8 }, { "addr": "0x27f610bf36eca0939093343ac28b1534a721dbb4", "name": "WAND", "decimals": 18 }, - { "addr": "0xe0c21b3f45fea3e5fdc811021fb1f8842caccad2", "name": "BITC", "decimals": 0 } + { "addr": "0xe0c21b3f45fea3e5fdc811021fb1f8842caccad2", "name": "BITC", "decimals": 0 }, + { "addr": "0xce53a179047ebed80261689367c093c90a94cc08", "name": "EDT", "decimals": 8 }, + { "addr": "0x5732046a883704404f284ce41ffadd5b007fd668", "name": "BLZ", "decimals": 18 } ], "defaultPair": { "token": "PPT", "base": "ETH" } } diff --git a/css/black.css b/css/black.css index 6af3f084e..e31d6f4c3 100644 --- a/css/black.css +++ b/css/black.css @@ -294,14 +294,6 @@ pre code { outline-offset: -5px; } -.crowdsale-button { - background: #f4b042; - vertical-align: middle; - outline: 5px #fff solid; - outline-offset: -5px; - font-weight: bold; -} - .warning { color: #f00; } diff --git a/css/white.css b/css/white.css index dd2daa1bc..71cba40fc 100644 --- a/css/white.css +++ b/css/white.css @@ -288,14 +288,6 @@ pre code { outline-offset: -5px; } -.crowdsale-button { - background: #f4b042; - vertical-align: middle; - outline: 5px #fff solid; - outline-offset: -5px; - font-weight: bold; -} - .warning { color: #f00; } diff --git a/index_com.html b/index_com.html index 93c056e9a..2e6f82273 100644 --- a/index_com.html +++ b/index_com.html @@ -38,7 +38,6 @@