aboutsummaryrefslogblamecommitdiffstats
path: root/packages/sra-spec/src/examples/relayerApiFeeRecipientsResponse.ts
blob: 0182af629f280d8057d51e0873d06522a80e46e2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                     
export const relayerApiFeeRecipientsResponse = {
    total: 3,
    page: 1,
    perPage: 10,
    records: [
        '0x6eC92694ea172ebC430C30fa31De87620967A082',
        '0x9e56625509c2f60af937f23b7b532600390e8c8b',
        '0xa2b31dacf30a9c50ca473337c01d8a201ae33e32',
    ],
};