Skip to content

Add Hickory Blockchain mainnet configuration and updated HIC logo.#1471

Open
HicDevs wants to merge 39 commits into
chainapsis:mainfrom
HicDevs:main
Open

Add Hickory Blockchain mainnet configuration and updated HIC logo.#1471
HicDevs wants to merge 39 commits into
chainapsis:mainfrom
HicDevs:main

Conversation

@HicDevs

@HicDevs HicDevs commented May 25, 2026

Copy link
Copy Markdown
Contributor

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

vercel Bot commented May 25, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
keplr-chain-registry Ready Ready Preview, Comment Jun 7, 2026 6:47pm

Request Review

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

Copy link
Copy Markdown

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: 1450eb6401

ℹ️ About Codex in GitHub

Your team has set up Codex to 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 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread cosmos/hickory.json
@@ -0,0 +1,46 @@
{
"chainId": "Hickory",

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 Match chainId identifier casing to file name

Set chainId to an identifier that matches the JSON filename exactly; with cosmos/hickory.json currently using "chainId": "Hickory", validation will fail because validateCosmosChainInfo compares ChainIdHelper.parse(chainInfo.chainId).identifier against the file stem and throws on mismatch (src/validate.ts, identifier check at lines 51-55).

Useful? React with 👍 / 👎.

Comment thread cosmos/hickory.json Outdated
"coinDecimals": 6
},
"features": [
"stargate",

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 Remove deprecated stargate feature flag

The stargate feature is explicitly rejected by the validator (src/validate.ts throws when features includes "stargate" at lines 70-72), so keeping this value in the new chain config causes yarn validate cosmos/hickory.json to fail and blocks accepting this entry.

Useful? React with 👍 / 👎.

Remove duplicate hickory config
Updated chain details and RPC endpoints for HICKORY.
Remove deprecated stargate feature
Fix logo raw URL
new folder
@HicDevs

HicDevs commented May 25, 2026

Copy link
Copy Markdown
Contributor Author

Hello,

The chain configuration, RPC, REST and websocket endpoints are working correctly.

The image asset is publicly reachable here:

https://raw.githubusercontent.com/HicDevs/keplr-chain-registry/main/images/hickory/chain.png

It appears the validator rejects the image because the asset is not yet merged into the upstream chainapsis repository during PR validation.

Thank you.

2 similar comments
@HicDevs

HicDevs commented May 25, 2026

Copy link
Copy Markdown
Contributor Author

Hello,

The chain configuration, RPC, REST and websocket endpoints are working correctly.

The image asset is publicly reachable here:

https://raw.githubusercontent.com/HicDevs/keplr-chain-registry/main/images/hickory/chain.png

It appears the validator rejects the image because the asset is not yet merged into the upstream chainapsis repository during PR validation.

Thank you.

@HicDevs

HicDevs commented May 25, 2026

Copy link
Copy Markdown
Contributor Author

Hello,

The chain configuration, RPC, REST and websocket endpoints are working correctly.

The image asset is publicly reachable here:

https://raw.githubusercontent.com/HicDevs/keplr-chain-registry/main/images/hickory/chain.png

It appears the validator rejects the image because the asset is not yet merged into the upstream chainapsis repository during PR validation.

Thank you.

@HicDevs HicDevs closed this May 25, 2026
@HicDevs

HicDevs commented May 25, 2026

Copy link
Copy Markdown
Contributor Author

Hello,

The chain configuration, RPC, REST and websocket endpoints are working correctly.

The image asset is publicly reachable here:

https://raw.githubusercontent.com/HicDevs/keplr-chain-registry/main/images/hickory/chain.png

It appears the validator rejects the image because the asset is not yet merged into the upstream chainapsis repository during PR validation.

Thank you.

1 similar comment
@HicDevs

HicDevs commented May 25, 2026

Copy link
Copy Markdown
Contributor Author

Hello,

The chain configuration, RPC, REST and websocket endpoints are working correctly.

The image asset is publicly reachable here:

https://raw.githubusercontent.com/HicDevs/keplr-chain-registry/main/images/hickory/chain.png

It appears the validator rejects the image because the asset is not yet merged into the upstream chainapsis repository during PR validation.

Thank you.

@HicDevs HicDevs reopened this May 25, 2026
@keerthi-chandan

keerthi-chandan commented May 27, 2026

Copy link
Copy Markdown
Collaborator

@HicDevs use https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/hickory/chain.png
Please check other chains for reference

Fix Hickory chain logo reference
@HicDevs

HicDevs commented May 30, 2026 via email

Copy link
Copy Markdown
Contributor Author

@keerthi-chandan

Copy link
Copy Markdown
Collaborator

@HicDevs
Rename the committed folder images/hickory/ → images/Hickory/
Change line 4 to "chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/Hickory/chain.png"

@HicDevs

HicDevs commented Jun 7, 2026 via email

Copy link
Copy Markdown
Contributor Author

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