feat(statics): add bitkub batch 4 ungated tokens#8343
Merged
prithvishet2503 merged 1 commit intomasterfrom Mar 25, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds statics entries to onboard a new batch of ungated tokens across Solana, Ethereum, BSC, Sui, and Base, including corresponding OFC mappings.
Changes:
- Added new token definitions for SOL (SONIC), BSC (MITO/SHELL/HEMI/COOKIE), ETH (EL/KERNEL/TREE/ZKC), SUI (BLUE), and Base (C/CARV).
- Extended
UnderlyingAssetenum with new underlying asset identifiers for the onboarded tokens. - Added Base and Sui tokens to the aggregated
allCoinsAndTokensregistry.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| modules/statics/src/coins/solTokens.ts | Adds SOL token entry for sol:sonic. |
| modules/statics/src/coins/bscTokens.ts | Adds BSC token entries for bsc:mito, bsc:shell, bsc:hemi, bsc:cookie. |
| modules/statics/src/coins/erc20Coins.ts | Adds ETH ERC20 entries for eth:el, eth:kernel, eth:tree, eth:zkc. |
| modules/statics/src/coins/ofcCoins.ts | Adds OFC token entries for SOL Sonic, new BSC tokens, and SUI Bluefin. |
| modules/statics/src/coins/ofcErc20Coins.ts | Adds OFC ERC20 mappings for Base (C, CARV) and ETH (EL, KERNEL, TREE, ZKC). |
| modules/statics/src/base.ts | Extends UnderlyingAsset enum with SOL/BSC/Base/SUI/ETH identifiers. |
| modules/statics/src/allCoinsAndTokens.ts | Adds Base tokens (C, CARV) and Sui token (BLUE) to the combined registry. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
CECHO-513 Onboard the following tokens: - BASEETH:C (Chainbase) - BSC:MITO (Mitosis) - ETH:EL (ELYSIA) - ETH:KERNEL (KernelDAO) - SOL:SONIC (Sonic SVM) - ETH:TREE (Treehouse) - BSC:SHELL (MyShell) - BSC:HEMI (Hemi) - BSC:COOKIE (Cookie DAO) - ETH:ZKC (Boundless) - SUI:BLUE (Bluefin) - BASEETH:CARV (Carv) TICKET: CECHO-513
f48d3fd to
fe01dd5
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 7 out of 7 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
hitansh-madan
approved these changes
Mar 24, 2026
prithvishet2503
approved these changes
Mar 25, 2026
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.
CECHO-513
Onboard the following tokens:
TICKET: CECHO-513