chaingate
Version:
A complete TypeScript library for connecting to and making transactions on different blockchains
19 lines • 612 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BnbInfo = void 0;
const Utils_1 = require("../../../InternalUtils/Utils");
exports.BnbInfo = {
symbol: 'bnb',
id: 'bnbChain',
name: 'BNB Chain',
svgLogoUrl: (0, Utils_1.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