mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-23 05:57:55 +00:00
1c434e8a6a7d428f8a2acf5b5b7d2655e36397ab
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
HTML
75.2%
TypeScript
21.3%
Rust
1.9%
PLpgSQL
0.7%
JavaScript
0.6%
Other
0.2%