-
Notifications
You must be signed in to change notification settings - Fork 13
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
Fix/backend url #798
Fix/backend url #798
Conversation
dev -> prod
Bonus points feat
chore: added oasis growth
chore: daosisVault registered true
WalkthroughThis pull request updates configuration and user interface elements across multiple parts of the project. The changes include updating blockchain configuration values, revising service URLs, enhancing vault-related functionalities (such as vault registration and UI messaging), and modifying navigation flows in vault claim actions. A new translation entry is also added, while one line retrieving a commit hash is commented out. Changes
Sequence Diagram(s)sequenceDiagram
participant U as User
participant SPA as SplitPointsActions Component
participant R as Router
U->>SPA: Click "Claim Issue"
SPA->>SPA: Check vault live status (isVaultLive)
alt Vault is not live
SPA-->>U: Return failure message
else Vault is live
SPA->>SPA: Verify current user as claimer
SPA->>R: Navigate to vulnerability page with vault ID
R-->>SPA: Navigation complete
SPA-->>U: Render updated page
end
sequenceDiagram
participant F as fixVaultsData Function
participant V as Vault Object
F->>V: Iterate over newVaults
alt Vault address equals "0x8ef21ecb2af12ce9cc0e475eec25f90a9622b4f4"
F->>V: Set property registered = true
else
F->>V: No modification
end
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (6)
⏰ Context from checks skipped due to timeout of 90000ms (2)
🔇 Additional comments (9)
✨ Finishing Touches
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Deploying dapp with
|
Latest commit: |
a0faad2
|
Status: | ✅ Deploy successful! |
Preview URL: | https://a9c3d624.dapp-a9y.pages.dev |
Branch Preview URL: | https://fix-backend-url.dapp-a9y.pages.dev |
Summary by CodeRabbit
Chores
New Features
Refactor