@hyperlane-xyz/sdk
Version:
The official SDK for the Hyperlane Network
44 lines • 1.13 kB
JavaScript
import { ProtocolType } from '@hyperlane-xyz/utils';
export const PROTOCOL_TO_DEFAULT_NATIVE_TOKEN = {
[]: {
decimals: 18,
name: 'Ether',
symbol: 'ETH',
},
[]: {
decimals: 9,
name: 'Solana',
symbol: 'SOL',
},
[]: {
decimals: 6,
denom: 'uatom',
name: 'Atom',
symbol: 'ATOM',
},
[]: {
decimals: 6,
denom: 'uatom',
name: 'Atom',
symbol: 'ATOM',
},
[]: {
decimals: 18,
denom: '0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7',
name: 'Ether',
symbol: 'ETH',
},
[]: {
decimals: 18,
denom: 'resource_rdx1tknxxxxxxxxxradxrdxxxxxxxxx009923554798xxxxxxxxxradxrd',
name: 'Radix',
symbol: 'XRD',
},
[]: {
decimals: 6,
denom: '0field',
name: 'Aleo',
symbol: 'ALEO',
},
};
//# sourceMappingURL=nativeTokenMetadata.js.map