Chainlink stop-limit orders (#2473)
* Contracts for Chainlink stop-limit orders * Tests and asset data utils * Update contracts-integrations changelog * Address comments * Remove priceFreshness parameter * Remove LibSafeMath * fix typo * Add ChainlinkStopLimit addresses to @0x/contract-addresses
This commit is contained in:
		@@ -5,6 +5,9 @@
 | 
			
		||||
 */
 | 
			
		||||
import { ContractArtifact } from 'ethereum-types';
 | 
			
		||||
 | 
			
		||||
import * as ChainlinkStopLimit from '../test/generated-artifacts/ChainlinkStopLimit.json';
 | 
			
		||||
import * as IChainlinkAggregator from '../test/generated-artifacts/IChainlinkAggregator.json';
 | 
			
		||||
import * as TestChainlinkAggregator from '../test/generated-artifacts/TestChainlinkAggregator.json';
 | 
			
		||||
import * as TestContractWrapper from '../test/generated-artifacts/TestContractWrapper.json';
 | 
			
		||||
import * as TestDydxUser from '../test/generated-artifacts/TestDydxUser.json';
 | 
			
		||||
import * as TestEth2Dai from '../test/generated-artifacts/TestEth2Dai.json';
 | 
			
		||||
@@ -16,6 +19,9 @@ import * as TestUniswapBridge from '../test/generated-artifacts/TestUniswapBridg
 | 
			
		||||
import * as TestUniswapExchange from '../test/generated-artifacts/TestUniswapExchange.json';
 | 
			
		||||
import * as TestUniswapExchangeFactory from '../test/generated-artifacts/TestUniswapExchangeFactory.json';
 | 
			
		||||
export const artifacts = {
 | 
			
		||||
    ChainlinkStopLimit: ChainlinkStopLimit as ContractArtifact,
 | 
			
		||||
    IChainlinkAggregator: IChainlinkAggregator as ContractArtifact,
 | 
			
		||||
    TestChainlinkAggregator: TestChainlinkAggregator as ContractArtifact,
 | 
			
		||||
    TestContractWrapper: TestContractWrapper as ContractArtifact,
 | 
			
		||||
    TestDydxUser: TestDydxUser as ContractArtifact,
 | 
			
		||||
    TestEth2Dai: TestEth2Dai as ContractArtifact,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user