@lifi/types 5.2.1 → 5.2.2

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
+ ### [5.2.2](https://github.com/lifinance/types/compare/v5.2.1...v5.2.2) (2023-05-02)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * change AVA -> AVAT ([#169](https://github.com/lifinance/types/issues/169)) ([6b4e151](https://github.com/lifinance/types/commit/6b4e151026e96a9f2a9f80bd8ac1d10776828208))
11
+
5
12
  ### [5.2.1](https://github.com/lifinance/types/compare/v5.2.0...v5.2.1) (2023-05-02)
6
13
 
7
14
 
package/dist/cjs/coins.js CHANGED
@@ -637,7 +637,7 @@ const basicCoins = [
637
637
  address: '0x6de33698e9e9b787e09d3bd7771ef63557e148bb',
638
638
  decimals: 6,
639
639
  },
640
- [base_1.ChainId.AVA]: {
640
+ [base_1.ChainId.AVAT]: {
641
641
  address: '0x2979a1cb90EEB9e75d7fB4f9813FCC40E4a7fD8b',
642
642
  decimals: 6,
643
643
  },
package/dist/coins.js CHANGED
@@ -634,7 +634,7 @@ const basicCoins = [
634
634
  address: '0x6de33698e9e9b787e09d3bd7771ef63557e148bb',
635
635
  decimals: 6,
636
636
  },
637
- [ChainId.AVA]: {
637
+ [ChainId.AVAT]: {
638
638
  address: '0x2979a1cb90EEB9e75d7fB4f9813FCC40E4a7fD8b',
639
639
  decimals: 6,
640
640
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/types",
3
- "version": "5.2.1",
3
+ "version": "5.2.2",
4
4
  "description": "Types for the LI.FI stack",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/index.js",