-
Notifications
You must be signed in to change notification settings - Fork 7
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
Added sending unsponsored transaction to kit demo #186
Added sending unsponsored transaction to kit demo #186
Conversation
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.
LGTM!
let's also update Polygon example to remove current active one (it doesn't actually work since contract is not deployed on Polygon) and use a native token transfer. I'll put this in draft for now. |
I noticed that the next demo didnt have sponsored transaction testing so I added that while I was at it. |
6a8eff5
to
b140c59
Compare
) * Added sending unsponsored transaction to kit demo * Added config sponsor list, and adjusted sponsored send transaction logic * Changed sponsored contract address config name, used for sendTransaction * Moved type to config instead of sendTransaction * removed some comments * Added testNetChains to config and changed logic for sendTransaction * Update testnet check * Update next demo, update runSendTransaction * Fix state update on chain change, show mint button on related chains * Added setLastTxnDataHash3 reset after chain switch * Fixed next Connected.tsx inconsistency with react --------- Co-authored-by: Tolgahan Arikan <tolgahan.arikan@gmail.com>
No description provided.