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

feat: fix LSP1 Delegate incorrect address + add version next to LSP1 Delegate #94

Closed CJ42 closed 7 months ago

CJ42 commented 7 months ago

Spotted by @magalimorin18

The ui shows displays that LSP1UPDelegate is the UP Recovery although it's not.

Ex of UP address you can inspect on erc725 to check: 0xe162A3Fe3b089387265E9eAb14B0463a31Fb8851 The two UP recovery on testnet are: '0xb13B12848dbE8dDf87027Fa2c26aBeF0118a5EB7,0x08019bf6606367d4D5f74082634d3eA0692adf93'.

This PR fixes that (removing the 3rd address and listing it as LSP1 Delegate instead + put the version number next to it.

Screenshot 2024-03-01 at 09 59 29 Screenshot 2024-03-01 at 09 59 09