@lifi/types 3.2.2 → 3.2.3

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
+ ### [3.2.3](https://github.com/lifinance/types/compare/v3.2.2...v3.2.3) (2023-04-13)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * add Linea Test token ([#157](https://github.com/lifinance/types/issues/157)) ([c448503](https://github.com/lifinance/types/commit/c448503bd84db9aefc8b1d4275950764fbff03a9))
11
+
5
12
  ### [3.2.2](https://github.com/lifinance/types/compare/v3.2.1...v3.2.2) (2023-04-12)
6
13
 
7
14
 
package/dist/cjs/coins.js CHANGED
@@ -782,6 +782,10 @@ const basicCoins = [
782
782
  address: '0xe71678794fff8846bff855f716b0ce9d9a78e844',
783
783
  decimals: 18,
784
784
  },
785
+ [base_1.ChainId.LNAT]: {
786
+ address: '0xb706319d37b945727e71ae0d4353699d19112576',
787
+ decimals: 18,
788
+ },
785
789
  },
786
790
  },
787
791
  // > WBTC
package/dist/coins.js CHANGED
@@ -779,6 +779,10 @@ const basicCoins = [
779
779
  address: '0xe71678794fff8846bff855f716b0ce9d9a78e844',
780
780
  decimals: 18,
781
781
  },
782
+ [ChainId.LNAT]: {
783
+ address: '0xb706319d37b945727e71ae0d4353699d19112576',
784
+ decimals: 18,
785
+ },
782
786
  },
783
787
  },
784
788
  // > WBTC
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/types",
3
- "version": "3.2.2",
3
+ "version": "3.2.3",
4
4
  "description": "Types for the LI.FI stack",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/index.js",