Commit 173f2bc
authored
Add support for Mayan API priced transactions (#429)
* set up mayan adapter
* Add Mayan adapter and integrate event fetching and volume calculation
* Refactor Mayan event fetching to use API key and improve error handling; streamline volume calculation logic
* deleted pnpm lock yaml
* removed old comment
* Refactor Mayan event fetching to use secure API endpoint and improve error handling; update handler export for scheduled execution
* added missing filters to process batch
* fixed double counting txs, removed pricing from mayan's API and added correct chain assignments
* Fixed mayan volume amounts
* add support for mayan api pricing1 parent 7c1a552 commit 173f2bc
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
59 | 64 | | |
60 | 65 | | |
61 | 66 | | |
| |||
67 | 72 | | |
68 | 73 | | |
69 | 74 | | |
70 | | - | |
| 75 | + | |
71 | 76 | | |
72 | | - | |
| 77 | + | |
73 | 78 | | |
74 | 79 | | |
75 | 80 | | |
| |||
0 commit comments