aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sra-spec/src/examples/relayerApiAssetDataPairsResponse.ts
blob: 3ab7b29c0753a127bac5340cff9ec6820ab4caa5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
export const relayerApiAssetDataPairsResponse = {
    total: 43,
    page: 1,
    perPage: 100,
    records: [
        {
            assetDataA: {
                minAmount: '0',
                maxAmount: '10000000000000000000',
                precision: 5,
                assetData: '0xf47261b0000000000000000000000000e41d2489571d322189246dafa5ebde1f4699f498',
            },
            assetDataB: {
                minAmount: '0',
                maxAmount: '1',
                precision: 5,
                assetData:
                    '0x02571792000000000000000000000000371b13d97f4bf77d724e78c16b7dc74099f40e840000000000000000000000000000000000000000000000000000000000000063',
            },
        },
    ],
};