Skip to content

feat(statics): onboard tabstracteth:tmt ERC20 token (CECHO-850)#8640

Closed
bitgo-ai-agent-dev[bot] wants to merge 2 commits into
masterfrom
feat/CECHO-850-tabstracteth-tmt-token
Closed

feat(statics): onboard tabstracteth:tmt ERC20 token (CECHO-850)#8640
bitgo-ai-agent-dev[bot] wants to merge 2 commits into
masterfrom
feat/CECHO-850-tabstracteth-tmt-token

Conversation

@bitgo-ai-agent-dev
Copy link
Copy Markdown

Summary

  • Adds tabstracteth:tmt (Test Mintable Token) as an ERC20 token on the Abstract testnet chain (tabstracteth)
  • Registers new UnderlyingAsset['tabstracteth:tmt'] enum entry in modules/statics/src/base.ts
  • Adds erc20Token(...) entry in modules/statics/src/allCoinsAndTokens.ts pointing to the deployed contract

Token Details

Field Value
Symbol tabstracteth:tmt
Full Name Test Mintable Token
Contract Address 0x23d6e0DD3a066daF6cFDfF6344e6E271945b7d8f
Decimals 6
Network Abstract Testnet (chain ID 11124)

Test plan

  • Verify tabstracteth:tmt appears in GET /api/v2/tabstracteth/token after deploy
  • Test send/receive of the ERC20 token via BitGo wallet on Abstract testnet

🤖 Generated with Claude Code

Ticket: CECHO-850

@bitgo-ai-agent-dev bitgo-ai-agent-dev Bot requested a review from a team as a code owner April 28, 2026 09:48
@linear
Copy link
Copy Markdown

linear Bot commented Apr 28, 2026

Add Test Mintable Token (TMT) for the Abstract testnet chain
(tabstracteth). Token deployed at
0x23d6e0DD3a066daF6cFDfF6344e6E271945b7d8f with 6 decimal places.

Ticket: CECHO-850
@nvrakesh06 nvrakesh06 force-pushed the feat/CECHO-850-tabstracteth-tmt-token branch from dfff6cc to d78178b Compare April 28, 2026 10:18
The ERC20 token validator requires addresses to be 0x followed
by 40 lowercase hex characters. The address was mixed-case
(EIP-55 checksum format) which failed the validation regex.

Ticket: CECHO-850
@nvrakesh06
Copy link
Copy Markdown
Contributor

Closing to reopen under human authorship; commits unchanged on branch feat/CECHO-850-tabstracteth-tmt-token (see replacement PR).

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