Skip to content

Conversation

@BigtoMantraDev
Copy link

@BigtoMantraDev BigtoMantraDev commented Mar 18, 2025

Summary by CodeRabbit

  • Chores
    • Updated the MANTRA-Canary network configuration with a streamlined network name and revised endpoint addresses for both API and RPC services.

@BigtoMantraDev BigtoMantraDev self-assigned this Mar 18, 2025
@coderabbitai
Copy link

coderabbitai bot commented Mar 18, 2025

Walkthrough

The configuration file for the MANTRA-Canary network has been updated. The chain_name was shortened, and both the API and RPC addresses have been modified to new endpoint URLs reflecting a renaming and endpoint restructuring.

Changes

File Change Summary
chains/.../mantra-canary-net.json Updated chain_name from "MANTRA-Canary-Net" to "MANTRA-Canary"; revised API and RPC endpoint URLs

Possibly related PRs

Suggested reviewers

  • chiulam

Poem

Hi, I'm a rabbit with a hop so spry,
Leaping through code under a digital sky.
New names and endpoints make the network bright,
Bounding over changes with delight.
Here’s a hop to progress, coded just right!
🐇💻 Happy trails in every byte!

Tip

⚡🧪 Multi-step agentic review comment chat (experimental)
  • We're introducing multi-step agentic chat in review comments. This experimental feature enhances review discussions with the CodeRabbit agentic chat by enabling advanced interactions, including the ability to create pull requests directly from comments.
    - To enable this feature, set early_access to true under in the settings.

📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between fd04b1a and b1bc4d1.

📒 Files selected for processing (1)
  • chains/testnet/mantra-canary-net.json (1 hunks)
🔇 Additional comments (3)
chains/testnet/mantra-canary-net.json (3)

2-2: Chain Name Update
The chain name has been updated to "MANTRA-Canary", which aligns with the intended rebranding and simplifies the identifier. Please ensure that any external dependencies (like documentation or scripts) referencing the old name "MANTRA-Canary-Net" are also updated.


8-8: API Endpoint Correction
The API provider's address has been changed to "https://api.archive.canary.mantrachain.dev". This update resolves the issue with the wrong canary URL by directing requests to the correct endpoint. It is recommended to verify that this endpoint is live and serving the expected data.


14-14: RPC Endpoint Correction
The RPC address has been updated to "https://rpc.archive.canary.mantrachain.dev", mirroring the API endpoint change. This update should ensure that RPC calls are properly routed. Verify that the new RPC endpoint is functioning correctly in the testnet environment.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@BigtoMantraDev BigtoMantraDev merged commit 77a5208 into main Mar 18, 2025
2 checks passed
@allthatjazzleo allthatjazzleo deleted the fix/update-canary-api branch March 18, 2025 04:30
AaronForce1 pushed a commit that referenced this pull request Apr 16, 2025
BigtoMantraDev added a commit that referenced this pull request May 8, 2025
…e new ping.hub features (#19)

* fixed api has changed

* fix typo in pricemarket chart

when clicking the volume tab of the chat, hover tip remains Price, should be Volume

* support atom one

* fixed address decode issue

* remove truncation of blockspeed to more accurately estimate

* use toFixed(2) to limit decimals to two places.

* bfhevm-testnet

* updating rest port to correctly configure api and make it available at the explorer

* update widget

* fix: class binding for reactive 'kind' variable

* add group

* fix issue

* add wasm query

* support extension txs

* improve code

* fixed issue

* chore: fixed issues with Vue 3 component setup

* apply wasm execution

* chore: basic customize for MANTRA

* chore: clean up gitHub actions

* feat: add build and release action

* docs: update readme file

* chore: update action for CF deployment

* chore: update dukong config and add temp clear local storage of network settings

* chore: update dukong api endpoint

* fix: correct the name of the api key in the build action

Signed-off-by: Matt <161822405+mantramatt@users.noreply.github.com>

* chore: add vue extension to devcontainer config

* fix: update block poll time to match chain

* feat: add public Dukong config

* feat(suggest): Add Leap wallet suggestion

* Revert "feat(suggest): Add Leap wallet suggestion"

This reverts commit 1e5249c.

* chore: enable internal build

* fix: change build actions

* feat(suggest): Add Leap wallet suggestion

* chore: Change name of internal github action

* fix: type errors breaking build.

* chore: add internal environemnt to action

* Adjust staking APR calculation (#6)

* chore(ci): Upgrade ci machine

* chore(data): Adjust staking APR calculation

* chore(ci): Rollback ci machine (#7)

* chore(network): Move network files

* chore(token): Display IBC token name (#9)

* chore(token): Display IBC token name

* chore(code): Follow Vue best practice

* Feature/display denom correctly (#10)

* chore(lib): Add new libs

* feat(util): Add utils functions

* feat(display): Refactor to display denom and amount

* feat(display): Format factory tokens

* feat(display): Display address balance correctly

* chore(codes): Improve error handling

* Fix/build type issue (#11)

* fix(data): Fix data type

* chore(ci): Add a PR ci

* Fix/display native token (#12)

* fix(data): Display native token balance

* fix(data): Display wrong parsed number

* Problem: Display wrong counterparty client_id in IBC page

* problem: mantra-1 not default selected chain

* Problem: Explorer cannot view address recent transactions

* chore(lib): Update libs

* chore(chains): Add chains internal connections

* chore(chains): Reads internal chains

* feat(networks): Add domains that can access internal networks (#14)

* Problem: Failed to load networks from internal folder (#15)

* Problem: The explorer is not connecting to canary net (#16)

* Problem: Wrong canary url (#17)

* fix(address): Improve event mapping and clean up template formatting (#18)

* chore: Updating mainnet and testnet networks

* feat: Setting up new chains

* feat: Update chain config for wallet suggestion

* chore: Removing all github workflows; powered by CF Pages directly

* chore: Updating testnet glob

* fix: Updating feature additions

* feat: Add a feature

* fix: Reading correct chain features

* chore: Removing all github workflows; powered by CF Pages directly

---------

Signed-off-by: Matt <161822405+mantramatt@users.noreply.github.com>
Signed-off-by: ₿igto <164835500+BigtoMantraDev@users.noreply.github.com>
Co-authored-by: liangping <18786721@qq.com>
Co-authored-by: cloudaiminer <163495234+cloudaiminer@users.noreply.github.com>
Co-authored-by: Tino Rusch <tino.rusch@gmail.com>
Co-authored-by: JTG947 <johnnythegreat947@gmail.com>
Co-authored-by: Dmitry <98899785+mdqst@users.noreply.github.com>
Co-authored-by: wizard <112275929+famouswizard@users.noreply.github.com>
Co-authored-by: Matt <matthew@mantra.finance>
Co-authored-by: Matt <161822405+mantramatt@users.noreply.github.com>
Co-authored-by: ₿igto <bigto@mantra.finance>
Co-authored-by: ₿igto <164835500+BigtoMantraDev@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants