Enzo Vezzaro
Enzo Vezzaro
> Here are some answers > > 1. We didn't choose Opensea over other marketplaces. We simply made sure that ERC721 metadata format _also_ followed Opensea's metadata standards. Why? Because...
Sorry guys for the late response. I haven't worked on the project in a while, so I'm not actively working with kepler.gl, but I remember we did pulled it off,...
> found one issue, if the asset you want to edit already has sample files, the submit button is always disabled even if you update the sample field or any...
Removed code introduced in [commit](https://github.com/oceanprotocol/market/commit/228b09098a644a29b388d2f65ba2ac697ecfb93c) as it was causing the problem. Not sure why we endup with this in the codebase.
the market's `OCEAN` balance is not updating. I have some on my wallet, but the market is not reflecting that:
> Anything in the browser console? Nope. Unfortunately, there's no error thrown.
Please @claudiaHash take some time to review the market as this last commit touches few files. Also, it will break the CI, but I'd prefer to bring some of the...
> > Please @claudiaHash take some time to review the market as this last commit touches few files. Also, it will break the CI, but I'd prefer to bring some...
Greener and greener 💚 Test coverage is on the rise. We still need to deal with a couple of issues: - Automated test fails: `@shared/FormFields/AssetSelection/index.stories.tsx` - Automated test fails: `@shared/AssetList/index.tsx`...
Let's recap the current state of this PR before moving forward. Current State of the Art: Issues unsolved: - [ ] Automated test should stop when encountered `console.error` - [...