@@ -1189,15 +1189,16 @@ module.exports = (config) => {
1189
1189
1190
1190
module.exports = {
1191
1191
homeURL: 'https://amisolution.github.io/amis-decentrex',
1192
- contractDecentrEx: 'smart_contract/etherdelta .sol',
1192
+ contractDecentrEx: 'smart_contract/decentrex .sol',
1193
1193
contractToken: 'smart_contract/token.sol',
1194
1194
contractReserveToken: 'smart_contract/reservetoken.sol',
1195
1195
contractDecentrExAddrs: [
1196
1196
{ addr: '0xbf29685856fae1e228878dfb35b280c0adcc3b05', info: 'Deployed 05/26/2017' },
1197
- { addr: '0x8d12a197cb00d4747a1fe03395095ce2a5cc6819', info: 'Etherdelta contract' }
1197
+ { addr: '0x8d12a197cb00d4747a1fe03395095ce2a5cc6819', info: 'Etherdelta contract' },
1198
+ { addr: '0x228344536a03c0910fb8be9c2755c1a0ba6f89e1', info: 'ED Testnet contract' },
1198
1199
1199
1200
],
1200
- ethTestnet: false ,
1201
+ ethTestnet: 'ropsten' ,
1201
1202
ethProvider: 'http://localhost:8545',
1202
1203
ethGasPrice: 20000000000,
1203
1204
ethAddr: '0x0000000000000000000000000000000000000000',
@@ -1640,7 +1641,7 @@ module.exports = {
1640
1641
1641
1642
module.exports = {
1642
1643
homeURL: 'http://localhost:8080',
1643
- contractDecentrEx: 'smart_contract/etherdelta .sol',
1644
+ contractDecentrEx: 'smart_contract/decentrex .sol',
1644
1645
contractToken: 'smart_contract/token.sol',
1645
1646
contractReserveToken: 'smart_contract/reservetoken.sol',
1646
1647
contractDecentrExAddrs: [
0 commit comments