@continuumdao/ctm-mpc-defi 0.2.37 → 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.
Files changed (53) hide show
  1. package/dist/agent/catalog.cjs +49 -38
  2. package/dist/agent/catalog.cjs.map +1 -1
  3. package/dist/agent/catalog.d.ts +722 -2
  4. package/dist/agent/catalog.js +49 -38
  5. package/dist/agent/catalog.js.map +1 -1
  6. package/dist/agent/skills/continuum-dao/SKILL.md +18 -2
  7. package/dist/{buildBatch-CngvebiD.d.ts → buildBatch-tsEUVn_a.d.ts} +3 -3
  8. package/dist/chains/evm/index.cjs +33 -22
  9. package/dist/chains/evm/index.cjs.map +1 -1
  10. package/dist/chains/evm/index.d.ts +10 -6
  11. package/dist/chains/evm/index.js +33 -22
  12. package/dist/chains/evm/index.js.map +1 -1
  13. package/dist/chains/near/index.d.ts +1 -1
  14. package/dist/chains/solana/index.d.ts +1 -1
  15. package/dist/core/index.d.ts +5 -5
  16. package/dist/{eip712Multisign-DCW7heqX.d.ts → eip712Multisign-6oNIlObj.d.ts} +1 -1
  17. package/dist/{envelope-C_bfuKab.d.ts → envelope-Cm-llShH.d.ts} +1 -1
  18. package/dist/index.cjs +33 -22
  19. package/dist/index.cjs.map +1 -1
  20. package/dist/index.d.ts +6 -6
  21. package/dist/index.js +33 -22
  22. package/dist/index.js.map +1 -1
  23. package/dist/protocols/evm/aave-v4/index.d.ts +1 -1
  24. package/dist/protocols/evm/aerodrome/index.d.ts +4 -4
  25. package/dist/protocols/evm/arcus/index.d.ts +2 -2
  26. package/dist/protocols/evm/circle-cctp/index.d.ts +2 -2
  27. package/dist/protocols/evm/compound-v3/index.d.ts +1 -1
  28. package/dist/protocols/evm/continuum-dao/index.cjs +797 -46
  29. package/dist/protocols/evm/continuum-dao/index.cjs.map +1 -1
  30. package/dist/protocols/evm/continuum-dao/index.d.ts +189 -5
  31. package/dist/protocols/evm/continuum-dao/index.js +759 -48
  32. package/dist/protocols/evm/continuum-dao/index.js.map +1 -1
  33. package/dist/protocols/evm/curve-dao/index.d.ts +2 -2
  34. package/dist/protocols/evm/ethena/index.d.ts +1 -1
  35. package/dist/protocols/evm/euler-v2/index.cjs +33 -22
  36. package/dist/protocols/evm/euler-v2/index.cjs.map +1 -1
  37. package/dist/protocols/evm/euler-v2/index.d.ts +1 -1
  38. package/dist/protocols/evm/euler-v2/index.js +33 -22
  39. package/dist/protocols/evm/euler-v2/index.js.map +1 -1
  40. package/dist/protocols/evm/gmx/index.d.ts +2 -2
  41. package/dist/protocols/evm/hyperliquid/index.d.ts +2 -2
  42. package/dist/protocols/evm/lido/index.d.ts +1 -1
  43. package/dist/protocols/evm/maple/index.d.ts +1 -1
  44. package/dist/protocols/evm/morpho/index.d.ts +1 -1
  45. package/dist/protocols/evm/pendle/index.d.ts +4 -4
  46. package/dist/protocols/evm/permit2/index.d.ts +1 -1
  47. package/dist/protocols/evm/sky/index.d.ts +1 -1
  48. package/dist/protocols/evm/uniswap-v4/index.d.ts +3 -3
  49. package/dist/protocols/evm/venice/index.d.ts +1 -1
  50. package/dist/{registry-DxDSPQ-p.d.ts → registry-BvsXh0-r.d.ts} +1 -1
  51. package/dist/{types-RZWOTm8c.d.ts → types-RJpoU4Pc.d.ts} +1 -1
  52. package/dist/{types-PZrvtjv8.d.ts → types-lIfv59N1.d.ts} +2 -0
  53. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
- import { b as KeyGenSubsetForPermit, M as MultisignBuildResult, e as ProtocolModule } from '../../../types-PZrvtjv8.js';
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-RZWOTm8c.js';
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-PZrvtjv8.js';
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-RZWOTm8c.js';
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-PZrvtjv8.js';
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-PZrvtjv8.js';
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-PZrvtjv8.js';
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-PZrvtjv8.js';
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-RZWOTm8c.js';
4
- import { b as buildEvmMultisignBatch } from '../../../buildBatch-CngvebiD.js';
5
- import '../../../envelope-C_bfuKab.js';
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-PZrvtjv8.js';
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,4 +1,4 @@
1
- import { b as KeyGenSubsetForPermit, e as ProtocolModule } from '../../../types-PZrvtjv8.js';
1
+ import { b as KeyGenSubsetForPermit, e as ProtocolModule } from '../../../types-lIfv59N1.js';
2
2
  import { Address, createPublicClient } from 'viem';
3
3
 
4
4
  /**
@@ -1,8 +1,8 @@
1
- import { b as KeyGenSubsetForPermit, M as MultisignBuildResult, e as ProtocolModule } from '../../../types-PZrvtjv8.js';
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-RZWOTm8c.js';
5
- import { d as Eip712TypedDataPayload } from '../../../eip712Multisign-DCW7heqX.js';
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;
@@ -1,4 +1,4 @@
1
- import { b as KeyGenSubsetForPermit, e as ProtocolModule } from '../../../types-PZrvtjv8.js';
1
+ import { b as KeyGenSubsetForPermit, e as ProtocolModule } from '../../../types-lIfv59N1.js';
2
2
  import { Address } from 'viem';
3
3
 
4
4
  declare const VENICE_PROTOCOL_ID: "venice";
@@ -1,4 +1,4 @@
1
- import { e as ProtocolModule } from './types-PZrvtjv8.js';
1
+ import { e as ProtocolModule } from './types-lIfv59N1.js';
2
2
 
3
3
  declare function registerProtocolModule(mod: ProtocolModule): void;
4
4
  declare function getProtocolModules(): readonly ProtocolModule[];
@@ -1,4 +1,4 @@
1
- import { c as MultisignCommonArgs, E as EvmTokenKind } from './types-PZrvtjv8.js';
1
+ import { c as MultisignCommonArgs, E as EvmTokenKind } from './types-lIfv59N1.js';
2
2
  import { Address } from 'viem';
3
3
 
4
4
  type EvmChainDetail = {
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@continuumdao/ctm-mpc-defi",
3
- "version": "0.2.37",
3
+ "version": "0.2.38",
4
4
  "description": "Continuum MPC DeFi protocol library — multiSignRequest builders for EVM and future chain categories",
5
5
  "repository": {
6
6
  "type": "git",