Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
refactor: Remove useArbTokenBridge from store #1479
base: master
Are you sure you want to change the base?
refactor: Remove useArbTokenBridge from store #1479
Changes from 6 commits
1a053aa
0e08dfd
14f7d20
955547e
2d39062
4ad3bb5
7dc7d8c
4cf85e2
c02f0e5
a96c5a6
d2e4846
1ffeabb
65583ee
b87dc6f
b4da51b
207c6f9
8cef344
aa1b575
f2c7c82
59f56e4
5354099
b6503cd
130e603
5576101
dcb5145
f96c6a7
22b6448
96e9124
0af6601
8be9478
cfcadf2
5df85c3
801d145
38cf72a
d8e12da
3bd8a45
303d33d
ce1ade6
b868e0e
a99a910
fe8b01a
7dd835d
24440ca
d915ff1
e52eebe
396576e
04c22f8
d7a8593
30462e6
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
useAppState
is now an unused importThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i see that
connectionState
is not used in the whole app, let's nuke it from the code baseThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would be better if we just kept this out so we don't introduce unnecessary rerenders
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actions.app is the same reference every time, it doesn't cause rerender