WRadoslaw
WRadoslaw
So, right now we use `sr25519` signature, which I believe is the same as the Polkadot accounts one. I can change it to `ed25519` (quick change since polkadot/crypto-utils offers it...
@bedeho Got a few questions about implementation: 1. Which information coming from AppAction should be saved to the final entity (channel, video), is `appId` enough or we should make a...
@oleksanderkorn This might fix the issue ``` const [isDetached, setIsDetached] = useState(false) const { styles, attributes, state } = usePopper(referenceElementRef, popperElementRef, { placement: isDetached ? 'top-start' : 'bottom-start', modifiers: [...
Yeah, unfortunately I have no idea why solution based on the popper API would suddenly stop working. About the scope, hiding tooltip on scroll won't change a thing, because this...
> > Market cap could be added CRT entity and updated by the mappings. > > Sure, having derived `marketCap` property seems like good idea, it would avoid hassle of...
## POC testing This playground is based on public production data. This means that you can use your already created memberships (ONLY EXTERNAL WALLETS), but it will ask you to...
> So what I see right off the bat: > > 1. Recommendations in video view are always the same I've made some changes. It should work better now. >...
> ### Token Dashboard, Token Revenue Share > * Change “Ended On” to “Holders Staked” for all stages It's in line with the designs, so no changes. "x% holders" indicate...
> * Short description duplicates About section It's metadata issue, we don't have a way to set short description. > * No chance to delete all benefits It needs to...
> * I have created 2 separate tokens with exact params and then started AMM for both of them with the same params. That however has resulted in slightly different...