@chainify/types
Advanced tools
Comparing version 1.1.1 to 1.1.2
# @chainify/types | ||
## 1.1.2 | ||
### Patch Changes | ||
- - Chain providers now have a new interface - `getTokenDetails` | ||
- Network object can now be passed during EVM Fee providers creation | ||
- NFTAsset type moved to global level | ||
## 1.1.1 | ||
@@ -4,0 +12,0 @@ |
@@ -13,1 +13,6 @@ import { ChainId } from '@liquality/cryptoassets'; | ||
} | ||
export interface TokenDetails { | ||
decimals: number; | ||
name: string; | ||
symbol: string; | ||
} |
@@ -9,2 +9,3 @@ import { BigNumberish as EthersBigNumberish } from '@ethersproject/bignumber'; | ||
export * from './Network'; | ||
export * from './Nft'; | ||
export * from './Swap'; | ||
@@ -11,0 +12,0 @@ export * from './Transaction'; |
@@ -29,2 +29,3 @@ "use strict"; | ||
__exportStar(require("./Network"), exports); | ||
__exportStar(require("./Nft"), exports); | ||
__exportStar(require("./Swap"), exports); | ||
@@ -31,0 +32,0 @@ __exportStar(require("./Transaction"), exports); |
{ | ||
"name": "@chainify/types", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "Liquality <info@liquality.io>", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1
15184
38
294
1