This TypeScript library is designed to provide a unified interface for working with multiple blockchain networks, allowing developers to interact with various blockchain chains seamlessly. It supports a wide range of features and blockchain networks, maki
published version 1.0.0, 9 months ago- published version 2.0.5, 9 months ago
Run `yarn compile` to generate latest typings
published version 1.2.14, 9 months ago```typescript const binanceManifest = { name: 'Binance', description: '', rpcURL: 'https://bbc-dex.xdefiservices.com', chainSymbol: 'BNB', blockExplorerURL: 'https://explorer.bnbchain.org', chainId: 'Binance-Chain-Tigris', chain: 'binance',
published version 2.0.12, 9 months ago- published version 2.0.14, 9 months ago
```typescript const ethereumManifest = { name: 'Ethereum', description: '', rpcURL: 'https://ethereum-mainnet.xdefiservices.com', chainSymbol: 'ETH', blockExplorerURL: 'https://etherscan.io', chainId: '1', chain: 'ethereum', decimals: 18,
published version 2.0.25, 9 months ago```typescript const cosmosManifest = { name: 'Cosmos Hub', description: '', rpcURL: 'https://rpc-proxy.xdefi.services/cosmos/rpc/mainnet', lcdURL: 'https://rpc-proxy.xdefi.services/cosmos/lcd/mainnet', chainSymbol: 'ATOM', blockExplorerURL: 'h
published version 2.0.17, 9 months ago```typescript const bitcoincashManifest = { name: 'Bitcoin Cash', description: '', rpcURL: 'https://bch-mainnet.xdefiservices.com', chainSymbol: 'BCH', blockExplorerURL: 'https://blockchair.com/bitcoin-cash', chainId: 'bitcoincash', chain: '
published version 2.0.17, 9 months ago```typescript const dogecoinManifest = { name: 'Dogecoin', description: '', rpcURL: 'https://blockstream.info', chainSymbol: 'DOGE', blockExplorerURL: 'https://blockchair.com/dogecoin', chainId: 'dogecoin', chain: 'dogecoin', decimals: 8,
published version 2.0.16, 9 months ago```typescript const bitcoinManifest = { name: 'Bitcoin', description: '', rpcURL: 'https://btc-haskoin.xdefiservices.com', chainSymbol: 'BTC', blockExplorerURL: 'https://blockchair.com/bitcoin', chainId: 'bitcoin', chain: 'bitcoin', decima
published version 2.0.17, 9 months ago- published version 2.0.9, 9 months ago
```typescript const tronManifest = { name: 'Tron', description: '', rpcURL: 'https://api.trongrid.io', chainSymbol: 'TRX', blockExplorerURL: 'https://tronscan.org', dataProviderType: 'trongrid', dataProviderURL: 'https://api.trongrid.io',
published version 2.0.18, 9 months ago```typescript const thorManifest = { name: 'Thor', description: '', rpcURL: 'https://rpc-proxy.xdefi.services/thornode', chainSymbol: 'RUNE', blockExplorerURL: 'https://viewblock.io/thorchain', chainId: 'thorchain-mainnet-v1', chain: 'thorch
published version 2.0.17, 9 months ago```typescript const solanaManifest = { name: 'Solana', description: '', rpcURL: 'https://solanalb-rpc.xdefi.services', chainSymbol: 'SOL', blockExplorerURL: 'https://explorer.solana.com/', chainId: 'mainnet-beta', chain: 'solana', decimals
published version 2.0.18, 9 months ago```typescript const litecoinManifest = { name: 'Litecoin', description: '', rpcURL: 'https://blockstream.info', chainSymbol: 'LTC', blockExplorerURL: 'https://blockchair.com/litecoin', chainId: 'litecoin', chain: 'litecoin', decimals: 8,
published version 2.0.15, 9 months ago