import * as QueryBench from '../../../../test/QueryBench.js' const address = { 4217: '0xc24357119432595a547cb2c1e41c51d753645519', 42431: '0x15496d3123afb2cfadc0ac068eadd11d0f8ae799', } as const QueryBench.bench({ name: 'getTransfers', path: '/v1/transfers', queries: [ 'include=crossToken', 'include=crossToken,totalCount', 'include=memo', 'include=token.logoUri', 'include=token.verified', 'include=totalCount', 'valuation.currency=USD', ], }) QueryBench.bench({ name: 'getTransfers?address&include=totalCount', path: { 4217: `/v1/transfers?address=${address[4217]}&include=totalCount`, 42431: `/v1/transfers?address=${address[42431]}&include=totalCount`, }, })