@continuumdao/ctm-mpc-defi 0.2.40 → 0.2.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agent/catalog.cjs +50 -6
- package/dist/agent/catalog.cjs.map +1 -1
- package/dist/agent/catalog.js +50 -6
- package/dist/agent/catalog.js.map +1 -1
- package/dist/agent/skills/aave-v4/SKILL.md +1 -1
- package/dist/agent/skills/circle-cctp/SKILL.md +1 -0
- package/dist/agent/skills/morpho/SKILL.md +11 -0
- package/dist/agent/skills/uniswap-v4/SKILL.md +1 -1
- package/dist/chains/evm/index.cjs +7 -2
- package/dist/chains/evm/index.cjs.map +1 -1
- package/dist/chains/evm/index.js +8 -3
- package/dist/chains/evm/index.js.map +1 -1
- package/dist/core/index.cjs +14 -0
- package/dist/core/index.cjs.map +1 -1
- package/dist/core/index.d.ts +7 -2
- package/dist/core/index.js +13 -2
- package/dist/core/index.js.map +1 -1
- package/dist/index.cjs +52 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +51 -10
- package/dist/index.js.map +1 -1
- package/dist/protocols/evm/aave-v4/index.cjs +11 -7
- package/dist/protocols/evm/aave-v4/index.cjs.map +1 -1
- package/dist/protocols/evm/aave-v4/index.js +12 -8
- package/dist/protocols/evm/aave-v4/index.js.map +1 -1
- package/dist/protocols/evm/aerodrome/index.cjs +14 -2
- package/dist/protocols/evm/aerodrome/index.cjs.map +1 -1
- package/dist/protocols/evm/aerodrome/index.js +14 -2
- package/dist/protocols/evm/aerodrome/index.js.map +1 -1
- package/dist/protocols/evm/arcus/index.cjs +6 -2
- package/dist/protocols/evm/arcus/index.cjs.map +1 -1
- package/dist/protocols/evm/arcus/index.js +7 -3
- package/dist/protocols/evm/arcus/index.js.map +1 -1
- package/dist/protocols/evm/circle-cctp/index.cjs +23 -3
- package/dist/protocols/evm/circle-cctp/index.cjs.map +1 -1
- package/dist/protocols/evm/circle-cctp/index.js +24 -4
- package/dist/protocols/evm/circle-cctp/index.js.map +1 -1
- package/dist/protocols/evm/compound-v3/index.cjs +9 -3
- package/dist/protocols/evm/compound-v3/index.cjs.map +1 -1
- package/dist/protocols/evm/compound-v3/index.js +10 -4
- package/dist/protocols/evm/compound-v3/index.js.map +1 -1
- package/dist/protocols/evm/continuum-dao/index.cjs +11 -5
- package/dist/protocols/evm/continuum-dao/index.cjs.map +1 -1
- package/dist/protocols/evm/continuum-dao/index.js +12 -6
- package/dist/protocols/evm/continuum-dao/index.js.map +1 -1
- package/dist/protocols/evm/curve-dao/index.cjs +8 -4
- package/dist/protocols/evm/curve-dao/index.cjs.map +1 -1
- package/dist/protocols/evm/curve-dao/index.js +9 -5
- package/dist/protocols/evm/curve-dao/index.js.map +1 -1
- package/dist/protocols/evm/ethena/index.cjs +13 -9
- package/dist/protocols/evm/ethena/index.cjs.map +1 -1
- package/dist/protocols/evm/ethena/index.js +14 -10
- package/dist/protocols/evm/ethena/index.js.map +1 -1
- package/dist/protocols/evm/euler-v2/index.cjs +21 -16
- package/dist/protocols/evm/euler-v2/index.cjs.map +1 -1
- package/dist/protocols/evm/euler-v2/index.js +22 -17
- package/dist/protocols/evm/euler-v2/index.js.map +1 -1
- package/dist/protocols/evm/gmx/index.cjs +12 -8
- package/dist/protocols/evm/gmx/index.cjs.map +1 -1
- package/dist/protocols/evm/gmx/index.js +13 -9
- package/dist/protocols/evm/gmx/index.js.map +1 -1
- package/dist/protocols/evm/hyperliquid/index.cjs +5 -1
- package/dist/protocols/evm/hyperliquid/index.cjs.map +1 -1
- package/dist/protocols/evm/hyperliquid/index.js +6 -2
- package/dist/protocols/evm/hyperliquid/index.js.map +1 -1
- package/dist/protocols/evm/lido/index.cjs +7 -3
- package/dist/protocols/evm/lido/index.cjs.map +1 -1
- package/dist/protocols/evm/lido/index.js +8 -4
- package/dist/protocols/evm/lido/index.js.map +1 -1
- package/dist/protocols/evm/maple/index.cjs +7 -3
- package/dist/protocols/evm/maple/index.cjs.map +1 -1
- package/dist/protocols/evm/maple/index.js +8 -4
- package/dist/protocols/evm/maple/index.js.map +1 -1
- package/dist/protocols/evm/morpho/index.cjs +34 -11
- package/dist/protocols/evm/morpho/index.cjs.map +1 -1
- package/dist/protocols/evm/morpho/index.d.ts +12 -1
- package/dist/protocols/evm/morpho/index.js +31 -13
- package/dist/protocols/evm/morpho/index.js.map +1 -1
- package/dist/protocols/evm/pendle/index.cjs +9 -3
- package/dist/protocols/evm/pendle/index.cjs.map +1 -1
- package/dist/protocols/evm/pendle/index.js +10 -4
- package/dist/protocols/evm/pendle/index.js.map +1 -1
- package/dist/protocols/evm/permit2/index.cjs.map +1 -1
- package/dist/protocols/evm/permit2/index.js.map +1 -1
- package/dist/protocols/evm/sky/index.cjs +17 -13
- package/dist/protocols/evm/sky/index.cjs.map +1 -1
- package/dist/protocols/evm/sky/index.js +18 -14
- package/dist/protocols/evm/sky/index.js.map +1 -1
- package/dist/protocols/evm/uniswap-v4/index.cjs +19 -9
- package/dist/protocols/evm/uniswap-v4/index.cjs.map +1 -1
- package/dist/protocols/evm/uniswap-v4/index.js +20 -10
- package/dist/protocols/evm/uniswap-v4/index.js.map +1 -1
- package/dist/protocols/evm/venice/index.cjs +10 -4
- package/dist/protocols/evm/venice/index.cjs.map +1 -1
- package/dist/protocols/evm/venice/index.js +10 -4
- package/dist/protocols/evm/venice/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { C as ChainCategory, a as ChainSupportContext, E as EvmTokenKind, K as KeyGenSubset, b as KeyGenSubsetForPermit, M as MultisignBuildResult, c as MultisignCommonArgs, N as NearTokenKind, P as ParamDoc, d as ProtocolActionDescriptor, e as ProtocolModule, S as SolanaTokenKind, T as TokenRef } from './types-lIfv59N1.js';
|
|
2
2
|
export { getClientIdFromKeyGenResult as firstClientIdFromKeyGen } from '@continuumdao/continuum-node-sdk';
|
|
3
|
-
export { BuildPayloadSignEd25519MultisignBodyArgs, DEFAULT_DEFI_MULTISIGN_EXPIRY_SECONDS, DEFI_PROTOCOLS_WITH_30MIN_EXPIRY, PAYLOAD_SIGN_ED25519_REQUEST_KIND, PayloadSignEd25519Delivery, buildPayloadSignEd25519MultisignBody, defiMultisignExpiryUnixSeconds, getAaveGraphqlProxyUrl, getCoingeckoProxyUrl, getEulerGraphqlProxyUrl, getEulerV3ApiProxyBase, getJsonViaOptionalProxy, getMapleGraphqlProxyUrl, getMorphoGraphqlProxyUrl, getMorphoMidnightRestProxyUrl, mergePurposeText, postJsonViaOptionalProxy, setAaveGraphqlProxyUrl, setCoingeckoProxyUrl, setEulerGraphqlProxyUrl, setEulerV3ApiProxyBase, setMapleGraphqlProxyUrl, setMorphoGraphqlProxyUrl, setMorphoMidnightRestProxyUrl } from './core/index.js';
|
|
3
|
+
export { BuildPayloadSignEd25519MultisignBodyArgs, DEFAULT_DEFI_MULTISIGN_EXPIRY_SECONDS, DEFI_PROTOCOLS_WITH_30MIN_EXPIRY, PAYLOAD_SIGN_ED25519_REQUEST_KIND, PayloadSignEd25519Delivery, buildPayloadSignEd25519MultisignBody, defiEvmTransport, defiMultisignExpiryUnixSeconds, getAaveGraphqlProxyUrl, getCoingeckoProxyUrl, getDefiEvmRpcTransportFactory, getEulerGraphqlProxyUrl, getEulerV3ApiProxyBase, getJsonViaOptionalProxy, getMapleGraphqlProxyUrl, getMorphoGraphqlProxyUrl, getMorphoMidnightRestProxyUrl, mergePurposeText, postJsonViaOptionalProxy, setAaveGraphqlProxyUrl, setCoingeckoProxyUrl, setDefiEvmRpcTransportFactory, setEulerGraphqlProxyUrl, setEulerV3ApiProxyBase, setMapleGraphqlProxyUrl, setMorphoGraphqlProxyUrl, setMorphoMidnightRestProxyUrl } from './core/index.js';
|
|
4
4
|
export { C as ChainCategoryBuildInput, a as ChainCategoryModule, M as MultisignLeg, c as coreChainCategoryModule, f as finalizeMultisign } from './envelope-Cm-llShH.js';
|
|
5
5
|
export { g as getActionsByChainCategory, a as getProtocolModule, b as getProtocolModules, r as registerProtocolModule } from './registry-BvsXh0-r.js';
|
|
6
6
|
export { B as BuildEip712MultisignArgs, a as BuildEip712MultisignLeg, E as EIP712_SIGN_REQUEST_KIND, b as Eip712MultisignDelivery, c as Eip712TypedDataField, d as Eip712TypedDataPayload, e as buildEip712Multisign } from './eip712Multisign-6oNIlObj.js';
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { parseAbi, parseAbiItem, hashTypedData, getAddress, zeroAddress, defineChain, createPublicClient,
|
|
1
|
+
import { parseAbi, parseAbiItem, http, hashTypedData, getAddress, zeroAddress, defineChain, createPublicClient, parseGwei, serializeTransaction, keccak256, parseUnits, formatUnits, encodeFunctionData, stringToHex, decodeFunctionData, erc20Abi, isAddress } from 'viem';
|
|
2
2
|
import { getClientIdFromKeyGenResult, gasLimitFromEstimateAndChainConfig, fetchChainFeeParams, gweiToDecimalString, proposalTxParamsToFeeSnapshot, alignEip1559FeesWithLatestBase, nodeFetchWithReadAuth } from '@continuumdao/continuum-node-sdk';
|
|
3
3
|
export { getClientIdFromKeyGenResult as firstClientIdFromKeyGen } from '@continuumdao/continuum-node-sdk';
|
|
4
4
|
|
|
@@ -6,6 +6,21 @@ var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
|
6
6
|
var __esm = (fn, res) => function __init() {
|
|
7
7
|
return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
|
|
8
8
|
};
|
|
9
|
+
function setDefiEvmRpcTransportFactory(factory) {
|
|
10
|
+
evmRpcTransportFactory = factory;
|
|
11
|
+
}
|
|
12
|
+
function getDefiEvmRpcTransportFactory() {
|
|
13
|
+
return evmRpcTransportFactory;
|
|
14
|
+
}
|
|
15
|
+
function defiEvmTransport(rpcUrl, opts) {
|
|
16
|
+
const url = rpcUrl.trim();
|
|
17
|
+
return evmRpcTransportFactory?.(url) ?? http(url, opts);
|
|
18
|
+
}
|
|
19
|
+
var evmRpcTransportFactory;
|
|
20
|
+
var init_defiEvmClient = __esm({
|
|
21
|
+
"src/core/defiEvmClient.ts"() {
|
|
22
|
+
}
|
|
23
|
+
});
|
|
9
24
|
|
|
10
25
|
// src/core/expiry.ts
|
|
11
26
|
function defiMultisignExpiryUnixSeconds(protocolId, explicitExpiryDate) {
|
|
@@ -278,6 +293,9 @@ async function getJsonViaOptionalProxy(args) {
|
|
|
278
293
|
}
|
|
279
294
|
return await r.json();
|
|
280
295
|
}
|
|
296
|
+
|
|
297
|
+
// src/core/index.ts
|
|
298
|
+
init_defiEvmClient();
|
|
281
299
|
var EIP712_SIGN_REQUEST_KIND = "eip712";
|
|
282
300
|
function msgHashNo0x(digest) {
|
|
283
301
|
return digest.startsWith("0x") ? digest.slice(2) : digest;
|
|
@@ -417,6 +435,9 @@ function matchEvmTokenKind(kind, address) {
|
|
|
417
435
|
}
|
|
418
436
|
return true;
|
|
419
437
|
}
|
|
438
|
+
|
|
439
|
+
// src/chains/evm/buildBatch.ts
|
|
440
|
+
init_defiEvmClient();
|
|
420
441
|
function routerSwapGasLimitFromEstimate(estimatedGas, chainGasLimit) {
|
|
421
442
|
if (chainGasLimit != null && Number.isFinite(chainGasLimit) && chainGasLimit > 0) {
|
|
422
443
|
return gasLimitFromEstimateAndChainConfig(estimatedGas, chainGasLimit);
|
|
@@ -444,7 +465,7 @@ async function buildEvmMultisignBatch(args) {
|
|
|
444
465
|
nativeCurrency: { decimals: 18, name: "Ether", symbol: "ETH" },
|
|
445
466
|
rpcUrls: { default: { http: [rpcUrl] } }
|
|
446
467
|
});
|
|
447
|
-
const publicClient = createPublicClient({ chain: ch, transport:
|
|
468
|
+
const publicClient = createPublicClient({ chain: ch, transport: defiEvmTransport(rpcUrl) });
|
|
448
469
|
const feeParams = await fetchChainFeeParams(rpcUrl, chainId);
|
|
449
470
|
const legacy = Boolean(chainDetail?.legacy) || !feeParams.isEip1559;
|
|
450
471
|
const latestBaseFeeWei = !legacy ? (await publicClient.getBlock({ blockTag: "latest" })).baseFeePerGas ?? 0n : 0n;
|
|
@@ -626,6 +647,9 @@ function normalizeHumanDecimalAmount(raw, tokenDecimals) {
|
|
|
626
647
|
return formatUnits(wei, tokenDecimals);
|
|
627
648
|
}
|
|
628
649
|
var normalizeCurveRouterAmountString = normalizeHumanDecimalAmount;
|
|
650
|
+
|
|
651
|
+
// src/chains/evm/erc20Approve.ts
|
|
652
|
+
init_defiEvmClient();
|
|
629
653
|
var erc20AllowanceAbi = parseAbi([
|
|
630
654
|
"function allowance(address owner, address spender) view returns (uint256)",
|
|
631
655
|
"function decimals() view returns (uint8)"
|
|
@@ -638,7 +662,7 @@ function publicClientForRpc(chainId, rpcUrl) {
|
|
|
638
662
|
nativeCurrency: { decimals: 18, name: "Ether", symbol: "ETH" },
|
|
639
663
|
rpcUrls: { default: { http: [rpcUrl.trim()] } }
|
|
640
664
|
});
|
|
641
|
-
return createPublicClient({ chain: ch, transport:
|
|
665
|
+
return createPublicClient({ chain: ch, transport: defiEvmTransport(rpcUrl.trim()) });
|
|
642
666
|
}
|
|
643
667
|
async function resolveErc20Decimals(args) {
|
|
644
668
|
const token = getAddress(args.token);
|
|
@@ -731,6 +755,7 @@ var COINGECKO_PLATFORM_BY_CHAIN_ID = {
|
|
|
731
755
|
"42220": "celo",
|
|
732
756
|
"43114": "avalanche",
|
|
733
757
|
"4663": "robinhood",
|
|
758
|
+
"5042": "arc",
|
|
734
759
|
"48900": "zircuit",
|
|
735
760
|
"5000": "mantle",
|
|
736
761
|
"534352": "scroll",
|
|
@@ -795,7 +820,9 @@ var UNIVERSAL_ROUTER_SPENDER = {
|
|
|
795
820
|
4217: "0x1febb76be10aaf3a1402f04e8e835f2c382f7914",
|
|
796
821
|
196: "0x5507749f2c558bb3e162c6e90c314c092e7372ff",
|
|
797
822
|
/** Robinhood Chain mainnet — Universal Router v2.1.1 (Trade API / interface) */
|
|
798
|
-
4663: "0x8876789976decbfcbbbe364623c63652db8c0904"
|
|
823
|
+
4663: "0x8876789976decbfcbbbe364623c63652db8c0904",
|
|
824
|
+
/** Circle Arc mainnet — official Uniswap v4 deployments */
|
|
825
|
+
5042: "0x4fcA4a51Ab4F23A7447b3284fBd7D73289A89Fb1"
|
|
799
826
|
};
|
|
800
827
|
var UNIVERSAL_ROUTER_V2_2_SPENDER = {
|
|
801
828
|
1: "0xCb640A86855f1A828c27241bA364348de28abe66",
|
|
@@ -856,7 +883,9 @@ var POSITION_MANAGER_BY_CHAIN = {
|
|
|
856
883
|
1868: "0x0e2850543f69f678257266e0907ff9a58b3f13de",
|
|
857
884
|
59144: "0x661e93cca42afacb172121ef892830ca3b70f08d",
|
|
858
885
|
/** Robinhood Chain mainnet */
|
|
859
|
-
4663: "0x58daec3116aae6D93017bAAea7749052E8a04fA7"
|
|
886
|
+
4663: "0x58daec3116aae6D93017bAAea7749052E8a04fA7",
|
|
887
|
+
/** Circle Arc mainnet */
|
|
888
|
+
5042: "0x6049c9a0e26405C0985f9E3685C87d0aE917f82B"
|
|
860
889
|
};
|
|
861
890
|
var PERMISSIONED_POSITION_MANAGER_BY_CHAIN = {
|
|
862
891
|
1: "0x89628C9B4CE81951a9BC1F36F0688Fad6A6ee248",
|
|
@@ -1396,6 +1425,9 @@ function parseUniswapQuoteClassicInOut(res) {
|
|
|
1396
1425
|
return null;
|
|
1397
1426
|
}
|
|
1398
1427
|
}
|
|
1428
|
+
|
|
1429
|
+
// src/protocols/evm/uniswap-v4/swapMultisign.ts
|
|
1430
|
+
init_defiEvmClient();
|
|
1399
1431
|
function parseOptionalGasLimitString(raw) {
|
|
1400
1432
|
if (raw == null) return null;
|
|
1401
1433
|
const s = String(raw).trim();
|
|
@@ -1799,7 +1831,7 @@ async function buildEvmMultisignBodyUniswapV4SkipPermit2Batch(args) {
|
|
|
1799
1831
|
nativeCurrency: { decimals: 18, name: "Ether", symbol: "ETH" },
|
|
1800
1832
|
rpcUrls: { default: { http: [args.rpcUrl] } }
|
|
1801
1833
|
}),
|
|
1802
|
-
transport:
|
|
1834
|
+
transport: defiEvmTransport(args.rpcUrl)
|
|
1803
1835
|
});
|
|
1804
1836
|
const erc20ApproveSteps = await buildConditionalErc20ApproveSteps({
|
|
1805
1837
|
publicClient,
|
|
@@ -2262,6 +2294,12 @@ function parseUniswapLpApiSnapshot(args) {
|
|
|
2262
2294
|
maxPrice
|
|
2263
2295
|
};
|
|
2264
2296
|
}
|
|
2297
|
+
|
|
2298
|
+
// src/protocols/evm/uniswap-v4/liquidityMultisign.ts
|
|
2299
|
+
init_defiEvmClient();
|
|
2300
|
+
|
|
2301
|
+
// src/protocols/evm/uniswap-v4/positions.ts
|
|
2302
|
+
init_defiEvmClient();
|
|
2265
2303
|
var erc721BalanceAbi = parseAbi([
|
|
2266
2304
|
"function balanceOf(address owner) view returns (uint256)",
|
|
2267
2305
|
"function ownerOf(uint256 tokenId) view returns (address)"
|
|
@@ -2350,7 +2388,7 @@ async function listUniswapV4PositionsForWallet(args) {
|
|
|
2350
2388
|
nativeCurrency: { name: "ETH", symbol: "ETH", decimals: 18 },
|
|
2351
2389
|
rpcUrls: { default: { http: [args.rpcUrl] } }
|
|
2352
2390
|
});
|
|
2353
|
-
const client = createPublicClient({ chain, transport:
|
|
2391
|
+
const client = createPublicClient({ chain, transport: defiEvmTransport(args.rpcUrl) });
|
|
2354
2392
|
const latest = await client.getBlockNumber();
|
|
2355
2393
|
const maxScan = args.maxBlocksToScan ?? 500000n;
|
|
2356
2394
|
const chunkSize = args.chunkSize ?? UNISWAP_V4_LP_LOG_CHUNK_SIZE_DEFAULT;
|
|
@@ -2541,7 +2579,7 @@ async function buildEvmMultisignBodyUniswapV4LiquidityBatchInternal(args) {
|
|
|
2541
2579
|
nativeCurrency: { name: "ETH", symbol: "ETH", decimals: 18 },
|
|
2542
2580
|
rpcUrls: { default: { http: [args.rpcUrl] } }
|
|
2543
2581
|
});
|
|
2544
|
-
const publicClient = createPublicClient({ chain, transport:
|
|
2582
|
+
const publicClient = createPublicClient({ chain, transport: defiEvmTransport(args.rpcUrl) });
|
|
2545
2583
|
const needsTokenApproves = args.action === "mint" || args.action === "increase";
|
|
2546
2584
|
const approveTargets = needsTokenApproves ? await resolveApproveTargets({
|
|
2547
2585
|
publicClient,
|
|
@@ -3328,6 +3366,9 @@ async function loadFullCurveSessionForRpc(rpcUrl) {
|
|
|
3328
3366
|
|
|
3329
3367
|
// src/protocols/evm/curve-dao/executeHelpers.ts
|
|
3330
3368
|
var CURVE_ROUTER_EXCHANGE_DEFAULT_GAS_UNITS = 1200000n;
|
|
3369
|
+
|
|
3370
|
+
// src/protocols/evm/curve-dao/multisign.ts
|
|
3371
|
+
init_defiEvmClient();
|
|
3331
3372
|
var ETH_PLACEHOLDER2 = "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee";
|
|
3332
3373
|
function txToViemStep(tx) {
|
|
3333
3374
|
if (!tx.to) throw new Error("Transaction missing `to`");
|
|
@@ -3374,7 +3415,7 @@ async function buildEvmMultisignBodyCurveDaoBatch(args) {
|
|
|
3374
3415
|
nativeCurrency: { decimals: 18, name: "Ether", symbol: "ETH" },
|
|
3375
3416
|
rpcUrls: { default: { http: [args.rpcUrl] } }
|
|
3376
3417
|
});
|
|
3377
|
-
const publicClient = createPublicClient({ chain: ch, transport:
|
|
3418
|
+
const publicClient = createPublicClient({ chain: ch, transport: defiEvmTransport(args.rpcUrl) });
|
|
3378
3419
|
const erc20AllowanceAbi3 = parseAbi([
|
|
3379
3420
|
"function allowance(address owner, address spender) view returns (uint256)",
|
|
3380
3421
|
"function decimals() view returns (uint8)"
|
|
@@ -3799,6 +3840,6 @@ registerProtocolModule(curveDaoProtocolModule);
|
|
|
3799
3840
|
registerProtocolModule(aerodromeProtocolModule);
|
|
3800
3841
|
registerProtocolModule(pendleProtocolModule);
|
|
3801
3842
|
|
|
3802
|
-
export { COINGECKO_PLATFORM_BY_CHAIN_ID, DEFAULT_DEFI_MULTISIGN_EXPIRY_SECONDS, DEFI_PROTOCOLS_WITH_30MIN_EXPIRY, EIP712_SIGN_REQUEST_KIND, NEAR_CHAIN_CATEGORY, PAYLOAD_SIGN_ED25519_REQUEST_KIND, SOLANA_CHAIN_CATEGORY, aerodromeProtocolModule, approveStepsToEvmTxSteps, buildConditionalErc20ApproveSteps, buildEip712Multisign, buildEvmMultisignBatch, buildPayloadSignEd25519MultisignBody, coingeckoPlatformForChainId, coreChainCategoryModule, curveDao, curveDaoProtocolModule, defiMultisignExpiryUnixSeconds, evmChainCategoryModule, finalizeMultisign, getAaveGraphqlProxyUrl, getActionsByChainCategory, getCoingeckoProxyUrl, getEulerGraphqlProxyUrl, getEulerV3ApiProxyBase, getJsonViaOptionalProxy, getMapleGraphqlProxyUrl, getMorphoGraphqlProxyUrl, getMorphoMidnightRestProxyUrl, getProtocolModule, getProtocolModules, isEvmNativeToken, matchEvmTokenKind, mergePurposeText, nearChainCategoryModule, normalizeCurveRouterAmountString, normalizeHumanDecimalAmount, parseEvmChainIdToNumber, pendleProtocolModule, postJsonViaOptionalProxy, publicClientForRpc, registerProtocolModule, resolveErc20Decimals, routerSwapGasLimitFromEstimate, setAaveGraphqlProxyUrl, setCoingeckoProxyUrl, setEulerGraphqlProxyUrl, setEulerV3ApiProxyBase, setMapleGraphqlProxyUrl, setMorphoGraphqlProxyUrl, setMorphoMidnightRestProxyUrl, solanaChainCategoryModule, uniswapV4, uniswapV4ProtocolModule };
|
|
3843
|
+
export { COINGECKO_PLATFORM_BY_CHAIN_ID, DEFAULT_DEFI_MULTISIGN_EXPIRY_SECONDS, DEFI_PROTOCOLS_WITH_30MIN_EXPIRY, EIP712_SIGN_REQUEST_KIND, NEAR_CHAIN_CATEGORY, PAYLOAD_SIGN_ED25519_REQUEST_KIND, SOLANA_CHAIN_CATEGORY, aerodromeProtocolModule, approveStepsToEvmTxSteps, buildConditionalErc20ApproveSteps, buildEip712Multisign, buildEvmMultisignBatch, buildPayloadSignEd25519MultisignBody, coingeckoPlatformForChainId, coreChainCategoryModule, curveDao, curveDaoProtocolModule, defiEvmTransport, defiMultisignExpiryUnixSeconds, evmChainCategoryModule, finalizeMultisign, getAaveGraphqlProxyUrl, getActionsByChainCategory, getCoingeckoProxyUrl, getDefiEvmRpcTransportFactory, getEulerGraphqlProxyUrl, getEulerV3ApiProxyBase, getJsonViaOptionalProxy, getMapleGraphqlProxyUrl, getMorphoGraphqlProxyUrl, getMorphoMidnightRestProxyUrl, getProtocolModule, getProtocolModules, isEvmNativeToken, matchEvmTokenKind, mergePurposeText, nearChainCategoryModule, normalizeCurveRouterAmountString, normalizeHumanDecimalAmount, parseEvmChainIdToNumber, pendleProtocolModule, postJsonViaOptionalProxy, publicClientForRpc, registerProtocolModule, resolveErc20Decimals, routerSwapGasLimitFromEstimate, setAaveGraphqlProxyUrl, setCoingeckoProxyUrl, setDefiEvmRpcTransportFactory, setEulerGraphqlProxyUrl, setEulerV3ApiProxyBase, setMapleGraphqlProxyUrl, setMorphoGraphqlProxyUrl, setMorphoMidnightRestProxyUrl, solanaChainCategoryModule, uniswapV4, uniswapV4ProtocolModule };
|
|
3803
3844
|
//# sourceMappingURL=index.js.map
|
|
3804
3845
|
//# sourceMappingURL=index.js.map
|