* feat: add redux and metamask slice
* refactor: move from metamask to generic wallet using ethers
* feat: add wallet button base
* feat: add getContract function and mint functionality
* refactor: move functions to ethereum file
* feat: wallet menus and disconnect function
* refactor: Ethereum object typings
* feat: add FleekERC721 contract interaction abstraction
* refactor: remove token detail fetch mock using
* refactor: add ethereum mint function to mint site component
* feat: add wallet initialize
* wip: add signature for lastTokenId function
* feat: integrate list of tokens
* refactor: mint params construct
* fix: global window.ethereum type definition
* fix: remove console log
* fix: remove todo comment
* fix: list view items displaying
* chore: add test workflow
* chore: upgrade package lock
* chore: add ui tests workflow job
* chore: add compile and build steps for test workflow
* chore: remove ui test command to run just build on workflow
* chore: fix missed conflict
* chore: add foundry installation on test workflow
* fix: wrong sintax breaking test
* chore: set foundry version in workflow
* fix: foundry lib version