Skip to content

Update main#107

Merged
KcatMa merged 3 commits into
mainfrom
develop
May 26, 2026
Merged

Update main#107
KcatMa merged 3 commits into
mainfrom
develop

Conversation

@KcatMa

@KcatMa KcatMa commented May 26, 2026

Copy link
Copy Markdown
Contributor

No description provided.

KcatMa added 3 commits May 25, 2026 18:25
Swap the bundled mainnet defaultToken from fastUSD (0x125b...86eb) to
USDC (0xc655...9130).

Behavior change for any CLI command that resolves the network's default
token without an explicit --token (e.g. `fast send`, `fast info balance`):
on mainnet they now default to USDC. Scripts relying on the implicit
fastUSD default must add `--token fastUSD` explicitly. The dedicated
`fast fund fastusd` command is unaffected. Testnet (testUSDC) unchanged.

Test fixtures intentionally keep fastUSD as their fictional default —
they exercise the resolver/lookup code paths and are decoupled from
production config.
Reverse the symbol change in the previous commit on this branch while
keeping the new tokenId. The bundled mainnet defaultToken is now:

  symbol  = "fastUSD"   (unchanged from main)
  tokenId = 0xc655...9130 (the value introduced by the prior commit)

Net effect vs main: only the tokenId of the mainnet defaultToken is
updated; the symbol that users type with --token fastUSD stays the same.
Testnet default (testUSDC) is unchanged.
feat: update mainnet fastUSD defaultToken tokenId
@KcatMa KcatMa requested review from kaichii and xc93 May 26, 2026 14:04

@xc93 xc93 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kaichii kaichii left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@KcatMa KcatMa merged commit f92f3ad into main May 26, 2026
2 checks passed
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.

3 participants