non-fungible-apps/scripts
Felipe Mendes 91aeb47aef
chore: prepare the contracts to be upgradable using openzeppelin proxy plugin (#76)
* feat: add proxy upgradable base setting

* refactor: upgrade contracts to fit upgradable pattern

* fix: hardhat test default fixture

* test: trying to fix foundry tests

* fix: remove wrong modifier from FleekAccessControl initializer

* refactor: change __FleekAccessControl_init function from public to internal

* refactor: add __FleekAccessControl_init modifier

* feat: proxy store script

* chore: add .openzeppelin development files in gitignore

* refactor: update local deploy script to use proxy

* refactor: mumbai deployment with proxy and fix interaction scripts

* test: fix proxy storing values

* refactor: proxy storage deploy order

* test: move proxy test to deploy folder

* refactor: deployment scripts

* docs: fix local deploy command

* refactor: add more logs in deploy scripts

* feat: write deployment files script

* refactor: use file scripts in proxy-deploy

* refactor: deployment files for mumbai
2023-01-31 12:09:12 -03:00
..
utils chore: prepare the contracts to be upgradable using openzeppelin proxy plugin (#76) 2023-01-31 12:09:12 -03:00
deploy.js chore: prepare the contracts to be upgradable using openzeppelin proxy plugin (#76) 2023-01-31 12:09:12 -03:00
mint.js chore: prepare the contracts to be upgradable using openzeppelin proxy plugin (#76) 2023-01-31 12:09:12 -03:00
tokenURI.js chore: prepare the contracts to be upgradable using openzeppelin proxy plugin (#76) 2023-01-31 12:09:12 -03:00
upgrade.js chore: precommit hooks (#18) 2022-12-16 14:57:49 -03:00
util.js chore: prepare the contracts to be upgradable using openzeppelin proxy plugin (#76) 2023-01-31 12:09:12 -03:00
verify-polyscan.js feat: subgraph setup for the FleekNFA contracts (#72) 2023-01-31 18:29:42 +03:30