Rotwang9000 / WINBIT32

0 stars 0 forks source link

refactor: Update getAssetValue function in quote.js #65

Closed Rotwang9000 closed 3 weeks ago

Rotwang9000 commented 3 weeks ago

This commit updates the getAssetValue function in the quote.js file. The changes include adding a new condition to set the address value for the assetValue object when the symbol is 'XRD' and the chainId is "radix-mainnet". This ensures that the correct address is assigned for the XRD token on the Radix mainnet. The modification improves the accuracy of asset value calculations in the Winbit32 application.