@frakt-protocol/frakt-sdk
Version:
Frakt SDK for interacting with frakt.xyz protocols
15 lines (14 loc) • 463 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SOL_TOKEN = void 0;
exports.SOL_TOKEN = {
chainId: 101,
address: 'So11111111111111111111111111111111111111112',
name: 'SOL',
decimals: 9,
symbol: 'SOL',
logoURI: 'https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/So11111111111111111111111111111111111111112/logo.png',
extensions: {
coingeckoId: 'solana',
},
};