-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfees.json
More file actions
92 lines (92 loc) · 1.93 KB
/
fees.json
File metadata and controls
92 lines (92 loc) · 1.93 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
[
{
"from_chain_id": 4,
"to_chain_id": 3,
"n_txs": "1",
"total_fees": "0"
},
{
"from_chain_id": 4,
"to_chain_id": 5,
"n_txs": "2",
"total_fees": "1149519540230000000"
},
{
"from_chain_id": 3,
"to_chain_id": 5,
"n_txs": "10",
"total_fees": "181112300541000000"
},
{
"from_chain_id": 1,
"to_chain_id": 5,
"n_txs": "4",
"total_fees": "5088349398000000"
},
{
"from_chain_id": 1,
"to_chain_id": 3,
"n_txs": "4",
"total_fees": "11434179680000000"
},
{
"from_chain_id": 2,
"to_chain_id": 5,
"n_txs": "19",
"total_fees": "4063635158255000000"
},
{
"from_chain_id": 5,
"to_chain_id": 4,
"n_txs": "2",
"total_fees": "12219007621952000000"
},
{
"from_chain_id": 5,
"to_chain_id": 3,
"n_txs": "6",
"total_fees": "41131463414634000000"
},
{
"from_chain_id": 5,
"to_chain_id": 2,
"n_txs": "10",
"total_fees": "73103658536590000000"
},
{
"from_chain_id": 5,
"to_chain_id": 1,
"n_txs": "4",
"total_fees": "421655160555705000000"
},
{
"from_chain_id": 3,
"to_chain_id": 2,
"n_txs": "3",
"total_fees": "48205579114000000"
},
{
"from_chain_id": 4,
"to_chain_id": 2,
"n_txs": "1",
"total_fees": "686481110475000000"
},
{
"from_chain_id": 1,
"to_chain_id": 2,
"n_txs": "1",
"total_fees": "3045936068000000"
},
{
"from_chain_id": 2,
"to_chain_id": 3,
"n_txs": "4",
"total_fees": "961727972628000000"
},
{
"from_chain_id": 3,
"to_chain_id": 4,
"n_txs": "2",
"total_fees": "40317021768000000"
}
]