UNPKG

chaingate

Version:

A complete TypeScript library for connecting to and making transactions on different blockchains

16 lines 511 B
import { buildUrlWithApiKey } from '../../../InternalUtils/Utils'; export const BnbInfo = { symbol: 'bnb', id: 'bnbChain', name: 'BNB Chain', svgLogoUrl: buildUrlWithApiKey('https://api.chaingate.dev/bnb/logo'), chainId: 0x38, decimals: 18, defaultDerivationPath: "m/44'/60'/0'/0/0", minimalUnitSymbol: 'wei', commonDerivationPaths: ["m/44'/60'/0'/0/0"], nativeTokenId: 'bnb', nativeTokenName: 'BNB', supportsEIP1559: false, }; //# sourceMappingURL=BnbInfo.js.map