@continuumdao/ctm-mpc-defi 0.2.37 → 0.2.39

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 +810 -51
  29. package/dist/protocols/evm/continuum-dao/index.cjs.map +1 -1
  30. package/dist/protocols/evm/continuum-dao/index.d.ts +191 -5
  31. package/dist/protocols/evm/continuum-dao/index.js +770 -53
  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,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 AAVE_V4_GRAPHQL_URL = "https://api.v4.aave.com/graphql";
@@ -1,9 +1,9 @@
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
- import { E as EvmChainDetail, b as EvmTxStep } from '../../../types-RZWOTm8c.js';
4
- import { b as buildEvmMultisignBatch } from '../../../buildBatch-CngvebiD.js';
3
+ import { E as EvmChainDetail, b as EvmTxStep } from '../../../types-RJpoU4Pc.js';
4
+ import { b as buildEvmMultisignBatch } from '../../../buildBatch-tsEUVn_a.js';
5
5
  import * as abitype from 'abitype';
6
- import '../../../envelope-C_bfuKab.js';
6
+ import '../../../envelope-Cm-llShH.js';
7
7
 
8
8
  declare const AERODROME_PROTOCOL_ID: "aerodrome";
9
9
  /** Aerodrome is Base-only. */
@@ -1,6 +1,6 @@
1
- import { K as KeyGenSubset, M as MultisignBuildResult, b as KeyGenSubsetForPermit, e as ProtocolModule } from '../../../types-PZrvtjv8.js';
1
+ import { K as KeyGenSubset, M as MultisignBuildResult, b as KeyGenSubsetForPermit, 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
  /** Robinhood Chain — Arcus perps + spot Stock Tokens. */
6
6
  declare const ARCUS_SUPPORTED_CHAIN_IDS: readonly [4663];
@@ -1,6 +1,6 @@
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
- import { b as EvmTxStep, E as EvmChainDetail } from '../../../types-RZWOTm8c.js';
3
+ import { b as EvmTxStep, E as EvmChainDetail } from '../../../types-RJpoU4Pc.js';
4
4
 
5
5
  /** Circle CCTP V2 + Forwarding Service — shared constants. */
6
6
  declare const CIRCLE_CCTP_PROTOCOL_ID = "circle-cctp";
@@ -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, PublicClient } from 'viem';
3
3
 
4
4
  declare const COMPOUND_V3_PROTOCOL_ID = "compound-v3";