chaingate
Version:
A complete TypeScript library for connecting to and making transactions on different blockchains
19 lines • 646 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ArbitrumInfo = void 0;
const Utils_1 = require("../../../InternalUtils/Utils");
exports.ArbitrumInfo = {
symbol: 'arb',
id: 'arbitrum',
name: 'Arbitrum One',
svgLogoUrl: (0, Utils_1.buildUrlWithApiKey)('https://api.chaingate.dev/arbitrum/logo'),
chainId: 0xa4b1,
decimals: 18,
defaultDerivationPath: "m/44'/60'/0'/0/0",
minimalUnitSymbol: 'wei',
commonDerivationPaths: ["m/44'/60'/0'/0/0"],
nativeTokenId: 'arbitrum',
nativeTokenName: 'Arbitrum',
supportsEIP1559: true,
};
//# sourceMappingURL=ArbitrumInfo.js.map