-
Notifications
You must be signed in to change notification settings - Fork 0
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: sync registry-app #12
Merged
Merged
Conversation
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
feat: Adjust the registries app to integrate the full set of Polygon registries
* update middleware to support new gnosis RPC url * fetch wallet related info after provider is initialized (phantom)
* update middleware to support new gnosis RPC url * added baseSepolia * add more networks * update gitleaks * remove config.json (fetched from backend) * update autonolas library package * fixes * add gitleaks * add base * updates for celo * comment celo * update middleware.js * fix Celo Alfajores name
* update middleware to support new gnosis RPC url * update gitleaks
* update middleware to support new gnosis RPC url * add celo address * update gitleaks * more leaks
* update addresses * update readme * fix gitleaks * just normal string instead of array
* init: fix CSS for header in update page * separate hook to get details * text changes, transform service data for update * update component working * move files * small refractor * comment update * Update button in all service * on Svm, check for public wallet key instead of account * init * trying 1 * atleast triggering transaction but not enough balance error * still working * disable button * trying with PDA * finally working * try adding testnet and trigger transaction * remove testnet * working on terminate and register agents * use from useHelpers for Svm * fix accounts * working on other steps * add comment where to find addresses * step 3 * step 4 terminate * step 5: unbond * fixes * minor fixes * fixes * rearrange * init * fix warnings * add logs * without wallet connected svm can read * some resets * use old PublicKey class * update provider * minor * fix gitleaks * middleware update * load all services - working fine * use first and last index to fetch the total list * search functionality to network dropdown * rename and use temp public key to read data * other fixes * null checks * remove unwanted code and add a tiny comment * update gitleaks * reload whenever it is SVM type on dropdown change * components and agents should not be loaded is isSvm * another fix * disable view button if NA * memoize getLatestBlockhash
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Proposed changes
Fixes
Types of changes
What types of changes does your code introduce?
Put an
x
in the boxes that apply