mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-07-25 22:05:40 +00:00
b6679aa3cd6529aad7aff3c1bb8608c15223e0c4
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.
Languages
TypeScript
88.4%
Rust
4.1%
PLpgSQL
3.8%
JavaScript
2.2%
CSS
0.8%
Other
0.6%