@lifi/types
Advanced tools
Comparing version 1.13.0 to 1.14.0
@@ -5,2 +5,9 @@ # Changelog | ||
## [1.14.0](https://github.com/lifinance/types/compare/v1.13.0...v1.14.0) (2022-11-09) | ||
### Features | ||
* add support for token symbols in /routes ([#107](https://github.com/lifinance/types/issues/107)) ([b149aa0](https://github.com/lifinance/types/commit/b149aa0f43b3a9e78beb7b2e536979bbb6766ade)) | ||
## [1.13.0](https://github.com/lifinance/types/compare/v1.12.0...v1.13.0) (2022-11-09) | ||
@@ -7,0 +14,0 @@ |
@@ -9,6 +9,6 @@ import { TransactionRequest } from '@ethersproject/providers'; | ||
fromAmount: string; | ||
fromTokenAddress: string; | ||
fromToken: string; | ||
fromAddress?: string; | ||
toChainId: number; | ||
toTokenAddress: string; | ||
toToken: string; | ||
toAddress?: string; | ||
@@ -15,0 +15,0 @@ options?: RouteOptions; |
@@ -9,6 +9,6 @@ import { TransactionRequest } from '@ethersproject/providers'; | ||
fromAmount: string; | ||
fromTokenAddress: string; | ||
fromToken: string; | ||
fromAddress?: string; | ||
toChainId: number; | ||
toTokenAddress: string; | ||
toToken: string; | ||
toAddress?: string; | ||
@@ -15,0 +15,0 @@ options?: RouteOptions; |
{ | ||
"name": "@lifi/types", | ||
"version": "1.13.0", | ||
"version": "1.14.0", | ||
"description": "Types for the LI.FI stack", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
429792