We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERC20 handler should support standard USDC with mint/burn function
Standard USDC contract doesn't support burning from somebody else, so handler needs to transfer tokens to itself and call https://github.com/circlefin/stablecoin-evm/blob/master/contracts/v1/FiatTokenV1.sol#L360
Scenario: Given I am <type of user/persona> When And Then
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Story
ERC20 handler should support standard USDC with mint/burn function
Background
Details
Standard USDC contract doesn't support burning from somebody else, so handler needs to transfer tokens to itself and call https://github.com/circlefin/stablecoin-evm/blob/master/contracts/v1/FiatTokenV1.sol#L360
Scenarios
Scenario:
Given I am <type of user/persona>
When
And
Then
Implementation details
Testing details
Acceptance criteria
The text was updated successfully, but these errors were encountered: