aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/schemas/zero_ex_config_schema.ts
blob: a9c3c64fc480a290b1cf16845dafefed50ff7d56 (plain) (blame)
1
2
3
4
5
export const zeroExConfigSchema = {
    id: '/ZeroExConfig',
    oneOf: [{ $ref: '/ZeroExPrivateNetworkConfig' }, { $ref: '/ZeroExPublicNetworkConfig' }],
    type: 'object',
};