3 Commits

Author SHA1 Message Date
stubbsta
6db07da0c5
remove unnecessary 'revert ETHTransferFailed' in mintWithETH 2025-09-05 10:24:03 +02:00
stubbsta
3491595a43
Update test/README.md with mintWithETH usage 2025-09-05 10:13:41 +02:00
Tanya S
b4508dd0d4
Use proxy for token contract (#30)
* Add proxy contract for TST

* Fix token proxy update function to use provided new TST address

* Transfer token proxy contract ownership to deployer

* Add Token Proxy Contract Owner as init input

* Add UUPSUPgradeable to TST

* Formatting

* fix import format

* Add README to explain TST usage

* Linting fix

* Check TST test transfer return val

* Add descriptions in README for TST usage

* Fix linting

* Use TST token deployer in test conrtact, update test README

* USe assertTrue in TST test
2025-08-26 17:34:32 +02:00