-
Notifications
You must be signed in to change notification settings - Fork 256
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
feat: add transaction components #787
Merged
+529
−9
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
68a9c3c
scaffold transaction components
abcrane123 07ae4e2
add storybook files
abcrane123 4be06c8
cleanup code
abcrane123 b849325
add additional message
abcrane123 4077953
cleanup code
abcrane123 b0e80b3
add gas fee components
abcrane123 989c4ce
add sponsored by component
abcrane123 deb0960
add transaction status components
abcrane123 41fdf9b
remove transaction message
abcrane123 b65e28d
address pr comments and add types
abcrane123 e9739f2
cleanup
abcrane123 3c6558d
add transaction to docs
abcrane123 945efe7
alphabetize
abcrane123 d10e2de
add transaction status hook
abcrane123 f2add9e
integrate writeContracts and contracts in transaction wrapper
abcrane123 153a02b
refactor onsubmit code
abcrane123 d10be27
add getChainExplorer func
abcrane123 1ecae71
add warning
abcrane123 dc1ee3e
add check for address in transaction docs
abcrane123 69274b0
add wagmi api wrapper
abcrane123 6345027
cleanup imports
abcrane123 960449f
update default txn status label
abcrane123 80fc5a0
fix lint
abcrane123 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev
Previous commit
Loading status checks…
fix lint
commit 80fc5a0b211ab43c6500d1d6023d8521c113990b
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
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.
Now that I think about it, if we want to test a contract in our docs, probably that should be something super chill on Base Sepolia. Something to think about it on Monday.
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.
yeah agreed going to ask in the group for help on this