@lifi/types
Advanced tools
Comparing version 1.11.0 to 1.11.1
@@ -5,2 +5,9 @@ # Changelog | ||
### [1.11.1](https://github.com/lifinance/types/compare/v1.11.0...v1.11.1) (2022-10-25) | ||
### Bug Fixes | ||
* export ExtendedChain ([73f3cc5](https://github.com/lifinance/types/commit/73f3cc5007973aad48cdb59b4f93542e8cc2541d)) | ||
## [1.11.0](https://github.com/lifinance/types/compare/v1.10.1...v1.11.0) (2022-10-25) | ||
@@ -7,0 +14,0 @@ |
@@ -184,3 +184,3 @@ import { TransactionRequest } from '@ethersproject/providers'; | ||
} | ||
interface ExtendedChain extends Chain { | ||
export interface ExtendedChain extends Chain { | ||
nativeToken: Token; | ||
@@ -187,0 +187,0 @@ } |
@@ -184,3 +184,3 @@ import { TransactionRequest } from '@ethersproject/providers'; | ||
} | ||
interface ExtendedChain extends Chain { | ||
export interface ExtendedChain extends Chain { | ||
nativeToken: Token; | ||
@@ -187,0 +187,0 @@ } |
{ | ||
"name": "@lifi/types", | ||
"version": "1.11.0", | ||
"version": "1.11.1", | ||
"description": "Types for the LI.FI stack", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
430859