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