New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lifi/types

Package Overview
Dependencies
Maintainers
1
Versions
267
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lifi/types - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0

8

CHANGELOG.md

@@ -5,2 +5,10 @@ # Changelog

## [1.7.0](https://github.com/lifinance/types/compare/v1.6.0...v1.7.0) (2022-09-13)
### Features
* **api:** add bridgeExplorerLink ([#96](https://github.com/lifinance/types/issues/96)) ([9f37087](https://github.com/lifinance/types/commit/9f37087fe5815512104b3a78d00526188de2c341))
* **exchanges:** add soulswap on FTM ([#95](https://github.com/lifinance/types/issues/95)) ([3fdf438](https://github.com/lifinance/types/commit/3fdf438066af9f09ff89942613dde0876d638a7f))
## [1.6.0](https://github.com/lifinance/types/compare/v1.5.1...v1.6.0) (2022-09-02)

@@ -7,0 +15,0 @@

1

dist/api.d.ts

@@ -181,2 +181,3 @@ import { BridgeDefinition, Chain, ChainId, ExchangeDefinition, Step, Token } from '.';

tool?: string;
bridgeExplorerLink?: string;
}

@@ -183,0 +184,0 @@ export interface ChainsResponse {

@@ -181,2 +181,3 @@ import { BridgeDefinition, Chain, ChainId, ExchangeDefinition, Step, Token } from '.';

tool?: string;
bridgeExplorerLink?: string;
}

@@ -183,0 +184,0 @@ export interface ChainsResponse {

@@ -340,2 +340,22 @@ "use strict";

},
{
key: 'soulswap-ftm',
name: 'SoulSwap',
chainId: _1.ChainId.FTM,
webUrl: 'https://app.soulswap.finance/',
logoURI: 'https://raw.githubusercontent.com/soulswapfinance/assets/prod/blockchains/fantom/assets/0xe2fb177009FF39F52C0134E8007FA0e4BaAcBd07/logo.png',
tokenlistUrl: 'https://raw.githubusercontent.com/soulswapfinance/default-token-list/master/soulswap.tokenlist.json',
routerAddress: '0x6b3d631B87FE27aF29efeC61d2ab8CE4d621cCBF',
factoryAddress: '0x1120e150dA9def6Fe930f4fEDeD18ef57c0CA7eF',
initCodeHash: '0xf3dcc3c6c6e34d3981dd429ac942301b9ebdd05de1be17f646b55476c44dc951',
baseTokens: [
(0, _1.findWrappedGasOnChain)(_1.ChainId.FTM),
{
address: '0xe2fb177009FF39F52C0134E8007FA0e4BaAcBd07',
symbol: 'SOUL',
decimals: 18,
chainId: _1.ChainId.FTM,
},
],
},
// 1666600000 - Harmony Mainnet Shard 0

@@ -342,0 +362,0 @@ {

@@ -337,2 +337,22 @@ import { ChainId, CoinKey, findDefaultToken, findWrappedGasOnChain, } from '.';

},
{
key: 'soulswap-ftm',
name: 'SoulSwap',
chainId: ChainId.FTM,
webUrl: 'https://app.soulswap.finance/',
logoURI: 'https://raw.githubusercontent.com/soulswapfinance/assets/prod/blockchains/fantom/assets/0xe2fb177009FF39F52C0134E8007FA0e4BaAcBd07/logo.png',
tokenlistUrl: 'https://raw.githubusercontent.com/soulswapfinance/default-token-list/master/soulswap.tokenlist.json',
routerAddress: '0x6b3d631B87FE27aF29efeC61d2ab8CE4d621cCBF',
factoryAddress: '0x1120e150dA9def6Fe930f4fEDeD18ef57c0CA7eF',
initCodeHash: '0xf3dcc3c6c6e34d3981dd429ac942301b9ebdd05de1be17f646b55476c44dc951',
baseTokens: [
findWrappedGasOnChain(ChainId.FTM),
{
address: '0xe2fb177009FF39F52C0134E8007FA0e4BaAcBd07',
symbol: 'SOUL',
decimals: 18,
chainId: ChainId.FTM,
},
],
},
// 1666600000 - Harmony Mainnet Shard 0

@@ -339,0 +359,0 @@ {

2

package.json
{
"name": "@lifi/types",
"version": "1.6.0",
"version": "1.7.0",
"description": "Types for the LI.FI stack",

@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js",

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