* feat: add log decoder helper and import web3.
* feat: create the web3 helper and install the package. update ts config to use JSONs in the helper script.
* feat: use nfaContract in submitBuildInfo handler.
* refactor: make the setTokenBuild params self-explanatory.
* docs: comment the placeholder.
* feat: add useMediaQuery
* feat: add menu icon
* feat: add navbar responsivity
* feat: add current path indication for navigation
* feat: prevent screen zoom
* refactor: move logo to navbar folder
* refactor: move sidebar to single file
* refactor: set icon names to kebab case
* feat: add alpha color function
* feat: add backdrop filter on navbar
* refactor: clean up nfa search code and add base responsivity
* refactor: clean up nfa list code
* refactor: rename explore header fragment files
* refactor: nfa list items sizing
* feat: add vertical padding for page content
* refactor: make navbar not break the layout
* chore: AP flow based on designs
* chore: preview ap creation
* style: max-width for explore container
* fix: fix setArgs
* feat: add success step for access point creation
* feat: add dots spinner
* chore: AP flow finished
* chore: release changes
* feat: store ens once the user log in with wallet
* feat: add mocked function for bunny cdn creation
* chore: finish bunny cdn mocked functions
* chore: run eslint
* feat: add domain validator
* style: move animation to stitches keyframes
* chore: set ens only when is not set
* Update ui/src/store/features/bunny-cdn/async-thunk/verify-ap.ts
Co-authored-by: Felipe Mendes <zo.fmendes@gmail.com>
* chore: remove nfa-picker
* chore: get nfa name
* chore: change verify thunk name
* fix: fix verifyPullzone thunk
---------
Co-authored-by: Felipe Mendes <zo.fmendes@gmail.com>
* chore: update config and commands to deploy to goerli
* feat: bring changes from other deployment branches into this branch. Including sepolia configs.
* chore: update ci to copy .env
* chore: add goerli api to .env.example.
* chore: update on UI readme
* feat: apply the requested changes
* chore: change verify-contract to verify.js and remove the other file
* chore: make the final requested changes on config files and readme.
* fix: missed comma
* docs: add the "setting contract address and abi" section to the README file in the UI directory
---------
Co-authored-by: janison <jsonsivar@gmail.com>
Co-authored-by: Camila Sosa Morales <camisosa@fleek.co>
* chore: add black color to stitches theme
* chore: add list-nfa to index
* Update ui/src/components/nfa-card/nfa-card.styles.ts
Co-authored-by: Felipe Mendes <zo.fmendes@gmail.com>
---------
Co-authored-by: Felipe Mendes <zo.fmendes@gmail.com>
* fix: color logo id without hashtag
* feat: remove image from preview when the load fails
* fix: dripStitches typing
* refactor: move SVGPreview to components folder with NFAPreview name
* fix: ens address variable
* wip: add base solidity functions to try ens validation
* chore: add hardhat fork setup with env variable
* wip: setup ens verification for FleekERC721
* wip: add ens namehash generation
* chore: gas report setting
* feat: add ens verification on setTokenENS function
* test: hardhat transfer ens owner to set new ens
* test: fix foundry tests to enable ens validation
* refactor: change back ens to calldata and split out a public function for namehash testing
* refactor: move FleekENS.sol to util folder
* test: add ens validation tests for not owner attempts
* chore: add mainnet api key env in ci
* chore: fix .env.example
* fix: remove extra unused file
* feat: disable initializers and set paused state for implementation contracts
* test: add deploy guarantee tests for interaction with implementation contracts
* chore: add buildId and implementationAddress to deployStore script
* test: reset initialized state on store of deployed contract for foundry tests
* test: optmize deployUninitialized function
* test: test if is possible to mint in implementation contract
* feat: add skeleton styles
* feat: add nfa card skeleton
* refactor: fetch nfas with single list
* refactor: fetching nfa list backwards until no more data
* feat: add end of scroll fetch
* fix: nfa card skeleton sizing
* feat: add threshold to scroll end hook
* feat: add nfa card base structure
* feat: add needed data on lastNFAsPaginated query
* fix: nfa preview for multiple colors at the same time
* feat: setup nfa card style
* feat: apply NFAcard in NFAList