Replies: 1 comment
-
Hey @ssa3512 thanks for bringing this up. You are correct that support for more tokens was added to go-nitro/nitro-protocol/contracts/MultiAssetHolder.sol Lines 29 to 63 in 267bf7d This means the docs are accurate (of course we could make things clearer by heading off this question in the docs). One thing that makes full integration of the exit-format a little awkward is that in our on chain code, we have a special escape hatch for what we call internal / external destinations: go-nitro/nitro-protocol/contracts/MultiAssetHolder.sol Lines 406 to 423 in 267bf7d So we aren't currently relying on the |
Beta Was this translation helpful? Give feedback.
-
Currently the documentation states that "At the current time, Nitro supports native (e.g. ETH) and ERC20 tokens."
go-nitro/docs/protocol-tutorial/0030-outcomes.md
Lines 11 to 13 in fe6ffa4
but it appears that exit format support for ERC721 and ERC1155 support were added here:
statechannels/exit-format#69
Can you provide clarification on if the documentation is accurate or if if should be updated to reflect support for 721/1155 tokens?
Beta Was this translation helpful? Give feedback.
All reactions