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

add bridge information to parent field #349

Closed
ligi opened this issue Jul 26, 2021 · 2 comments
Closed

add bridge information to parent field #349

ligi opened this issue Jul 26, 2021 · 2 comments
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request

Comments

@ligi
Copy link
Member

ligi commented Jul 26, 2021

currently the parent field looks like tis:

{
...
"parent": {
 "type" : "L2",
 "parent": "eip155-1"
}
}

I suggest we add a "bridge" field. Just wondering if we need more than just an URL.

@ligi ligi added dependencies Pull requests that update a dependency file enhancement New feature or request labels Jul 26, 2021
@ligi
Copy link
Member Author

ligi commented Aug 15, 2021

@khai911013 ?

@ligi
Copy link
Member Author

ligi commented Sep 14, 2021

I think we make it future proof by making it an array of objects like this:

{
...
"bridges": [ {"URL":"https://bridge.arbitrum.io"} ]
}

@ligi ligi closed this as completed in 0b77f10 Sep 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant