Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,33 +41,33 @@ await provider.getNFTsByOwner({

Mainnet

- Ethereum: `"eth"`
- Avalanche: `"avalanche"`
- Base: `"base"`
- BNB Smart Chain: `"bsc"`
- Polygon: `"polygon"`
- Ethereum: `"eth"`
- Fantom: `"fantom"`
- Arbitrum: `"arbitrum"`
- Avalanche: `"avalanche"`
- Syscoin NEVM: `"syscoin"`
- Flare: `"flare"`
- Gnosis: `"gnosis"`
- Linea: `"linea"`
- Optimism: `"optimism"`
- Polygon: `"polygon"`
- Polygon zkEVM: `"polygon_zkevm"`
- Rollux: `"rollux"`
- Base: `"base"`
- Flare: `"flare"`
- Gnosis Chain: `"gnosis"`
- Scroll: `"scroll"`
- Linea: `"linea"`
- Xai: `"xai"`
- Stellar: `"stellar"`
- Syscoin: `"syscoin"`
- Telos: `"telos"`
- Xlayer: `"xlayer"`
- Xai: `"xai"`
- X Layer: `"xlayer"`

Testnet

- Ethereum Sepolia: `"eth_sepolia"`
- Ethereum Holesky: `"eth_holesky"`
- Avalanche Fuji: `"avalanche_fuji"`
- Polygon Amoy: `"polygon_amoy"`
- Optimism Testnet: `"optimism_testnet"`
- Base Sepolia: `"base_sepolia"`
- Ethereum Holesky: `"eth_holesky"`
- Ethereum Sepolia: `"eth_sepolia"`
- Optimism Testnet: `"optimism_testnet"`
- Polygon Amoy: `"polygon_amoy"`

Appchain

Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -542,4 +542,4 @@ export interface GetAccountBalanceHistoricalReply {
syncStatus?: SyncStatus;
blockHeight?: number | "latest" | "earliest";
}
export type Blockchain = 'arbitrum' | 'avalanche' | 'avalanche_fuji' | 'base' | 'base_sepolia' | 'bsc' | 'eth' | 'eth_holesky' | 'eth_sepolia' | 'fantom' | 'flare' | 'gnosis' | 'incentiv_devnet' | 'linea' | 'neura_devnet' | 'neura_testnet_v1' | 'optimism' | 'optimism_testnet' | 'polygon' | 'polygon_amoy' | 'polygon_zkevm' | 'rollux' | 'scroll' | 'syscoin' | 'telos' | 'xai' | 'xlayer';
export type Blockchain = 'arbitrum' | 'avalanche' | 'avalanche_fuji' | 'base' | 'base_sepolia' | 'bsc' | 'eth' | 'eth_holesky' | 'eth_sepolia' | 'fantom' | 'flare' | 'gnosis' | 'incentiv_devnet' | 'linea' | 'neura_devnet' | 'neura_testnet_v1' | 'optimism' | 'optimism_testnet' | 'polygon' | 'polygon_amoy' | 'polygon_zkevm' | 'rollux' | 'scroll' | 'stellar' | 'syscoin' | 'telos' | 'xai' | 'xlayer';