feat(statics): onboard tabstracteth:tmt ERC20 token (CECHO-850)#8640
Closed
bitgo-ai-agent-dev[bot] wants to merge 2 commits into
Closed
feat(statics): onboard tabstracteth:tmt ERC20 token (CECHO-850)#8640bitgo-ai-agent-dev[bot] wants to merge 2 commits into
bitgo-ai-agent-dev[bot] wants to merge 2 commits into
Conversation
Add Test Mintable Token (TMT) for the Abstract testnet chain (tabstracteth). Token deployed at 0x23d6e0DD3a066daF6cFDfF6344e6E271945b7d8f with 6 decimal places. Ticket: CECHO-850
dfff6cc to
d78178b
Compare
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
Contributor
|
Closing to reopen under human authorship; commits unchanged on branch feat/CECHO-850-tabstracteth-tmt-token (see replacement PR). |
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
tabstracteth:tmt(Test Mintable Token) as an ERC20 token on the Abstract testnet chain (tabstracteth)UnderlyingAsset['tabstracteth:tmt']enum entry inmodules/statics/src/base.tserc20Token(...)entry inmodules/statics/src/allCoinsAndTokens.tspointing to the deployed contractToken Details
tabstracteth:tmt0x23d6e0DD3a066daF6cFDfF6344e6E271945b7d8fTest plan
tabstracteth:tmtappears inGET /api/v2/tabstracteth/tokenafter deploy🤖 Generated with Claude Code
Ticket: CECHO-850