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
271
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.14.1 to 1.15.0

7

CHANGELOG.md

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

## [1.15.0](https://github.com/lifinance/types/compare/v1.14.1...v1.15.0) (2022-11-09)
### Features
* add Pangolin DEX on AVA ([#110](https://github.com/lifinance/types/issues/110)) ([6f85bf1](https://github.com/lifinance/types/commit/6f85bf19f7be34e9866840134d0bb18a11cef1ec))
### [1.14.1](https://github.com/lifinance/types/compare/v1.14.0...v1.14.1) (2022-11-09)

@@ -7,0 +14,0 @@

@@ -467,2 +467,18 @@ "use strict";

},
{
key: 'pangolin-ava',
name: 'Pangolin',
chainId: _1.ChainId.AVA,
logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/exchanges/pangolin.png',
webUrl: 'https://pangolin.exchange/',
tokenlistUrl: 'https://raw.githubusercontent.com/pangolindex/tokenlists/main/pangolin.tokenlist.json',
routerAddress: '0xE54Ca86531e17Ef3616d22Ca28b0D458b6C89106',
factoryAddress: '0xefa94DE7a4656D787667C749f7E1223D71E9FD88',
initCodeHash: '0x40231f6b438bce0797c9ada29b718a87ea0a5cea3fe9a771abdd76bd41a3e545',
baseTokens: [
(0, _1.findWrappedGasOnChain)(_1.ChainId.AVA),
(0, _1.findDefaultToken)(_1.CoinKey.USDC, _1.ChainId.AVA),
(0, _1.findDefaultToken)(_1.CoinKey.USDT, _1.ChainId.AVA),
],
},
// 42161 - Arbitrum

@@ -469,0 +485,0 @@ {

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

},
{
key: 'pangolin-ava',
name: 'Pangolin',
chainId: ChainId.AVA,
logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/exchanges/pangolin.png',
webUrl: 'https://pangolin.exchange/',
tokenlistUrl: 'https://raw.githubusercontent.com/pangolindex/tokenlists/main/pangolin.tokenlist.json',
routerAddress: '0xE54Ca86531e17Ef3616d22Ca28b0D458b6C89106',
factoryAddress: '0xefa94DE7a4656D787667C749f7E1223D71E9FD88',
initCodeHash: '0x40231f6b438bce0797c9ada29b718a87ea0a5cea3fe9a771abdd76bd41a3e545',
baseTokens: [
findWrappedGasOnChain(ChainId.AVA),
findDefaultToken(CoinKey.USDC, ChainId.AVA),
findDefaultToken(CoinKey.USDT, ChainId.AVA),
],
},
// 42161 - Arbitrum

@@ -466,0 +482,0 @@ {

2

package.json
{
"name": "@lifi/types",
"version": "1.14.1",
"version": "1.15.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