Documentation Index
Fetch the complete documentation index at: https://mintlify.com/1inch/cross-chain-sdk/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The 1inch Cross-Chain SDK supports atomic swaps across multiple EVM chains and Solana, enabling trustless cross-chain token transfers.Supported Networks
Ethereum
Chain ID:
1Native: ETHPolygon
Chain ID:
137Native: MATICBNB Chain
Chain ID:
56Native: BNBArbitrum
Chain ID:
42161Native: ETHOptimism
Chain ID:
10Native: ETHAvalanche
Chain ID:
43114Native: AVAXGnosis
Chain ID:
100Native: xDAIBase (Coinbase)
Chain ID:
8453Native: ETHzkSync Era
Chain ID:
324Native: ETHLinea
Chain ID:
59144Native: ETHSonic
Chain ID:
146Native: SUnichain
Chain ID:
130Native: ETHSolana
Chain ID:
501Native: SOLChain Details
Ethereum (NetworkEnum.ETHEREUM)
- Chain ID: 1
- Native Token: ETH
- Type: EVM
- RPC: Multiple providers available
Polygon (NetworkEnum.POLYGON)
- Chain ID: 137
- Native Token: MATIC
- Type: EVM
- RPC: https://polygon-rpc.com
BNB Chain (NetworkEnum.BINANCE)
- Chain ID: 56
- Native Token: BNB
- Type: EVM
- RPC: https://bsc-dataseed.binance.org
Arbitrum (NetworkEnum.ARBITRUM)
- Chain ID: 42161
- Native Token: ETH
- Type: EVM Layer 2
- RPC: https://arb1.arbitrum.io/rpc
Optimism (NetworkEnum.OPTIMISM)
- Chain ID: 10
- Native Token: ETH
- Type: EVM Layer 2
- RPC: https://mainnet.optimism.io
Avalanche (NetworkEnum.AVALANCHE)
- Chain ID: 43114
- Native Token: AVAX
- Type: EVM
- RPC: https://api.avax.network/ext/bc/C/rpc
Gnosis (NetworkEnum.GNOSIS)
- Chain ID: 100
- Native Token: xDAI
- Type: EVM
- RPC: https://rpc.gnosischain.com
Base / Coinbase (NetworkEnum.COINBASE)
- Chain ID: 8453
- Native Token: ETH
- Type: EVM Layer 2
- RPC: https://mainnet.base.org
zkSync Era (NetworkEnum.ZKSYNC)
- Chain ID: 324
- Native Token: ETH
- Type: zkEVM
- RPC: https://mainnet.era.zksync.io
Linea (NetworkEnum.LINEA)
- Chain ID: 59144
- Native Token: ETH
- Type: zkEVM
- RPC: https://rpc.linea.build
Sonic (NetworkEnum.SONIC)
- Chain ID: 146
- Native Token: S
- Type: EVM
- RPC: Contact Sonic for RPC details
Unichain (NetworkEnum.UNICHAIN)
- Chain ID: 130
- Native Token: ETH
- Type: EVM
- RPC: Contact Unichain for RPC details
Solana (NetworkEnum.SOLANA)
- Chain ID: 501
- Native Token: SOL
- Type: Non-EVM
- RPC: https://api.mainnet-beta.solana.com
Native Token Addresses
For EVM chains, use the following address for native tokens:Usage Examples
Check if Chain is EVM
Check if Chain is Solana
Validate Chain Support
Cross-Chain Combinations
Popular Token Addresses
Ethereum
- USDT:
0xdac17f958d2ee523a2206206994597c13d831ec7 - USDC:
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48 - DAI:
0x6b175474e89094c44da98b954eedeac495271d0f - WETH:
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Polygon
- USDT:
0xc2132d05d31c914a87c6611c10748aeb04b58e8f - USDC:
0x2791bca1f2de4661ed88a30c99a7a9449aa84174 - WMATIC:
0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270
BNB Chain
- USDT:
0x55d398326f99059ff775485246999027b3197955 - USDC:
0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d - WBNB:
0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c
Solana
- USDT:
Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB - USDC:
EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v - wSOL:
So11111111111111111111111111111111111111112
Related
- NetworkEnum - Network enumeration reference
- EvmAddress - EVM address utilities
- SolanaAddress - Solana address utilities