@continuumdao/ctm-mpc-defi 0.2.36 → 0.2.38
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 +214 -43
- package/dist/agent/catalog.cjs.map +1 -1
- package/dist/agent/catalog.d.ts +860 -3
- package/dist/agent/catalog.js +201 -44
- package/dist/agent/catalog.js.map +1 -1
- package/dist/agent/skills/continuum-dao/SKILL.md +24 -3
- package/dist/{buildBatch-CngvebiD.d.ts → buildBatch-tsEUVn_a.d.ts} +3 -3
- package/dist/chains/evm/index.cjs +33 -22
- package/dist/chains/evm/index.cjs.map +1 -1
- package/dist/chains/evm/index.d.ts +10 -6
- package/dist/chains/evm/index.js +33 -22
- package/dist/chains/evm/index.js.map +1 -1
- package/dist/chains/near/index.d.ts +1 -1
- package/dist/chains/solana/index.d.ts +1 -1
- package/dist/core/index.d.ts +5 -5
- package/dist/{eip712Multisign-DCW7heqX.d.ts → eip712Multisign-6oNIlObj.d.ts} +1 -1
- package/dist/{envelope-C_bfuKab.d.ts → envelope-Cm-llShH.d.ts} +1 -1
- package/dist/index.cjs +33 -22
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +6 -6
- package/dist/index.js +33 -22
- package/dist/index.js.map +1 -1
- package/dist/protocols/evm/aave-v4/index.d.ts +1 -1
- package/dist/protocols/evm/aerodrome/index.d.ts +4 -4
- package/dist/protocols/evm/arcus/index.d.ts +2 -2
- package/dist/protocols/evm/circle-cctp/index.d.ts +2 -2
- package/dist/protocols/evm/compound-v3/index.d.ts +1 -1
- package/dist/protocols/evm/continuum-dao/index.cjs +889 -46
- package/dist/protocols/evm/continuum-dao/index.cjs.map +1 -1
- package/dist/protocols/evm/continuum-dao/index.d.ts +237 -5
- package/dist/protocols/evm/continuum-dao/index.js +844 -48
- package/dist/protocols/evm/continuum-dao/index.js.map +1 -1
- package/dist/protocols/evm/curve-dao/index.d.ts +2 -2
- package/dist/protocols/evm/ethena/index.d.ts +1 -1
- package/dist/protocols/evm/euler-v2/index.cjs +33 -22
- package/dist/protocols/evm/euler-v2/index.cjs.map +1 -1
- package/dist/protocols/evm/euler-v2/index.d.ts +1 -1
- package/dist/protocols/evm/euler-v2/index.js +33 -22
- package/dist/protocols/evm/euler-v2/index.js.map +1 -1
- package/dist/protocols/evm/gmx/index.d.ts +2 -2
- package/dist/protocols/evm/hyperliquid/index.d.ts +2 -2
- package/dist/protocols/evm/lido/index.d.ts +1 -1
- package/dist/protocols/evm/maple/index.d.ts +1 -1
- package/dist/protocols/evm/morpho/index.d.ts +1 -1
- package/dist/protocols/evm/pendle/index.d.ts +4 -4
- package/dist/protocols/evm/permit2/index.d.ts +1 -1
- package/dist/protocols/evm/sky/index.d.ts +1 -1
- package/dist/protocols/evm/uniswap-v4/index.d.ts +3 -3
- package/dist/protocols/evm/venice/index.d.ts +1 -1
- package/dist/{registry-DxDSPQ-p.d.ts → registry-BvsXh0-r.d.ts} +1 -1
- package/dist/{types-RZWOTm8c.d.ts → types-RJpoU4Pc.d.ts} +1 -1
- package/dist/{types-PZrvtjv8.d.ts → types-lIfv59N1.d.ts} +2 -0
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { b as KeyGenSubsetForPermit, M as MultisignBuildResult, e as ProtocolModule } from '../../../types-
|
|
1
|
+
import { b as KeyGenSubsetForPermit, M as MultisignBuildResult, e as ProtocolModule } from '../../../types-lIfv59N1.js';
|
|
2
2
|
import { Address } from 'viem';
|
|
3
|
-
import { E as EvmChainDetail } from '../../../types-
|
|
3
|
+
import { E as EvmChainDetail } from '../../../types-RJpoU4Pc.js';
|
|
4
4
|
|
|
5
5
|
/** GMX V2 production chains supported in Continuum multi-sign v1. */
|
|
6
6
|
declare const GMX_SUPPORTED_CHAIN_IDS: readonly [42161, 43114];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { b as KeyGenSubsetForPermit, M as MultisignBuildResult, e as ProtocolModule } from '../../../types-
|
|
1
|
+
import { b as KeyGenSubsetForPermit, M as MultisignBuildResult, e as ProtocolModule } from '../../../types-lIfv59N1.js';
|
|
2
2
|
import { Hex, Address } from 'viem';
|
|
3
|
-
import { E as EvmChainDetail } from '../../../types-
|
|
3
|
+
import { E as EvmChainDetail } from '../../../types-RJpoU4Pc.js';
|
|
4
4
|
|
|
5
5
|
/** HyperEVM chains for Hyperliquid CoreWriter integration. */
|
|
6
6
|
declare const HYPERLIQUID_SUPPORTED_CHAIN_IDS: readonly [999, 998];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b as KeyGenSubsetForPermit, e as ProtocolModule } from '../../../types-
|
|
1
|
+
import { b as KeyGenSubsetForPermit, e as ProtocolModule } from '../../../types-lIfv59N1.js';
|
|
2
2
|
import { Address, Hex, TransactionReceipt } from 'viem';
|
|
3
3
|
|
|
4
4
|
/** Lido staking / stERC-20 (“stETH”) on Ethereum mainnet — same proxy for `submit` + ERC‑20 balances. */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b as KeyGenSubsetForPermit, e as ProtocolModule } from '../../../types-
|
|
1
|
+
import { b as KeyGenSubsetForPermit, e as ProtocolModule } from '../../../types-lIfv59N1.js';
|
|
2
2
|
import { Address } from 'viem';
|
|
3
3
|
|
|
4
4
|
/** Public Maple Syrup (PoolV2 + SyrupRouter) integration constants. */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b as KeyGenSubsetForPermit, e as ProtocolModule } from '../../../types-
|
|
1
|
+
import { b as KeyGenSubsetForPermit, e as ProtocolModule } from '../../../types-lIfv59N1.js';
|
|
2
2
|
import { Address, Hex } from 'viem';
|
|
3
3
|
import { MidnightApiBookMarket, MidnightApiTake } from '@morpho-org/midnight-sdk/api';
|
|
4
4
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { b as KeyGenSubsetForPermit, M as MultisignBuildResult, e as ProtocolModule } from '../../../types-
|
|
1
|
+
import { b as KeyGenSubsetForPermit, M as MultisignBuildResult, e as ProtocolModule } from '../../../types-lIfv59N1.js';
|
|
2
2
|
import { Address } from 'viem';
|
|
3
|
-
import { E as EvmChainDetail } from '../../../types-
|
|
4
|
-
import { b as buildEvmMultisignBatch } from '../../../buildBatch-
|
|
5
|
-
import '../../../envelope-
|
|
3
|
+
import { E as EvmChainDetail } from '../../../types-RJpoU4Pc.js';
|
|
4
|
+
import { b as buildEvmMultisignBatch } from '../../../buildBatch-tsEUVn_a.js';
|
|
5
|
+
import '../../../envelope-Cm-llShH.js';
|
|
6
6
|
|
|
7
7
|
declare const PENDLE_PROTOCOL_ID = "pendle";
|
|
8
8
|
declare const PENDLE_CORE_API_BASE = "https://api-v2.pendle.finance/core";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { b as KeyGenSubsetForPermit, M as MultisignBuildResult } from '../../../types-
|
|
1
|
+
import { b as KeyGenSubsetForPermit, M as MultisignBuildResult } from '../../../types-lIfv59N1.js';
|
|
2
2
|
import { Address } from 'viem';
|
|
3
3
|
|
|
4
4
|
declare const PERMIT_SINGLE_TYPES: {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { b as KeyGenSubsetForPermit, M as MultisignBuildResult, e as ProtocolModule } from '../../../types-
|
|
1
|
+
import { b as KeyGenSubsetForPermit, M as MultisignBuildResult, e as ProtocolModule } from '../../../types-lIfv59N1.js';
|
|
2
2
|
import { Address, createPublicClient, TransactionReceipt, PublicClient } from 'viem';
|
|
3
3
|
import { NodeReadAuth } from '@continuumdao/continuum-node-sdk';
|
|
4
|
-
import { E as EvmChainDetail } from '../../../types-
|
|
5
|
-
import { d as Eip712TypedDataPayload } from '../../../eip712Multisign-
|
|
4
|
+
import { E as EvmChainDetail } from '../../../types-RJpoU4Pc.js';
|
|
5
|
+
import { d as Eip712TypedDataPayload } from '../../../eip712Multisign-6oNIlObj.js';
|
|
6
6
|
|
|
7
7
|
/** Canonical Uniswap token-allowance contract on most EVM chains. */
|
|
8
8
|
declare const PERMIT2_ADDRESS: Address;
|
|
@@ -54,6 +54,8 @@ type KeyGenSubset = {
|
|
|
54
54
|
pubkeyhex?: string;
|
|
55
55
|
keylist?: string[];
|
|
56
56
|
ClientKeys?: Record<string, string>;
|
|
57
|
+
groupId?: string;
|
|
58
|
+
GroupId?: string;
|
|
57
59
|
};
|
|
58
60
|
/** App-compatible alias used by multisign builders and Permit2 helpers. */
|
|
59
61
|
type KeyGenSubsetForPermit = KeyGenSubset;
|
package/package.json
CHANGED