@lifi/data-types 6.49.0 → 6.51.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2890,6 +2890,29 @@ export const basicCoins: BasicCoin[] = [
2890
2890
  address: '0x779Ded0c9e1022225f8E0630b35a9b54bE713736',
2891
2891
  decimals: 6,
2892
2892
  },
2893
+ [ChainId.MEG]: {
2894
+ address: '0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb',
2895
+ decimals: 6,
2896
+ },
2897
+ },
2898
+ },
2899
+
2900
+ // USDm
2901
+ {
2902
+ key: CoinKey.USDm,
2903
+ name: 'USDm',
2904
+ logoURI:
2905
+ 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/tokens/USDm.svg',
2906
+ verified: true,
2907
+ chains: {
2908
+ [ChainId.ETH]: {
2909
+ address: '0xEc2AF1C8B110a61fD9C3Fa6a554a031Ca9943926',
2910
+ decimals: 18,
2911
+ },
2912
+ [ChainId.MEG]: {
2913
+ address: '0xFAfDdbb3FC7688494971a79cc65DCa3EF82079E7',
2914
+ decimals: 18,
2915
+ },
2893
2916
  },
2894
2917
  },
2895
2918