aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sra-api/src/examples/relayerApiAssetDataPairsResponse.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sra-api/src/examples/relayerApiAssetDataPairsResponse.ts')
-rw-r--r--packages/sra-api/src/examples/relayerApiAssetDataPairsResponse.ts21
1 files changed, 0 insertions, 21 deletions
diff --git a/packages/sra-api/src/examples/relayerApiAssetDataPairsResponse.ts b/packages/sra-api/src/examples/relayerApiAssetDataPairsResponse.ts
deleted file mode 100644
index 9eead5239..000000000
--- a/packages/sra-api/src/examples/relayerApiAssetDataPairsResponse.ts
+++ /dev/null
@@ -1,21 +0,0 @@
-export const relayerApiAssetDataPairsResponse = {
- total: 43,
- page: 1,
- perPage: 100,
- records: [
- {
- assetDataA: {
- minAmount: '0',
- maxAmount: '10000000000000000000',
- precision: 5,
- assetData: '0xf47261b04c32345ced77393b3530b1eed0f346429d',
- },
- assetDataB: {
- minAmount: '0',
- maxAmount: '50000000000000000000',
- precision: 5,
- assetData: '0x0257179264389b814a946f3e92105513705ca6b990',
- },
- },
- ],
-};