You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method names and signatures in these contracts (for things like mint/transfer/burn) differ slightly from the samples already checked into this repository. We should add support for these in the ABI map here:
Note that most/all of these methods may not include extra "data" arguments, so FireFly will not be able to write extra data to the chain (such as transaction and message IDs) when using these contracts - this is accepted as a known limitation.
The text was updated successfully, but these errors were encountered:
OpenZeppelin provides a contract wizard for generating common token contracts:
https://docs.openzeppelin.com/contracts/4.x/wizard
The method names and signatures in these contracts (for things like mint/transfer/burn) differ slightly from the samples already checked into this repository. We should add support for these in the ABI map here:
firefly-tokens-erc20-erc721/src/tokens/tokens.service.ts
Line 111 in b2aa707
Note that most/all of these methods may not include extra "data" arguments, so FireFly will not be able to write extra data to the chain (such as transaction and message IDs) when using these contracts - this is accepted as a known limitation.
The text was updated successfully, but these errors were encountered: