Skip to content

Commit 584f0d1

Browse files
committed
testing
1 parent 743570c commit 584f0d1

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

config_testnet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
contractToken: 'smart_contract/token.sol',
77
contractReserveToken: 'smart_contract/reservetoken.sol',
88
contractDecentrExAddrs: [
9-
{ addr: '0x228344536a03c0910fb8be9c2755c1a0ba6f89e1', info: 'Deployed 02/09/2017' },
9+
{ addr: '0x228344536a03c0910fb8be9c2755c1a0ba6f89e1', info: 'ED Deployed 02/09/2017' },
1010
{ addr: '0xf80cd360e96fa96b8b7d9e95d5a7911ac5f09ec2', info: 'Deployed 10/24/2016' },
1111
{ addr: '0xcdd152384c55dd4e5b5a3128cc90e0d9311570de', info: 'Deployed 10/06/2016' },
1212
{ addr: '0x24b0ed7ba8d6d969bfe8409b4e6aeee3a40f8855', info: 'Deployed 08/03/2016' },

js/bundle.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,15 +1189,16 @@ module.exports = (config) => {
11891189

11901190
module.exports = {
11911191
homeURL: 'https://amisolution.github.io/amis-decentrex',
1192-
contractDecentrEx: 'smart_contract/etherdelta.sol',
1192+
contractDecentrEx: 'smart_contract/decentrex.sol',
11931193
contractToken: 'smart_contract/token.sol',
11941194
contractReserveToken: 'smart_contract/reservetoken.sol',
11951195
contractDecentrExAddrs: [
11961196
{ 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' },
11981199

11991200
],
1200-
ethTestnet: false,
1201+
ethTestnet: 'ropsten',
12011202
ethProvider: 'http://localhost:8545',
12021203
ethGasPrice: 20000000000,
12031204
ethAddr: '0x0000000000000000000000000000000000000000',
@@ -1640,7 +1641,7 @@ module.exports = {
16401641

16411642
module.exports = {
16421643
homeURL: 'http://localhost:8080',
1643-
contractDecentrEx: 'smart_contract/etherdelta.sol',
1644+
contractDecentrEx: 'smart_contract/decentrex.sol',
16441645
contractToken: 'smart_contract/token.sol',
16451646
contractReserveToken: 'smart_contract/reservetoken.sol',
16461647
contractDecentrExAddrs: [

market_maker_config_schema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const pairs = {
2929
properties: {
3030
pair: {
3131
title: 'Pair',
32-
description: 'The pair name should match what you see on DecentrEx, for example MKR/ETH',
32+
description: 'The pair name should match what you see on DecentrEx, for example AMIS/ETH',
3333
type: 'string',
3434
},
3535
expires: {

0 commit comments

Comments
 (0)