chaingate
Version:
A complete TypeScript library for connecting to and making transactions on different blockchains
16 lines • 520 B
JavaScript
import { buildUrlWithApiKey } from '../../../InternalUtils/Utils';
export const FantomInfo = {
symbol: 'ftm',
id: 'fantom',
name: 'Fantom',
svgLogoUrl: buildUrlWithApiKey('https://api.chaingate.dev/fantom/logo'),
chainId: 0xfa,
decimals: 18,
defaultDerivationPath: "m/44'/60'/0'/0/0",
minimalUnitSymbol: 'wei',
commonDerivationPaths: ["m/44'/60'/0'/0/0"],
nativeTokenId: 'fantom',
nativeTokenName: 'Fantom',
supportsEIP1559: true,
};
//# sourceMappingURL=FantomInfo.js.map