Supported Chains
All Sherry Links use Avalanche as their origin blockchain. Additionally, we support cross-chain Sherry Links through our Wormhole integration. This integration enables:
- Transferring native token across chains.
- Executing smart contract functions in a cross-chain manner.
All configurations or function executions involving cross-chain interactions will use a Wormhole-specific Chain ID, which differs from the standard Chain IDs of individual blockchains. You can learn more about this in the Wormhole documentation.
This Wormhole Chain ID is used in the sendMessage and quoteCrossChainCost functions. Therefore, if you want to interact directly with the contract, you must provide the corresponding value of our supported blockchains in the uint16 _targetChainparameter.
In the metadata you only assign to Chain the value of celo or alfajores for example, as appropriate.
The current list of supported destination blockchains is provided in the following table.
Avalanche will always be the origin chain.
In the metadata as chain if you define a blockchain other than Avalanche or Fuji, it is considered a cross-chain Sherry Link.
Name | Wormhole Chain ID | Chain ID |
---|---|---|
Avalanche | 6 | 43114 |
Name | Wormhole Chain ID | Chain ID |
---|---|---|
Avalanche Fuji | 6 | 43113 |
The following blockchains are currently supported as destinations, more blockchains will be added in the future
Name | Wormhole Chain ID | Chain ID |
---|---|---|
Celo | 14 | 42220 |
Name | Wormhole Chain ID | Chain ID |
---|---|---|
Celo Alfajores | 14 | 44787 |