-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest.json
38 lines (38 loc) · 913 Bytes
/
test.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"FAST": {
"gasPrice": "46",
"gasLimit": 500000,
"trade": {
"routes": [
2
],
"fromAmount": "1000000000000000000",
"toAmount": "518950296471435895073",
"rate": "518.950296471435895073"
}
},
"STD": {
"gasPrice": "28",
"gasLimit": 500000,
"trade": {
"routes": [
2
],
"fromAmount": "1000000000000000000",
"toAmount": "518950296471435895073",
"rate": "518.950296471435895073"
}
},
"SLOW": {
"gasPrice": "27",
"gasLimit": 500000,
"trade": {
"routes": [
2
],
"fromAmount": "1000000000000000000",
"toAmount": "518950296471435895073",
"rate": "518.950296471435895073"
}
}
}