Skip to content

Conversation

@BigtoMantraDev
Copy link

@BigtoMantraDev BigtoMantraDev commented Mar 14, 2025

Summary by CodeRabbit

  • New Features
    • Introduced a new testnet configuration for MANTRA-Canary-Net, offering comprehensive settings for network endpoints, transaction fee parameters, and branding details.
    • The configuration also includes asset metadata such as currency symbol, exponent, and associated identity markers.

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

coderabbitai bot commented Mar 14, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

A new JSON configuration file, chains/testnet/mantra-canary-net.json, has been added to define the MANTRA-Canary-Net testnet. The file specifies various properties including the chain's name, type, API and RPC endpoints, SDK version, coin type, minimal transaction fee, address prefix, logo URL, theme color, and asset details such as the base currency, symbol, exponent, and CoinGecko ID.

Changes

File Summary of Changes
chains/testnet/mantra-canary-net.json Introduces a new JSON configuration for the MANTRA-Canary-Net testnet with specified API, RPC endpoints, SDK version, coin type, minimal fee, address prefix, logo, theme color, and detailed asset information.

Suggested reviewers

  • chiulam

Poem

I’m a rabbit with a joyful hop,
Celebrating the changes that never stop.
A new config sprouts in JSON grace,
Guiding testnets to a brighter place.
With each parameter, I grin ear to ear 🐰,
Hop along and enjoy the cheer!

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 aa5539e and b07b33d.

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

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 fd04b1a into main Mar 14, 2025
2 checks passed
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.

2 participants