Skip to content
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2066 from ElvisLYC/change_trading_url
Browse files Browse the repository at this point in the history
add inst_id to ticker for saturn_network
  • Loading branch information
ElvisLYC committed Apr 23, 2020
2 parents 7f49ecd + 3d8840a commit b1cca72
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def adapt_all(output)
market_pair = Cryptoexchange::Models::MarketPair.new(
base: base,
target: target,
inst_id: contract_address,
market: SaturnNetwork::Market::NAME
)
adapt(pair, market_pair)
Expand Down

0 comments on commit b1cca72

Please sign in to comment.