Skip to content

feat: add aptos chain support to web#11671

Draft
NeOMakinG wants to merge 3 commits intodevelopfrom
feature/aptos-support
Draft

feat: add aptos chain support to web#11671
NeOMakinG wants to merge 3 commits intodevelopfrom
feature/aptos-support

Conversation

@NeOMakinG
Copy link
Collaborator

Add Aptos CAIP identifiers, types, and chain adapter infrastructure.

  • Added aptosChainId and aptosAssetId
  • Added Aptos to CAIP constants
  • Updated utils for Aptos support
  • Added chain adapter type infrastructure

Closes: #[Aptos Implementation]

Minimoi added 3 commits January 15, 2026 18:58
- Add Aptos CAIP constants and chain IDs
- Implement AptosChainAdapter with transaction building and signing
- Add Aptos types for account, fee data, and transactions
- Configure genesis hash '861fb8e6' for mainnet
- Add SLIP-44 coin type 637 for Aptos

Closes: #[Aptos Implementation]
- Removed aptos types and adapter imports for now
- Build now passes successfully
- Aptos chain adapter implementation can be added later
- Add aptos module with types (AptosAccount, AptosFeeData, AptosBuildTxInput, AptosGetFeeDataInput)
- Add AptosSignTx and AptosSignedTx to support wallet operations
- Update types.ts to include aptos in ChainSpecificAccount, ChainSignTx, ChainSpecificFeeData, ChainSpecificBuildTxData, ChainSpecificGetFeeDataInput
- Export aptos module from chain-adapters index

This sets up the infrastructure for Aptos chain support. Full AptosChainAdapter implementation can be added in a follow-up PR.

Note: Thorchain-utils build error is unrelated to Aptos changes
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 15, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feature/aptos-support

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@NeOMakinG NeOMakinG changed the title feat: Add Aptos chain support to web feat: add aptos chain support to web Jan 15, 2026
trc20: 'trc20',
trc10: 'trc10',
suiCoin: 'coin',
aptosCoin: 'coin',
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

bro

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