Socket
Socket
Sign inDemoInstall

@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.0.1 to 1.0.2

13

CHANGELOG.md
# @chainify/types
## 1.0.2
### Patch Changes
- 8383db002: - fee provider can be null
- export typechain from the evm package
- remove approval step from initiate swap for evm chains
- add gasLimit as optional parameter in the TransactionRequest type
- fee provider is now optional for BitcoinEsploraProvider
- new evm chain support - Optimism
- add wallet and chain update hooks
- fix evm fees handlin
## 1.0.1

@@ -4,0 +17,0 @@

3

dist/lib/Asset.d.ts

@@ -12,3 +12,4 @@ export declare enum ChainId {

Fuse = "fuse",
Terra = "terra"
Terra = "terra",
Optimism = "optimism"
}

@@ -15,0 +16,0 @@ export declare type AssetType = 'native' | 'erc20';

@@ -17,3 +17,4 @@ "use strict";

ChainId["Terra"] = "terra";
ChainId["Optimism"] = "optimism";
})(ChainId = exports.ChainId || (exports.ChainId = {}));
//# sourceMappingURL=Asset.js.map

@@ -14,1 +14,2 @@ import { BigNumberish as EthersBigNumberish } from '@ethersproject/bignumber';

export declare type BigNumberish = string | number | EthersBigNumberish | BigNumber;
export declare type Nullable<T> = T | null;

@@ -35,2 +35,3 @@ import { BigNumber, FeeType } from '.';

fee?: FeeType;
gasLimit?: number;
};
{
"name": "@chainify/types",
"version": "1.0.1",
"version": "1.0.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