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

Provide getL1TokenAddress and getL2TokenAddress public actions #1

Closed
danijelTxFusion opened this issue Dec 3, 2024 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request

Comments

@danijelTxFusion
Copy link
Collaborator

To enable seamless bridging of assets across chains, it is necessary to retrieve the corresponding token address on the other chain for a given asset. This involves implementing two public actions to facilitate the mapping between L1 and L2 token addresses.

Implement the following public actions:

  • getL1TokensAddress() - returns the L1 token address equivalent for a L2 token address.
  • getL2TokensAddress() - returns the L2 token address equivalent for a L1 token address.
@danijelTxFusion danijelTxFusion added the enhancement New feature or request label Dec 3, 2024
@danijelTxFusion danijelTxFusion self-assigned this Dec 3, 2024
@danijelTxFusion
Copy link
Collaborator Author

Implemented in the following PR: wevm#3133

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

When branches are created from issues, their pull requests are automatically linked.

1 participant