aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sra-spec/src/examples/relayerApiAssetDataPairsResponse.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sra-spec/src/examples/relayerApiAssetDataPairsResponse.ts')
-rw-r--r--packages/sra-spec/src/examples/relayerApiAssetDataPairsResponse.ts22
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/sra-spec/src/examples/relayerApiAssetDataPairsResponse.ts b/packages/sra-spec/src/examples/relayerApiAssetDataPairsResponse.ts
new file mode 100644
index 000000000..3ab7b29c0
--- /dev/null
+++ b/packages/sra-spec/src/examples/relayerApiAssetDataPairsResponse.ts
@@ -0,0 +1,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',
+ },
+ },
+ ],
+};