Skip to content

recipient is typed as address (non-EVM compatibility) #24

@CluEleSsUK

Description

@CluEleSsUK

The recipient field is currently typed as address limiting compatibility with non-EVM chains.

Some non-EVM chains (e.g. Sui) also lack a chainId, suggesting a different contract type may be required to interoperate with them.

Wormhole solves this by assigning each chain its own "wormhole chainId", but these sometimes differ from EVM chainIds (e.g. Solana is chainId 1 and ETH is chainId2 :o).
Alternative approaches: reserve an upper uint256 range, or use a bytes type for recipients.

Consider this ticket a discussion on best approach for multi-chain support.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions