aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sra-report/test/fixtures/v0/token_pairs/token_a_and_token_b_params.json
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-10-18 19:24:49 +0800
committerGitHub <noreply@github.com>2018-10-18 19:24:49 +0800
commit9e8bca69a8a1d3570e30a28f150c0bec3848a760 (patch)
tree11eaac8886369ce40fd7acac66f5aa8985e6af61 /packages/sra-report/test/fixtures/v0/token_pairs/token_a_and_token_b_params.json
parent325af82217e994fdde8e904b93a76e6e3461f85a (diff)
parentf8876ab60b5e8fa606073d6c48aa1395dbadd88b (diff)
downloaddexon-sol-tools-9e8bca69a8a1d3570e30a28f150c0bec3848a760.tar
dexon-sol-tools-9e8bca69a8a1d3570e30a28f150c0bec3848a760.tar.gz
dexon-sol-tools-9e8bca69a8a1d3570e30a28f150c0bec3848a760.tar.bz2
dexon-sol-tools-9e8bca69a8a1d3570e30a28f150c0bec3848a760.tar.lz
dexon-sol-tools-9e8bca69a8a1d3570e30a28f150c0bec3848a760.tar.xz
dexon-sol-tools-9e8bca69a8a1d3570e30a28f150c0bec3848a760.tar.zst
dexon-sol-tools-9e8bca69a8a1d3570e30a28f150c0bec3848a760.zip
Merge pull request #1155 from 0xProject/feature/RIP-sra-report
Remove sra-report
Diffstat (limited to 'packages/sra-report/test/fixtures/v0/token_pairs/token_a_and_token_b_params.json')
-rw-r--r--packages/sra-report/test/fixtures/v0/token_pairs/token_a_and_token_b_params.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/sra-report/test/fixtures/v0/token_pairs/token_a_and_token_b_params.json b/packages/sra-report/test/fixtures/v0/token_pairs/token_a_and_token_b_params.json
deleted file mode 100644
index cdb9c477b..000000000
--- a/packages/sra-report/test/fixtures/v0/token_pairs/token_a_and_token_b_params.json
+++ /dev/null
@@ -1,16 +0,0 @@
-[
- {
- "tokenA": {
- "address": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
- "minAmount": "1",
- "maxAmount": "999999999999999999999",
- "precision": 8
- },
- "tokenB": {
- "address": "0xe41d2489571d322189246dafa5ebde1f4699f498",
- "minAmount": "1",
- "maxAmount": "999999999999999999999",
- "precision": 8
- }
- }
-]