feat(statics): onboard eth, sol, polygon, and baseeth assets - #9273
Merged
Conversation
Contributor
rithwik-bitgo
force-pushed
the
CECHO-1630-onboard-assets
branch
2 times, most recently
from
July 16, 2026 08:59
edd882e to
f2a47ca
Compare
mohd-kashif
previously approved these changes
Jul 16, 2026
There was a problem hiding this comment.
Pull request overview
Adds new asset definitions to @bitgo/statics for Ethereum, Solana, Polygon, and Base (mainnet + Base testnet), including OFC representations, so the new tokens are discoverable via statics registries and have corresponding UnderlyingAsset entries.
Changes:
- Added new
UnderlyingAssetenum entries foreth:jpysc,sol:bils,polygon:wpay,baseeth:wpay, andtbaseeth:tpdd. - Added token metadata entries for JPYSC (Ethereum ERC-20), BILS (Solana SPL), and WPAY (Polygon).
- Added Base/Base-testnet token entries in
allCoinsAndTokensand OFC coin entries for the new assets.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| modules/statics/src/coins/solTokens.ts | Adds sol:bils Solana token definition. |
| modules/statics/src/coins/polygonTokens.ts | Adds polygon:wpay Polygon token definition. |
| modules/statics/src/coins/ofcErc20Coins.ts | Adds OFC ERC-20 entries for ofceth:jpysc and ofcbaseeth:wpay, plus testnet ofctbaseeth:tpdd. |
| modules/statics/src/coins/ofcCoins.ts | Adds OFC entries for ofcpolygon:wpay and ofcsol:bils. |
| modules/statics/src/coins/erc20Coins.ts | Adds eth:jpysc ERC-20 token definition. |
| modules/statics/src/base.ts | Adds new UnderlyingAsset enum constants for the onboarded assets. |
| modules/statics/src/allCoinsAndTokens.ts | Adds Base/Base-testnet token entries for baseeth:wpay and tbaseeth:tpdd. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
rithwik-bitgo
force-pushed
the
CECHO-1630-onboard-assets
branch
from
July 16, 2026 09:48
f2a47ca to
9babccb
Compare
manojkumar138
approved these changes
Jul 16, 2026
| 'CDxFUPSRK4dC68jWV7SCPezU1vNYXz87Y6fjhhRvsuhd', | ||
| 'CDxFUPSRK4dC68jWV7SCPezU1vNYXz87Y6fjhhRvsuhd', | ||
| UnderlyingAsset['sol:bils'], | ||
| SOL_TOKEN_FEATURES |
Contributor
There was a problem hiding this comment.
this is missing ProgramID.Token2022ProgramId
https://solscan.io/token/CDxFUPSRK4dC68jWV7SCPezU1vNYXz87Y6fjhhRvsuhd
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.
Summary
eth:jpysc(JPYSC) ERC-20 token on Ethereum mainnet with OFC supportsol:bils(BILS) SPL token on Solana mainnet with OFC supportpolygon:wpay(WPAY) token on Polygon mainnet with OFC supportbaseeth:wpay(WPAY) token on Base mainnet andtbaseeth:tpdd(MarketplacePDD ALPACA) on Base testnet with OFC supportTest plan
UnderlyingAssetenum entries inbase.tsallCoinsAndTokensand respective coin filesyarn unit-test --scope @bitgo/staticsto confirm no regressionsTICKET: CECHO-1630
🤖 Generated with Claude Code