@lifi/data-types 3.0.0 → 3.0.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.
package/README.md CHANGED
@@ -9,11 +9,9 @@
9
9
 
10
10
  # LI.FI - Data Types
11
11
 
12
- Data Types for the LI.FI stack.
13
-
14
12
  ## Summary
15
13
 
16
- This package contains all common data types for the LI.FI stack.
14
+ This repository contains data that enriches the types defined in LI.FI's [types package](https://github.com/lifinance/types) with actual information.
17
15
  Learn more about LI.FI on (https://li.fi).
18
16
 
19
17
  Check out the [Changelog](./CHANGELOG.md) to see what changed in the last releases.
@@ -1742,7 +1742,7 @@ exports.wrappedTokens = {
1742
1742
  chainId: types_1.ChainId.FUS,
1743
1743
  coinKey: 'WFUSE',
1744
1744
  name: 'Wrapped Fuse',
1745
- logoURI: 'https://fuselogo.s3.eu-central-1.amazonaws.com/wfuse.png',
1745
+ logoURI: 'https://static.debank.com/image/fuse_token/logo_url/0x0be9e53fd7edac9f859882afdda116645287c629/26d6e40e90bb2bf775820b1afef6ffb6.png',
1746
1746
  },
1747
1747
  [types_1.ChainId.MOO]: {
1748
1748
  address: '0xacc15dc74880c9944775448304b263d191c6077f',
@@ -1739,7 +1739,7 @@ export const wrappedTokens = {
1739
1739
  chainId: ChainId.FUS,
1740
1740
  coinKey: 'WFUSE',
1741
1741
  name: 'Wrapped Fuse',
1742
- logoURI: 'https://fuselogo.s3.eu-central-1.amazonaws.com/wfuse.png',
1742
+ logoURI: 'https://static.debank.com/image/fuse_token/logo_url/0x0be9e53fd7edac9f859882afdda116645287c629/26d6e40e90bb2bf775820b1afef6ffb6.png',
1743
1743
  },
1744
1744
  [ChainId.MOO]: {
1745
1745
  address: '0xacc15dc74880c9944775448304b263d191c6077f',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/data-types",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Data types for the LI.FI stack",
5
5
  "keywords": [
6
6
  "sdk",
@@ -63,7 +63,7 @@
63
63
  ]
64
64
  },
65
65
  "dependencies": {
66
- "@lifi/types": "^12.0.0"
66
+ "@lifi/types": "^12.0.1"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@commitlint/cli": "^17.7.1",