@lifi/data-types 6.26.0 → 6.27.1

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.
@@ -1396,6 +1396,10 @@ export const basicCoins: BasicCoin[] = [
1396
1396
  address: '0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34',
1397
1397
  decimals: 18,
1398
1398
  },
1399
+ [ChainId.SWL]: {
1400
+ address: '0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34',
1401
+ decimals: 18,
1402
+ },
1399
1403
  },
1400
1404
  },
1401
1405
 
@@ -2677,6 +2681,60 @@ export const basicCoins: BasicCoin[] = [
2677
2681
  },
2678
2682
  },
2679
2683
 
2684
+ // USDT0
2685
+ {
2686
+ key: CoinKey.USDT0,
2687
+ name: 'USD₮0',
2688
+ logoURI:
2689
+ 'https://static.debank.com/image/ink_token/logo_url/0x0200c29006150606b650577bbe7b6248f58470c1/8bba37fddc2774e06a94b8952e3e3ad7.png',
2690
+ verified: true,
2691
+ chains: {
2692
+ [ChainId.HYP]: {
2693
+ address: '0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb',
2694
+ decimals: 6,
2695
+ },
2696
+ [ChainId.BER]: {
2697
+ address: '0x779Ded0c9e1022225f8E0630b35a9b54bE713736',
2698
+ decimals: 6,
2699
+ },
2700
+ [ChainId.INK]: {
2701
+ address: '0x0200C29006150606B650577BBE7B6248F58470c1',
2702
+ decimals: 6,
2703
+ symbol: 'USDT0',
2704
+ },
2705
+ [ChainId.OPT]: {
2706
+ address: '0x01bFF41798a0BcF287b996046Ca68b395DbC1071',
2707
+ decimals: 6,
2708
+ },
2709
+ [ChainId.UNI]: {
2710
+ address: '0x9151434b16b9763660705744891fA906F660EcC5',
2711
+ decimals: 6,
2712
+ symbol: 'USDT0',
2713
+ },
2714
+ [ChainId.CRN]: {
2715
+ address: '0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb',
2716
+ decimals: 6,
2717
+ },
2718
+ [ChainId.SEI]: {
2719
+ address: '0x9151434b16b9763660705744891fA906F660EcC5',
2720
+ decimals: 6,
2721
+ symbol: 'USDT0',
2722
+ },
2723
+ [ChainId.FLR]: {
2724
+ address: '0xe7cd86e13AC4309349F30B3435a9d337750fC82D',
2725
+ decimals: 6,
2726
+ },
2727
+ [ChainId.RSK]: {
2728
+ address: '0x779dED0C9e1022225F8e0630b35A9B54Be713736',
2729
+ decimals: 6,
2730
+ },
2731
+ [ChainId.ARB]: {
2732
+ address: '0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9',
2733
+ decimals: 6,
2734
+ },
2735
+ },
2736
+ },
2737
+
2680
2738
  // > Bitcoin
2681
2739
  {
2682
2740
  key: CoinKey.BTC,