Skip to content

Commit

Permalink
Merge pull request coingecko#1102 from Ethex/add_trade_page_url
Browse files Browse the repository at this point in the history
- What is the purpose of this Pull Request?
  • Loading branch information
tmlee authored Oct 26, 2018
2 parents 565e556 + 3ae8c75 commit ba2eb1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/cryptoexchange/exchanges/ethex/market.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ module Ethex
class Market < Cryptoexchange::Models::Market
NAME = 'ethex'
API_URL = 'https://api.ethex.market:5055'
def self.trade_page_url(args={})
"https://ethex.market/##{args[:target]}"
end
end
end
end

0 comments on commit ba2eb1d

Please sign in to comment.