aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sra-report/test/fixtures/v0/token_pairs/malformed.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sra-report/test/fixtures/v0/token_pairs/malformed.json')
-rw-r--r--packages/sra-report/test/fixtures/v0/token_pairs/malformed.json30
1 files changed, 0 insertions, 30 deletions
diff --git a/packages/sra-report/test/fixtures/v0/token_pairs/malformed.json b/packages/sra-report/test/fixtures/v0/token_pairs/malformed.json
deleted file mode 100644
index 19e076c41..000000000
--- a/packages/sra-report/test/fixtures/v0/token_pairs/malformed.json
+++ /dev/null
@@ -1,30 +0,0 @@
-[
- {
- "tokenA": {
- "address": "4a6b4ccb1b6faa2625fe562bdd9a23260359",
- "minAmount": "1",
- "maxAmount": "999999999999999999999",
- "precision": 8
- },
- "tokenB": {
- "address": "0x01b3ec4aae1b8729529beb4965f27d008788b0eb",
- "minAmount": "1",
- "maxAmount": 999999999999999999999,
- "precision": 8
- }
- },
- {
- "tokenA": {
- "address": "0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359",
- "minAmount": "1",
- "maxAmount": "999999999999999999999",
- "precision": 8
- },
- "tokenX": {
- "address": "0x0371a82e4a9d0a4312f3ee2ac9c6958512891372",
- "minAmount": "1",
- "maxAmount": "999999999999999999999",
- "precision": 8
- }
- }
-]