-
Notifications
You must be signed in to change notification settings - Fork 475
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
Comments
Have you tried the directions at https://github.com/ethereum-optimism/optimism-tutorial/tree/main/standard-bridge-standard-token? |
The token is the ERC721 token. |
The standard bridge currently does not support ERC721 tokens. Note that the reference repository you are pointing to is archived. |
@elenadimitrova Is there any way to deposit and withdrawal of ERC721 token from Layer1 to layer2 or vice versa? |
@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. |
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 😃 |
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.\
The text was updated successfully, but these errors were encountered: