lukso-network / tools-erc725-inspect

Website to check ERC725Y key value stores
https://erc725-inspect.lukso.tech/
Apache License 2.0
9 stars 10 forks source link

Update smart contracts #53

Closed CallumGrindle closed 1 year ago

nastita commented 1 year ago

Hey @CallumGrindle there is a check in getData that is disabling the button for all the data key selectors that have <TYPE> pattern.

image

Is this intended? This was one of the things that was left for me to understand how to fix/update.

I think if these are not valid selectors we should remove them from the list. Perchance.

CallumGrindle commented 1 year ago

Hey @CallumGrindle there is a check in getData that is disabling the button for all the data key selectors that have <TYPE> pattern.

image

Is this intended? This was one of the things that was left for me to understand how to fix/update.

I think if these are not valid selectors we should remove them from the list. Perchance.

@eduardosacco Indeed this is intended, only hex data can be used as a key so these need to be replaces with some data by the user