aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sra-spec/src/examples/relayerApiOrderConfigPayload.ts
blob: cca68b84d227f649964c6136385faa6c7612b2c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
export const relayerApiOrderConfigPayload = {
    makerAddress: '0x9e56625509c2f60af937f23b7b532600390e8c8b',
    takerAddress: '0xa2b31dacf30a9c50ca473337c01d8a201ae33e32',
    makerAssetAmount: '10000000000000000',
    takerAssetAmount: '1',
    makerAssetData: '0xf47261b0000000000000000000000000e41d2489571d322189246dafa5ebde1f4699f498',
    takerAssetData:
        '0x02571792000000000000000000000000371b13d97f4bf77d724e78c16b7dc74099f40e840000000000000000000000000000000000000000000000000000000000000063',
    exchangeAddress: '0x12459c951127e0c374ff9105dda097662a027093',
    expirationTimeSeconds: '1532560590',
};