Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@chainify/types

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chainify/types - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

dist/lib/Address.d.ts

8

CHANGELOG.md
# @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;
}

1

dist/lib/index.d.ts

@@ -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);

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc