Skip to content

Add MPCQ Network and assets#1444

Open
Kaushik-Questwalk wants to merge 1 commit intochainapsis:mainfrom
Kaushik-Questwalk:main
Open

Add MPCQ Network and assets#1444
Kaushik-Questwalk wants to merge 1 commit intochainapsis:mainfrom
Kaushik-Questwalk:main

Conversation

@Kaushik-Questwalk
Copy link
Copy Markdown

@Kaushik-Questwalk Kaushik-Questwalk commented Apr 16, 2026

Changes

Checklist

  • I have read and followed the contribution guideline.
  • I have run yarn validate <your-config-file> locally, and it passed without any errors.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
keplr-chain-registry Ready Ready Preview, Comment Apr 16, 2026 10:19am

Request Review

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b913e582a9

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread evm/eip155:262144.json
Comment on lines +6 to +9
"currencies": [{
"coinDenom": "MPCQ",
"coinDecimals": 18
}]
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add required feeCurrencies for this chain entry

This config does not define feeCurrencies, but repository validation and tooling assume the field exists and iterate it unguarded (for example checkCurrencies in src/validate.ts and image checks in src/index.ts), so processing this chain will throw at runtime instead of loading metadata. Please add feeCurrencies (normally including the native gas token) and keep it consistent with currencies.

Useful? React with 👍 / 👎.

Comment thread evm/eip155:262144.json
Comment on lines +7 to +8
"coinDenom": "MPCQ",
"coinDecimals": 18
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Define coinMinimalDenom for MPCQ currency

The only currency object is missing coinMinimalDenom, but downstream validation/normalization treats this field as required (for example checkCurrencies uses currency.coinMinimalDenom to construct DenomHelper in src/validate.ts), so this chain config cannot be validated or reliably consumed by clients. Add a valid minimal denom string and reuse it consistently across related currency fields.

Useful? React with 👍 / 👎.

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.

1 participant