-
Notifications
You must be signed in to change notification settings - Fork 1
Use runtime managed ERC20 tokens in tests #26
Copy link
Copy link
Closed
Description
The Nabla test use a MockERC20 contract. These contracts are an extension of the default open zeppelin ERC20 contracts with additional mint and burn functions.
These contracts should be replaced with the ERC20Wrapper contracts defined in the pendulum-ink-wrapper. However, this contract does not have mint and burn functions and the chain extensions in the foucoco-standalone chain doesn't provide this functionality either.
TODO
- add mint and burn functions to the chain extension of the foucoco-standalone chain
- add a new
TestableERC20Wrappercontract to the pendulum-ink-wrapper repository that has burn and mint functions and that uses the chain extensions - replace the
MockERC20definition innabla/config.jsonby referring to theTestableERC20Wrappercontract
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels