Skip to content
New issue

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

Deposit a token from L1 to L2 #152

Closed
anjubora opened this issue Aug 16, 2021 · 6 comments
Closed

Deposit a token from L1 to L2 #152

anjubora opened this issue Aug 16, 2021 · 6 comments

Comments

@anjubora
Copy link

anjubora commented Aug 16, 2021

To deposit the ERC721 token I am using the OVM_CrossDomainEnabled bridge contract.
But while deposit it is giving this error :
ERROR : VM Exception while processing transaction revert.\

@qbzzt
Copy link
Contributor

qbzzt commented Aug 17, 2021

@anjubora
Copy link
Author

The token is the ERC721 token.
https://github.com/ethereum-optimism/optimism-tutorial/tree/main/standard-bridge-standard-token.This link is specific to ERC20.
I am using this ethereum-optimism/contracts#325 as a reference.

@elenadimitrova
Copy link
Contributor

The standard bridge currently does not support ERC721 tokens. Note that the reference repository you are pointing to is archived.

@anjubora
Copy link
Author

@elenadimitrova Is there any way to deposit and withdrawal of ERC721 token from Layer1 to layer2 or vice versa?

@elenadimitrova
Copy link
Contributor

@anjubora not via the standard bridge. We will be looking to implement that but tbh it is not a high priority in the backlog atm. You can design a custom bridge for that if you really wanted to.

@platocrat
Copy link
Contributor

hi @anjubora, myself and @fracek starting working on implementing ERC721 on the standard bridge.

You are more than welcome to look at our PR, ethereum-optimism/optimism#1313, for inspiration on how to add ERC721 to the standard bridge or work on the PR together with us 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants