Comparing version
@@ -1,2 +0,2 @@ | ||
import { A as Arb1Token, a as Arb1Pool, b as Arb1Token$1, c as Arb1Pool$1, d as Arb1Token$2, T as Target, e as Annotation, C as ContractInput } from './types-DGIVJGGF.js'; | ||
import { A as Arb1Token, a as Arb1Pool, b as Arb1Token$1, c as Arb1Pool$1, d as Arb1Token$2, e as Arb1Token$3, F as Fee, T as Target, f as Annotation, C as ContractInput } from './types-Br6jXvs4.js'; | ||
import * as zod from 'zod'; | ||
@@ -50,2 +50,9 @@ import * as zodiac_roles_sdk__ from 'zodiac-roles-sdk/.'; | ||
}; | ||
uniswap_v3: { | ||
deposit: (args_0: { | ||
targets?: string[]; | ||
tokens?: (Arb1Token$3["address"] | Arb1Token$3["symbol"])[]; | ||
fees?: Fee[]; | ||
}) => Promise<zodiac_roles_sdk__.PermissionSet>; | ||
}; | ||
}; | ||
@@ -140,2 +147,17 @@ declare const schema: { | ||
}; | ||
uniswap_v3: { | ||
deposit: zod.ZodObject<{ | ||
targets: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>; | ||
tokens: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<[string, string, ...string[]]>, "many">>; | ||
fees: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<["0.01%", "0.05%", "0.3%", "1%"]>, "many">>; | ||
}, "strip", zod.ZodTypeAny, { | ||
targets?: string[] | undefined; | ||
tokens?: string[] | undefined; | ||
fees?: ("0.01%" | "0.05%" | "0.3%" | "1%")[] | undefined; | ||
}, { | ||
targets?: string[] | undefined; | ||
tokens?: string[] | undefined; | ||
fees?: ("0.01%" | "0.05%" | "0.3%" | "1%")[] | undefined; | ||
}>; | ||
}; | ||
}; | ||
@@ -142,0 +164,0 @@ declare const repertoire: { |
@@ -1,2 +0,2 @@ | ||
import { B as BaseToken, f as BasePool, g as BaseToken$1, h as BasePool$1, i as BaseToken$2, T as Target, e as Annotation, C as ContractInput } from './types-DGIVJGGF.js'; | ||
import { B as BaseToken, g as BasePool, h as BaseToken$1, i as BasePool$1, j as BaseToken$2, k as BaseToken$3, F as Fee, T as Target, f as Annotation, C as ContractInput } from './types-Br6jXvs4.js'; | ||
import * as zod from 'zod'; | ||
@@ -43,2 +43,9 @@ import * as zodiac_roles_sdk__ from 'zodiac-roles-sdk/.'; | ||
}; | ||
uniswap_v3: { | ||
deposit: (args_0: { | ||
targets?: string[]; | ||
tokens?: (BaseToken$3["address"] | BaseToken$3["symbol"])[]; | ||
fees?: Fee[]; | ||
}) => Promise<zodiac_roles_sdk__.PermissionSet>; | ||
}; | ||
}; | ||
@@ -118,2 +125,17 @@ declare const schema: { | ||
}; | ||
uniswap_v3: { | ||
deposit: zod.ZodObject<{ | ||
targets: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>; | ||
tokens: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<[string, string, ...string[]]>, "many">>; | ||
fees: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<["0.01%", "0.05%", "0.3%", "1%"]>, "many">>; | ||
}, "strip", zod.ZodTypeAny, { | ||
targets?: string[] | undefined; | ||
tokens?: string[] | undefined; | ||
fees?: ("0.3%" | "0.05%" | "0.01%" | "1%")[] | undefined; | ||
}, { | ||
targets?: string[] | undefined; | ||
tokens?: string[] | undefined; | ||
fees?: ("0.3%" | "0.05%" | "0.01%" | "1%")[] | undefined; | ||
}>; | ||
}; | ||
}; | ||
@@ -120,0 +142,0 @@ declare const repertoire: { |
@@ -1,2 +0,2 @@ | ||
import { G as GnoToken, o as GnoPool, p as GnoToken$1, q as GnoPool$1, r as GnoToken$2, T as Target, e as Annotation, C as ContractInput } from './types-DGIVJGGF.js'; | ||
import { G as GnoToken, r as GnoPool, s as GnoToken$1, t as GnoPool$1, u as GnoToken$2, v as GnoToken$4, F as Fee, T as Target, f as Annotation, C as ContractInput } from './types-Br6jXvs4.js'; | ||
import * as zod from 'zod'; | ||
@@ -50,2 +50,9 @@ import { G as GnoToken$3, b as GnoVault } from './types-Def01Dh4.js'; | ||
}; | ||
uniswap_v3: { | ||
deposit: (args_0: { | ||
targets?: string[]; | ||
tokens?: (GnoToken$4["address"] | GnoToken$4["symbol"])[]; | ||
fees?: Fee[]; | ||
}) => Promise<zodiac_roles_sdk__.PermissionSet>; | ||
}; | ||
}; | ||
@@ -140,2 +147,17 @@ declare const schema: { | ||
}; | ||
uniswap_v3: { | ||
deposit: zod.ZodObject<{ | ||
targets: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>; | ||
tokens: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<[string, string, ...string[]]>, "many">>; | ||
fees: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<["0.01%", "0.05%", "0.3%", "1%"]>, "many">>; | ||
}, "strip", zod.ZodTypeAny, { | ||
targets?: string[] | undefined; | ||
tokens?: string[] | undefined; | ||
fees?: ("0.3%" | "0.05%" | "0.01%" | "1%")[] | undefined; | ||
}, { | ||
targets?: string[] | undefined; | ||
tokens?: string[] | undefined; | ||
fees?: ("0.3%" | "0.05%" | "0.01%" | "1%")[] | undefined; | ||
}>; | ||
}; | ||
}; | ||
@@ -142,0 +164,0 @@ declare const repertoire: { |
@@ -222,2 +222,5 @@ import { z } from 'zod'; | ||
}; | ||
readonly uniswapV3: { | ||
readonly positionsNft: "0xAE8fbE656a77519a7490054274910129c9244FA3"; | ||
}; | ||
readonly comp: "0xDf6FF92bfDC1e8bE45177DC1f4845d391D3ad8fD"; | ||
@@ -263,2 +266,5 @@ readonly gno: "0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdb"; | ||
}; | ||
readonly uniswapV3: { | ||
readonly positionsNft: "0xC36442b4a4522E871399CD717aBDD847Ab11FE88"; | ||
}; | ||
readonly weth: "0x82af49447d8a07e3bd95bd0d56f35241523fbab1"; | ||
@@ -298,2 +304,5 @@ readonly usdc: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831"; | ||
}; | ||
readonly uniswapV3: { | ||
readonly positionsNft: "0xC36442b4a4522E871399CD717aBDD847Ab11FE88"; | ||
}; | ||
readonly weth: "0x4200000000000000000000000000000000000006"; | ||
@@ -334,2 +343,5 @@ readonly usdc: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85"; | ||
}; | ||
readonly uniswapV3: { | ||
readonly positionsNft: "0xC36442b4a4522E871399CD717aBDD847Ab11FE88"; | ||
}; | ||
readonly weth: "0x4200000000000000000000000000000000000006"; | ||
@@ -336,0 +348,0 @@ readonly usdc: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"; |
@@ -285,2 +285,5 @@ "use strict"; | ||
}, | ||
uniswapV3: { | ||
positionsNft: "0xAE8fbE656a77519a7490054274910129c9244FA3" | ||
}, | ||
comp: "0xDf6FF92bfDC1e8bE45177DC1f4845d391D3ad8fD", | ||
@@ -326,2 +329,5 @@ gno: "0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdb", | ||
}, | ||
uniswapV3: { | ||
positionsNft: "0xC36442b4a4522E871399CD717aBDD847Ab11FE88" | ||
}, | ||
weth: "0x82af49447d8a07e3bd95bd0d56f35241523fbab1", | ||
@@ -361,2 +367,5 @@ usdc: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831", | ||
}, | ||
uniswapV3: { | ||
positionsNft: "0xC36442b4a4522E871399CD717aBDD847Ab11FE88" | ||
}, | ||
weth: "0x4200000000000000000000000000000000000006", | ||
@@ -397,2 +406,5 @@ usdc: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85", | ||
}, | ||
uniswapV3: { | ||
positionsNft: "0xC36442b4a4522E871399CD717aBDD847Ab11FE88" | ||
}, | ||
weth: "0x4200000000000000000000000000000000000006", | ||
@@ -399,0 +411,0 @@ usdc: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913", |
@@ -1,2 +0,2 @@ | ||
import { O as OethToken, s as OethPool, t as OethToken$1, u as OethPool$1, v as OethToken$2, T as Target, e as Annotation, C as ContractInput } from './types-DGIVJGGF.js'; | ||
import { O as OethToken, w as OethPool, x as OethToken$1, y as OethPool$1, z as OethToken$2, D as OethToken$3, F as Fee, T as Target, f as Annotation, C as ContractInput } from './types-Br6jXvs4.js'; | ||
import * as zod from 'zod'; | ||
@@ -43,2 +43,9 @@ import * as zodiac_roles_sdk__ from 'zodiac-roles-sdk/.'; | ||
}; | ||
uniswap_v3: { | ||
deposit: (args_0: { | ||
targets?: string[]; | ||
tokens?: (OethToken$3["address"] | OethToken$3["symbol"])[]; | ||
fees?: Fee[]; | ||
}) => Promise<zodiac_roles_sdk__.PermissionSet>; | ||
}; | ||
}; | ||
@@ -118,2 +125,17 @@ declare const schema: { | ||
}; | ||
uniswap_v3: { | ||
deposit: zod.ZodObject<{ | ||
targets: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>; | ||
tokens: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<[string, string, ...string[]]>, "many">>; | ||
fees: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<["0.01%", "0.05%", "0.3%", "1%"]>, "many">>; | ||
}, "strip", zod.ZodTypeAny, { | ||
targets?: string[] | undefined; | ||
tokens?: string[] | undefined; | ||
fees?: ("0.3%" | "0.05%" | "0.01%" | "1%")[] | undefined; | ||
}, { | ||
targets?: string[] | undefined; | ||
tokens?: string[] | undefined; | ||
fees?: ("0.3%" | "0.05%" | "0.01%" | "1%")[] | undefined; | ||
}>; | ||
}; | ||
}; | ||
@@ -120,0 +142,0 @@ declare const repertoire: { |
{ | ||
"name": "defi-kit", | ||
"version": "2.12.1", | ||
"version": "2.13.0", | ||
"description": "Permissions for Zodiac Roles covering interactions with DeFi protocols", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Sorry, the diff of this file is too big to display
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
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
Sorry, the diff of this file is too big to display
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
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
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
54303668
2.8%285335
2.55%