Closed Hemanthghs closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
resolute | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 20, 2024 0:13am |
The pull request focuses on updating the API endpoints for various blockchain networks in the chainsInfo.ts
file. It replaces the old API base URL with a new one across multiple network configurations, ensuring that all relevant properties reflect this change. The update does not involve any alterations to the logic or structure of the code.
Files | Change Summary |
---|---|
frontend/src/utils/chainsInfo.ts | Updated API base URL from https://api.beta.resolute.vitwit.com to https://api.resolute.vitwit.com for multiple blockchain networks, including Agoric, Akash, CosmosHub, and others. |
OmniflixHub
network in the same chainsInfo.ts
file, indicating a direct connection to the changes made in the main PR regarding API endpoint updates for various blockchain networks.🐇 In the code, we hop and play,
Updating URLs, hip-hip-hooray!
From beta to the new, we leap,
For all the chains, our promise we keep.
With every change, our paths align,
A smoother journey, oh how divine! 🌟
frontend/src/utils/chainsInfo.ts (13)
`31-32`: **Verify the new API base URL is functional.** The `rest` and `rpc` properties have been updated to use the new base URL `https://api.resolute.vitwit.com`. Please ensure that all the required APIs are fully functional at this new URL before deploying the change to production. --- `34-34`: **Verify the backup API endpoints are functional.** The `restURIs` array has been updated to use the new base URL. Please ensure that the APIs are reachable and functional at all the endpoints listed in this array. --- `122-124`: **Verify the new API base URL is functional.** The `rest` and `restURIs` properties have been updated to use the new base URL `https://api.resolute.vitwit.com`. Please ensure that all the required APIs are fully functional at this new URL before deploying the change to production. --- `201-203`: **Verify the new API base URL is functional.** The `rest` and `restURIs` properties have been updated to use the new base URL `https://api.resolute.vitwit.com`. Please ensure that all the required APIs are fully functional at this new URL before deploying the change to production. --- `279-282`: **Verify the new API base URL is functional.** The `rest`, `rpc` and `restURIs` properties have been updated to use the new base URL `https://api.resolute.vitwit.com`. Please ensure that all the required APIs are fully functional at this new URL before deploying the change to production. --- `358-360`: **Verify the new API base URL is functional.** The `rest`, `rpc` and `restURIs` properties have been updated to use the new base URL `https://api.resolute.vitwit.com`. Please ensure that all the required APIs are fully functional at this new URL before deploying the change to production. --- `436-438`: **Verify the new API base URL is functional.** The `rest`, `rpc` and `restURIs` properties have been updated to use the new base URL `https://api.resolute.vitwit.com`. Please ensure that all the required APIs are fully functional at this new URL before deploying the change to production. --- `515-518`: **Verify the new API base URL is functional.** The `rest`, `rpc` and `restURIs` properties have been updated to use the new base URL `https://api.resolute.vitwit.com`. Please ensure that all the required APIs are fully functional at this new URL before deploying the change to production. --- `599-601`: **Verify the new API base URL is functional.** The `rest` and `restURIs` properties have been updated to use the new base URL `https://api.resolute.vitwit.com`. Please ensure that all the required APIs are fully functional at this new URL before deploying the change to production. --- `675-678`: **Verify the new API base URL is functional.** The `rest`, `rpc` and `restURIs` properties have been updated to use the new base URL `https://api.resolute.vitwit.com`. Please ensure that all the required APIs are fully functional at this new URL before deploying the change to production. --- `763-765`: **Verify the new API base URL is functional.** The `rest` and `restURIs` properties have been updated to use the new base URL `https://api.resolute.vitwit.com`. Please ensure that all the required APIs are fully functional at this new URL before deploying the change to production. --- `842-845`: **Verify the new API base URL is functional.** The `rest`, `rpc` and `restURIs` properties have been updated to use the new base URL `https://api.resolute.vitwit.com`. Please ensure that all the required APIs are fully functional at this new URL before deploying the change to production. --- `924-927`: **Verify the new API base URL is functional.** The `rest`, `rpc` and `restURIs` properties have been updated to use the new base URL `https://api.resolute.vitwit.com`. Please ensure that all the required APIs are fully functional at this new URL before deploying the change to production.
Summary by CodeRabbit
New Features
Bug Fixes