pezkuwichain 1c434e8a6a fix: Correct path array parsing for swap token symbols
The path is an array of tuples [[assetId, amount], [assetId, amount]],
not an array of objects. Fixed to access asset ID at index 0 of each tuple.

Previous code was trying to access object properties (nativeOrAsset.asset)
which don't exist on arrays, causing all swaps to default to HEZ→HEZ.
2025-11-01 15:43:52 +03:00
2025-10-22 18:05:19 -07:00
S
Description
No description provided
Readme MIT 118 MiB
Languages
HTML 81.1%
TypeScript 15.4%
Rust 2%
PLpgSQL 0.8%
JavaScript 0.5%
Other 0.1%