GetAurox / Aurox-Wallet

💳 Simplest and safest way to access your crypto wallet and the blockchain ⛓️
https://getaurox.com
Other
19 stars 5 forks source link

[Bug] typo in unoswap from GraphQL backend #6

Closed DevDuki closed 1 year ago

DevDuki commented 1 year ago

There is a typo coming from the GraphQL backend (I assume it's Aurox's backend) saying "unoswap" instead of "uniswap" (see screenshot)

image

AuroxDeFi commented 1 year ago

This isn't a typo. It's the function name of the contract the wallet interacted with. Specifically, it's 1inch's contract. For example:

https://etherscan.io/tx/0x330f0c6c21c2ecd02ef6a3305e96f66fdce161ffc280fef1765bcebf8ec4c506

The main way to fix this is if we integrated the protocol and properly parsed the data payload to display more human readable information. We're working on a solution right now to add protocols quickly. Each one is unique, and it can be time consuming to add right now.