Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zackcoburn committed Aug 15, 2017
1 parent 031c0d5 commit 426aacf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
gasTrade: 250000,
gasOrder: 250000,
ordersOnchain: false,
apiServer: ['https://cache1.etherdelta.com', 'https://cache2.etherdelta.com', 'https://cache3.etherdelta.com'],
apiServer: ['https://cache1.etherdelta.com', 'https://cache2.etherdelta.com', 'https://cache3.etherdelta.com', 'https://cache4.etherdelta.com'],
userCookie: 'EtherDelta',
eventsCacheCookie: 'EtherDelta_eventsCache',
deadOrdersCacheCookie: 'EtherDelta_deadOrdersCache',
Expand Down
2 changes: 1 addition & 1 deletion js/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ module.exports = {
gasTrade: 250000,
gasOrder: 250000,
ordersOnchain: false,
apiServer: ['https://cache1.etherdelta.com', 'https://cache2.etherdelta.com', 'https://cache3.etherdelta.com'],
apiServer: ['https://cache1.etherdelta.com', 'https://cache2.etherdelta.com', 'https://cache3.etherdelta.com', 'https://cache4.etherdelta.com'],
userCookie: 'EtherDelta',
eventsCacheCookie: 'EtherDelta_eventsCache',
deadOrdersCacheCookie: 'EtherDelta_deadOrdersCache',
Expand Down

0 comments on commit 426aacf

Please sign in to comment.