* 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
22 lines
1.0 KiB
JSON
22 lines
1.0 KiB
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": { "outDir": "lib", "rootDir": ".", "resolveJsonModule": true },
|
|
"include": ["./src/**/*", "./test/**/*", "./generated-wrappers/**/*"],
|
|
"files": [
|
|
"generated-artifacts/TestFramework.json",
|
|
"test/generated-artifacts/ChainlinkStopLimit.json",
|
|
"test/generated-artifacts/IChainlinkAggregator.json",
|
|
"test/generated-artifacts/TestChainlinkAggregator.json",
|
|
"test/generated-artifacts/TestContractWrapper.json",
|
|
"test/generated-artifacts/TestDydxUser.json",
|
|
"test/generated-artifacts/TestEth2Dai.json",
|
|
"test/generated-artifacts/TestEth2DaiBridge.json",
|
|
"test/generated-artifacts/TestFramework.json",
|
|
"test/generated-artifacts/TestMainnetAggregatorFills.json",
|
|
"test/generated-artifacts/TestSignatureValidationWallet.json",
|
|
"test/generated-artifacts/TestUniswapBridge.json",
|
|
"test/generated-artifacts/TestUniswapExchange.json",
|
|
"test/generated-artifacts/TestUniswapExchangeFactory.json"
|
|
]
|
|
}
|