@0x/exchange-libs
: Remove LibAbiEncoder
This commit is contained in:
parent
bca199e118
commit
e3bca7e7e7
@ -24,7 +24,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"contracts": [
|
"contracts": [
|
||||||
"src/LibConstants.sol",
|
|
||||||
"src/LibEIP712ExchangeDomain.sol",
|
"src/LibEIP712ExchangeDomain.sol",
|
||||||
"src/LibFillResults.sol",
|
"src/LibFillResults.sol",
|
||||||
"src/LibMath.sol",
|
"src/LibMath.sol",
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
"lint-contracts": "solhint -c ../.solhint.json contracts/**/**/**/**/*.sol"
|
"lint-contracts": "solhint -c ../.solhint.json contracts/**/**/**/**/*.sol"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"abis": "./generated-artifacts/@(LibAssetProxyErrors|LibConstants|LibEIP712ExchangeDomain|LibFillResults|LibMath|LibOrder|LibZeroExTransaction|TestLibs).json",
|
"abis": "./generated-artifacts/@(LibEIP712ExchangeDomain|LibFillResults|LibMath|LibOrder|LibZeroExTransaction|TestLibs).json",
|
||||||
"abis:comment": "This list is auto-generated by contracts-gen. Don't edit manually."
|
"abis:comment": "This list is auto-generated by contracts-gen. Don't edit manually."
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
*/
|
*/
|
||||||
import { ContractArtifact } from 'ethereum-types';
|
import { ContractArtifact } from 'ethereum-types';
|
||||||
|
|
||||||
import * as LibConstants from '../generated-artifacts/LibConstants.json';
|
|
||||||
import * as LibEIP712ExchangeDomain from '../generated-artifacts/LibEIP712ExchangeDomain.json';
|
import * as LibEIP712ExchangeDomain from '../generated-artifacts/LibEIP712ExchangeDomain.json';
|
||||||
import * as LibFillResults from '../generated-artifacts/LibFillResults.json';
|
import * as LibFillResults from '../generated-artifacts/LibFillResults.json';
|
||||||
import * as LibMath from '../generated-artifacts/LibMath.json';
|
import * as LibMath from '../generated-artifacts/LibMath.json';
|
||||||
@ -13,7 +12,7 @@ import * as LibOrder from '../generated-artifacts/LibOrder.json';
|
|||||||
import * as LibZeroExTransaction from '../generated-artifacts/LibZeroExTransaction.json';
|
import * as LibZeroExTransaction from '../generated-artifacts/LibZeroExTransaction.json';
|
||||||
import * as TestLibs from '../generated-artifacts/TestLibs.json';
|
import * as TestLibs from '../generated-artifacts/TestLibs.json';
|
||||||
export const artifacts = {
|
export const artifacts = {
|
||||||
LibConstants: LibConstants as ContractArtifact,
|
LibEIP712ExchangeDomain: LibEIP712ExchangeDomain as ContractArtifact,
|
||||||
LibFillResults: LibFillResults as ContractArtifact,
|
LibFillResults: LibFillResults as ContractArtifact,
|
||||||
LibMath: LibMath as ContractArtifact,
|
LibMath: LibMath as ContractArtifact,
|
||||||
LibOrder: LibOrder as ContractArtifact,
|
LibOrder: LibOrder as ContractArtifact,
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
* Warning: This file is auto-generated by contracts-gen. Don't edit manually.
|
* Warning: This file is auto-generated by contracts-gen. Don't edit manually.
|
||||||
* -----------------------------------------------------------------------------
|
* -----------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
export * from '../generated-wrappers/lib_constants';
|
|
||||||
export * from '../generated-wrappers/lib_e_i_p712_exchange_domain';
|
export * from '../generated-wrappers/lib_e_i_p712_exchange_domain';
|
||||||
export * from '../generated-wrappers/lib_fill_results';
|
export * from '../generated-wrappers/lib_fill_results';
|
||||||
export * from '../generated-wrappers/lib_math';
|
export * from '../generated-wrappers/lib_math';
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
"compilerOptions": { "outDir": "lib", "rootDir": ".", "resolveJsonModule": true },
|
"compilerOptions": { "outDir": "lib", "rootDir": ".", "resolveJsonModule": true },
|
||||||
"include": ["./src/**/*", "./test/**/*", "./generated-wrappers/**/*"],
|
"include": ["./src/**/*", "./test/**/*", "./generated-wrappers/**/*"],
|
||||||
"files": [
|
"files": [
|
||||||
"generated-artifacts/LibConstants.json",
|
|
||||||
"generated-artifacts/LibEIP712ExchangeDomain.json",
|
"generated-artifacts/LibEIP712ExchangeDomain.json",
|
||||||
"generated-artifacts/LibFillResults.json",
|
"generated-artifacts/LibFillResults.json",
|
||||||
"generated-artifacts/LibMath.json",
|
"generated-artifacts/LibMath.json",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user