extension icon indicating copy to clipboard operation
extension copied to clipboard

Spike - separate tab for OATs

Open mr-michael opened this issue 3 years ago • 3 comments

This ticket is to determine level of effort and best way to accomplish the following:

On the overview tab and wallet tab, add a separate "OATs" tab to the right of "NFTs". This should always display on the Overview tab. On the Wallet tab, it should only display when your network is Polygon.

OATs are basically Polygon NFTs, so this should hopefully be as simple as filtering our existing NFT list so that Galaxy NFTs only show up in the "OATs" tab (not the "NFT" tab)

More info on OATS

  • docs - https://docs.galaxy.eco/developer/
  • Example 1 - https://polygonscan.com/tx/0xd9c8df62870bf93cfd2e71eff8a6a025f347585c9b589664bd484305888b0779
  • Example 2 - https://polygonscan.com/tx/0xf0ec507910c6af1c4d9227a4fafee4336841832c0d14c76839aebb8e4708cb98

mr-michael avatar Aug 08 '22 13:08 mr-michael

We can simply filter for the contract address in the alchemy response https://polygonscan.com/token/0x1871464f087db27823cff66aa88599aa4815ae95?a=0xb360737602ec015072c4cc42314eae13d6ef2642 and display them in a new tab

greg0x avatar Aug 08 '22 14:08 greg0x

@mr-michael what should be the next step here? When do we want to do this?

greg0x avatar Aug 09 '22 14:08 greg0x

This is awesome. We can hang tight for now. Will follow up as soon as things are clear on the biz side.

mr-michael avatar Aug 09 '22 19:08 mr-michael

@mhluongo this isn't about a separate overview tab for activities! :)

mr-michael avatar Sep 15 '22 22:09 mr-michael

Resolved by https://github.com/tallycash/extension/pull/2286

jagodarybacka avatar Sep 26 '22 09:09 jagodarybacka