Skip to content

feat(statics): onboard HYPEEVM:USDC and HYPEEVM:USDT0 tokens#8259

Merged
shivabitgo merged 1 commit intomasterfrom
copilot/onboard-hypeevm-tokens
Mar 6, 2026
Merged

feat(statics): onboard HYPEEVM:USDC and HYPEEVM:USDT0 tokens#8259
shivabitgo merged 1 commit intomasterfrom
copilot/onboard-hypeevm-tokens

Conversation

Copy link

Copilot AI commented Mar 6, 2026

Adds two new ERC-20 tokens on the HypeEVM mainnet, along with their corresponding OFC token configs.

Changes

  • base.ts — Added hypeevm:usdc and hypeevm:usdt0 to the UnderlyingAsset enum
  • allCoinsAndTokens.ts — Registered both tokens as erc20Token entries on Networks.main.hypeevm
  • ofcErc20Coins.ts — Added ofcerc20 entries for ofchypeevm:usdc and ofchypeevm:usdt0

Token Details

Token Contract Address Decimals
hypeevm:usdc 0xb88339cb7199b77e23db6e890353e22632ba630f 6
hypeevm:usdt0 0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb 6

Follows the same pattern established by hypeevm:hwhype.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • api.hyperliquid.xyz
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)
  • app.hyperlend.finance
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)
  • bitgoinc.atlassian.net
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)
  • docs.hyperunit.xyz
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)
  • docs.nabla.fi
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)
  • docs.primefi.xyz
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)
  • docs.usdt0.to
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)
  • download.cypress.io
    • Triggering command: /opt/hostedtoolcache/node/24.14.0/x64/bin/node /opt/hostedtoolcache/node/24.14.0/x64/bin/node index.js --exec install (dns block)
  • explorer.hyperlend.finance
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)
  • explorer.hyperliquid.xyz
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)
  • hyperevmscan.io
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)
  • purrsec.com
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)
  • www.bitget.com
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)
  • www.geckoterminal.com
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Onboard new HYPEEVM tokens from WIN-8273 feat(statics): onboard HYPEEVM:USDC and HYPEEVM:USDT0 tokens Mar 6, 2026
@shivabitgo shivabitgo force-pushed the copilot/onboard-hypeevm-tokens branch from 4be51b0 to 3de702c Compare March 6, 2026 09:51
@shivabitgo shivabitgo force-pushed the copilot/onboard-hypeevm-tokens branch from 3de702c to a46c317 Compare March 6, 2026 09:57
@shivabitgo shivabitgo marked this pull request as ready for review March 6, 2026 11:20
@shivabitgo shivabitgo requested a review from a team as a code owner March 6, 2026 11:20
Copy link
Contributor

@kamleshmugdiya kamleshmugdiya left a comment

Choose a reason for hiding this comment

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

lgtm

@shivabitgo shivabitgo merged commit 681bd46 into master Mar 6, 2026
41 of 43 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