Draft
Conversation
* Add reown wallet integration * Set sepolia network for the moment * Add new reown projectId * Add code snippet that demonstrates signatures
# Conflicts: # package.json
* add grant tokens pages with mock data * remove redeem before
* add sca vs eoa logic * check if user is connected using account instead of signer status * workaround close auth modal when logging in with EOA * sign message based on account type * get user address * catch signer unavailable exception * check signer status * removed unused parameter * fix toasts * fix toasts * eoa deposit and authorize * remove log * withdraw tokens eoa * fix open editor * fix authorize values - max lock seconds and max lock amount integer and min 1 * fix: update get/push config flows validation * fix type error * fix admin check * fix error on refresh when logged in with google account * build(deps): bump lodash from 4.17.21 to 4.17.23 (#257) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * send gas fee to node * fix issue related to nodeAddress * add a different hook for the node gas fee * fix: update sign message function for EOA * build(deps): bump next from 15.4.10 to 16.1.5 (#269) Bumps [next](https://github.com/vercel/next.js) from 15.4.10 to 16.1.5. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.4.10...v16.1.5) --- updated-dependencies: - dependency-name: next dependency-version: 16.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * withdraw funds from escrow on node details page (#270) * fix get/push node config in run node * revert temporary solution * fix allowed admins type * remove unused var * fix merge issues * update nodeService * use p2p for auth token * lock file update * turbopack fix --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: ndrpp <popandrei230@yahoo.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: denisiuriet <iuriet.denis@gmail.com> Co-authored-by: Denis Iuriet <61563365+denisiuriet@users.noreply.github.com> Co-authored-by: giurgiur99 <giurgiur99@gmail.com>
* transfer tokens * use alchemy client * refactor get tokens and sort by compy and usdc + show more
* Top up with fiat on-ramp * update ramp url * clear state * try/catch initiate topup * bank transfer messages * update messages * fix typo * remove unused code * ensure positive top-up amount * only allow topping up USDC * added todo * update ramp config
* add grant api with gemini and sheets integration * implement grant tokens API * rename env vars * fix expiry countdown format * add grant button * move grant button to top of menu * get wallet address from account * match by wallet address instead of email * fix wallet address display * fix style * fix submit request * fix warning * refresh grant status after claiming * prevent prompt injection * fix url
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes # .
Changes proposed in this PR: