Non EVM Chains
Non EVM chains supported:
Bitcoin
Bitcoin Native Asset
We will be supporting Bitcoin in our Buy and Sell flows in the future. To add support, add the following crypto object to your configuration crypto array:
{
id: <your btc internal id>,
network: 'bip122:000000000019d6689c085ae165831e93',
assetId: 'slip44:0'
}
Details
- Decimals places: 8
- Address format: Native Segwit (
bc1q...
)
Solana
Solana Native Asset
We support SOL in our Buy flow. Sell flow will be supported in the future. To support SOL, add the following crypto object to your configuration crypto array:
{
id: <your solana internal id>,
network: 'solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp',
assetId: 'slip44:501'
}
Details
- Decimals places: 9
Solana SPL Tokens
We will be supporting SPL Tokens in our Buy and Sell flow. To add support, add the following crypto object to your configuration crypto array:
{
id: <your SPL token internal id>,
network: 'solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp',
assetId: <asset_namespace + ":" + asset_reference>, // e.g: "token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v" for USDC
}
Note: concatenating
network
+assetId
will form the full CAIP-19 identifier for a token