@lifi/types 1.4.0 → 1.4.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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.4.1](https://github.com/lifinance/types/compare/v1.4.0...v1.4.1) (2022-08-09)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * okx icon ([#91](https://github.com/lifinance/types/issues/91)) ([d356e19](https://github.com/lifinance/types/commit/d356e1983fb4fef604fd92e3bb87cf908d24fa8a))
11
+
5
12
  ## [1.4.0](https://github.com/lifinance/types/compare/v1.3.0...v1.4.0) (2022-08-08)
6
13
 
7
14
 
@@ -162,7 +162,7 @@ exports.supportedEVMChains = [
162
162
  coin: base_1.CoinKey.OKT,
163
163
  id: 66,
164
164
  mainnet: true,
165
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/okex.svg',
165
+ logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/okx.svg',
166
166
  tokenlistUrl: 'https://raw.githubusercontent.com/sushiswap/default-token-list/master/tokens/okex.json',
167
167
  multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.OKT],
168
168
  // https://okc-docs.readthedocs.io/en/latest/developers/quick-start-for-mainnet.html
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/types",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Types for the LI.FI stack",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",