export class Constants { public static DEFAULT_MAKER_ADDRESS: string = "0xf60345bcff9feedb98bbdfc996b33cba00ee2c75"; public static OTHER_MAKER_ADDRESS: string = "0x4f4c2b9a4526cc6f21fc14e897ebf4df04f69ebd"; public static MAKER_ADDRESS_INVALID_CASE: string = "0x4f4c2b9a4526Cc6f21fc14e897Ebf4Df04F69eBD"; public static DEFAULT_MAKER_PRIVATE_KEY: string = "0x5edd9d13a5d62821bbda8ac6da7d7ca69a1b540dc99ac9232fefc04d09e28055"; public static WETH_ADDRESS: string = "0xd0a1e359811322d97991e03f863a0c30c2cf029c"; public static ZRX_ADDRESS: string = "0x6ff6c0ff1d68b964901f986d4c9fa3ac68346570"; public static REP_ADDRESS: string = "0xb18845c260f680d5b9d84649638813e342e4f8c9"; public static REALYER_URL: string = "http://localhost:3000/api/v0"; }