-
Notifications
You must be signed in to change notification settings - Fork 190
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
update ing info #293
base: main
Are you sure you want to change the base?
update ing info #293
Conversation
WalkthroughThis pull request introduces several configuration files in the Changes
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
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 (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi folder name must be same with chain_name
can you change folder name or chain_name? Thank you
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🔭 Outside diff range comments (1)
testnets/ing/chain.json (1)
121-122
:⚠️ Potential issueTrailing Content Removal
There is extraneous content after the closing brace (line 122). This stray text will render the JSON invalid. Please remove this extra line.
🧹 Nitpick comments (1)
testnets/ing/chain.json (1)
93-101
: Explorer & Image URI ConsistencyWhile the "explorers" array is empty (which is fine at this stage), note that both the "images" and "logo_URIs" sections reference the "infinity-ground" directory. If the branding is migrating to "ing," consider updating these paths for consistency.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (3)
testnets/ing/images/logo-full.png
is excluded by!**/*.png
testnets/ing/images/logo-pixelated.png
is excluded by!**/*.png
testnets/ing/images/logo.png
is excluded by!**/*.png
📒 Files selected for processing (3)
testnets/ing/assetlist.json
(1 hunks)testnets/ing/chain.json
(1 hunks)testnets/ing/profile.json
(1 hunks)
✅ Files skipped from review due to trivial changes (2)
- testnets/ing/profile.json
- testnets/ing/assetlist.json
🔇 Additional comments (6)
testnets/ing/chain.json (6)
1-13
: Schema and Basic Chain Configuration ValidityThe configuration correctly references the shared schema and sets essential chain properties (chain_name, chain_id, evm_chain_id, etc.). This section looks consistent with typical testnet settings.
14-20
: Website and Token ConfigurationThe website URL is provided and the fee/staking token arrays are intentionally left empty. This is acceptable for an upcoming testnet, assuming tokens aren’t yet defined.
21-31
: Codebase Section ReviewThe "codebase" block lists the Git repository, the recommended version, compatible versions, and binaries for multiple platforms. Please verify that the binary URLs are current and that the recommended version ("v0.7.1-1") matches the intended release.
32-35
: Peer Configuration ValidityBoth seeds and persistent_peers arrays are empty. This is acceptable for an emerging testnet configuration.
36-92
: API Endpoints ConfigurationThe API endpoints are comprehensively defined across RPC, REST, gRPC, JSON-RPC, and JSON-RPC WebSocket protocols. All URL patterns appear valid. Ensure that these endpoints are operational and conform to the network requirements for the new testnet.
102-120
: Metadata Section ConsistencyThe metadata block details operational parameters, including op_bridge_id, op_denoms, executor_uri, and IBC channel details. The nested "minitia" information looks standard. Verify that the "assetlist" URL and IBC channel configurations align with the updated testnet deployment.
@ALPAC-4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On your chain. In your chain does not have a coin that denom is uinit. base must be one of the denom.
"$schema": "../../chain.schema.json", | ||
"chain_name": "ing", | ||
"chain_id": "ing-1", | ||
"evm_chain_id": 930997494890041, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
evm_chain_id
and metadata.op_bridge_id
is incorrect. Can you check the anvil's chain.json and make these correct?
update ing info
Summary by CodeRabbit