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 logic to support setting networking keys, transferring, and re-ticketing on L2 #640

Merged
merged 8 commits into from
Sep 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/styled-components": "^5.1.10",
"@types/styled-system": "^5.1.11",
"@types/styled-system__css": "^5.0.15",
"@urbit/roller-api": "^0.1.8",
"@urbit/roller-api": "^0.1.9",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this was addressed in #641, does this branch need to be rebased on roller?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll look locally if there's any conflicts, although the merge message here says that all is fine

"@walletconnect/client": "^1.6.2",
"@walletconnect/qrcode-modal": "^1.6.2",
"@welldone-software/why-did-you-render": "^3.2.3",
Expand Down
Loading