You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@ichidao/ichi-vaults-sdk

Package Overview
Dependencies
Maintainers
0
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ichidao/ichi-vaults-sdk - npm Package Compare versions

Comparing version

to
0.0.101

5

dist/src/graphql/constants.js

@@ -105,2 +105,7 @@ "use strict";

},
_g[types_1.SupportedDex.Trebleswap] = {
url: 'https://api.studio.thegraph.com/query/88584/base-v1-trebleswap/version/latest',
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/AdkJodYmr7P6xa221cwdhPBT3xZF3g7FftcrbRV4y75u',
supportsCollectFees: true,
},
_g[types_1.SupportedDex.UniswapV3] = {

@@ -107,0 +112,0 @@ url: 'https://api.studio.thegraph.com/query/88584/base-v1/version/latest',

2

dist/src/index.cjs.js

@@ -5,3 +5,3 @@

* author: ICHI DAO <core@ichi.org>
* ichi-vaults-sdk.js v0.0.100
* ichi-vaults-sdk.js v0.0.101
* Released under the MIT license.

@@ -8,0 +8,0 @@ */

@@ -5,3 +5,3 @@

* author: ICHI DAO <core@ichi.org>
* ichi-vaults-sdk.js v0.0.100
* ichi-vaults-sdk.js v0.0.101
* Released under the MIT license.

@@ -8,0 +8,0 @@ */

@@ -81,2 +81,3 @@ import { Signer } from '@ethersproject/abstract-signer';

Thruster = "Thruster",
Trebleswap = "Trebleswap",
Ubeswap = "Ubeswap",

@@ -83,0 +84,0 @@ UniswapV3 = "Uniswap V3",

@@ -81,2 +81,3 @@ import { Signer } from '@ethersproject/abstract-signer';

Thruster = "Thruster",
Trebleswap = "Trebleswap",
Ubeswap = "Ubeswap",

@@ -83,0 +84,0 @@ UniswapV3 = "Uniswap V3",

@@ -82,2 +82,3 @@ "use strict";

SupportedDex["Thruster"] = "Thruster";
SupportedDex["Trebleswap"] = "Trebleswap";
SupportedDex["Ubeswap"] = "Ubeswap";

@@ -84,0 +85,0 @@ SupportedDex["UniswapV3"] = "Uniswap V3";

@@ -176,2 +176,12 @@ "use strict";

},
_g[types_1.SupportedDex.Trebleswap] = {
factoryAddress: '0xbA096706A850caF1cADAEfE7529Db1343a0c187E',
depositGuard: {
address: '0x01EEbBA41FA1c5c8655fDe507a816F7DF76702b2',
version: 2,
},
vaultDeployerAddress: '0x7d11De61c219b70428Bb3199F0DD88bA9E76bfEE',
isAlgebra: true,
ammVersion: 'algebraIntegral',
},
_g[types_1.SupportedDex.UniswapV3] = {

@@ -178,0 +188,0 @@ factoryAddress: '0xaBe5B5AC472Ead17B4B4CaC7fAF42430748ab3b3',

{
"name": "@ichidao/ichi-vaults-sdk",
"version": "0.0.100",
"version": "0.0.101",
"description": "The ICHI Vaults SDK",

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

@@ -1178,2 +1178,3 @@ ![Ichivaults Logo](https://ichi.org/static/img_logo_ichi_black-1c38d8d8e04542b1421ef1a1b2169f57.svg)

Thruster = 'Thruster',
Trebleswap = 'Trebleswap',
Ubeswap = 'Ubeswap',

@@ -1180,0 +1181,0 @@ UniswapV3 = 'Uniswap V3',

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet