non-fungible-apps/contracts/test/foundry
Felipe Mendes 83cd36dfc3
feat: design ens verification flow (#193)
* 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
2023-04-05 11:48:56 -03:00
..
FleekERC721 feat: design ens verification flow (#193) 2023-04-05 11:48:56 -03:00
README.md chore: change top level folder structure (#105) 2023-02-06 15:15:44 -05:00

README.md

Foundry Tests

This directory contains the code for all Foundry Forge Solidity tests of the FleekERC721 contract.