Add Axiome chain assets - #18
Merged
Merged
Conversation
Adds asset info for Axiome (axiome-1), a Cosmos SDK v0.50 chain with CosmWasm. - assets_2.json: native AXM (CoinGecko axiome) and RET - cw20_2.json: the three cw20 tokens with the deepest liquidity on the chain DEX, RIP (CoinGecko rip), HUNT (CoinGecko hunt-2) and CLX Decimals for every asset were read from the token contracts on chain. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
anillusory
pushed a commit
to anillusory/chainlist
that referenced
this pull request
Aug 7, 2026
Follow-up to CosmosLabsKR#18, which carried only the asset metadata for three tokens. - param_2.json so the chain can be picked up by the wallets - cw20_2.json extended from 3 to 17 tokens: every CW20 with at least $1000 of pool liquidity, enumerated from the chain rather than curated by hand - axiome registered in active-cosmos-chains.json - ecosystem entries for the chain's AMM, its NFT marketplace and RIP Candle Existing entries are left byte for byte as they are, so the diff only adds.
anillusory
pushed a commit
to anillusory/chainlist
that referenced
this pull request
Aug 7, 2026
RET was the one native asset in the repository without an image, and the name we submitted in CosmosLabsKR#18 was wrong. - name corrected to Referral Energy Token, which is what the chain itself calls the denom in its asset registry - description replaced with the official one: RET is minted one to one to the referral upline on delegation, discounts network fees and sets the holder's share of the Community Pool - ret.png added, 256x256 to match the rest of the folder AXM is untouched.
hyukjoon-clk
pushed a commit
that referenced
this pull request
Aug 7, 2026
Follow-up to #18, which carried only the asset metadata. Adds param_2.json so the chain can be picked up by the wallets, extends cw20_2.json from 3 to all 24 CW20 tokens with liquidity, registers axiome in active-cosmos-chains.json, and adds the ecosystem entries for the chain's AMM, its NFT marketplace and the RIP Candle project.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds asset info for Axiome (
axiome-1), a Cosmos SDK v0.50.3 chain with CosmWasm (wasmd v0.50.0). The chain was not in the list, so a new folder was created as described in the README.assets_2.json— nativeuaxm(AXM, CoinGeckoaxiome) anduret(RET)cw20_2.json— the three cw20 tokens with the deepest liquidity on the chain DEX: RIP (CoinGeckorip), HUNT (CoinGeckohunt-2) and CLXDecimals for every asset were read from the token contracts on chain rather than assumed, and each CoinGecko id was verified to resolve to the same contract address listed here.
For reference, the chain is also being added to the Cosmos chain registry in cosmos/chain-registry#7875, and it is already live in the Keplr wallet (chainapsis/keplr-chain-registry#1538, merged).