@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.
Files changed (53) hide show
  1. package/dist/agent/catalog.cjs +214 -43
  2. package/dist/agent/catalog.cjs.map +1 -1
  3. package/dist/agent/catalog.d.ts +860 -3
  4. package/dist/agent/catalog.js +201 -44
  5. package/dist/agent/catalog.js.map +1 -1
  6. package/dist/agent/skills/continuum-dao/SKILL.md +24 -3
  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 +889 -46
  29. package/dist/protocols/evm/continuum-dao/index.cjs.map +1 -1
  30. package/dist/protocols/evm/continuum-dao/index.d.ts +237 -5
  31. package/dist/protocols/evm/continuum-dao/index.js +844 -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,4 +1,4 @@
1
- import { K as KeyGenSubset } from '../../types-PZrvtjv8.js';
1
+ import { K as KeyGenSubset } from '../../types-lIfv59N1.js';
2
2
 
3
3
  type NearSigningDefaults = {
4
4
  gasPriceYocto?: string;
@@ -1,4 +1,4 @@
1
- import { K as KeyGenSubset } from '../../types-PZrvtjv8.js';
1
+ import { K as KeyGenSubset } from '../../types-lIfv59N1.js';
2
2
 
3
3
  /** Solana signing defaults — mirrors app NonEvmChainDetailRow.signingDefaults. */
4
4
  type SolanaSigningDefaults = {
@@ -1,9 +1,9 @@
1
- import { K as KeyGenSubset, M as MultisignBuildResult } from '../types-PZrvtjv8.js';
2
- export { C as ChainCategory, a as ChainSupportContext, E as EvmTokenKind, b as KeyGenSubsetForPermit, c as MultisignCommonArgs, N as NearTokenKind, P as ParamDoc, d as ProtocolActionDescriptor, e as ProtocolModule, S as SolanaTokenKind, T as TokenRef } from '../types-PZrvtjv8.js';
1
+ import { K as KeyGenSubset, M as MultisignBuildResult } from '../types-lIfv59N1.js';
2
+ export { C as ChainCategory, a as ChainSupportContext, E as EvmTokenKind, b as KeyGenSubsetForPermit, 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';
3
3
  export { getClientIdFromKeyGenResult as firstClientIdFromKeyGen } from '@continuumdao/continuum-node-sdk';
4
- export { C as ChainCategoryBuildInput, a as ChainCategoryModule, M as MultisignLeg, c as coreChainCategoryModule, f as finalizeMultisign } from '../envelope-C_bfuKab.js';
5
- export { g as getActionsByChainCategory, a as getProtocolModule, b as getProtocolModules, r as registerProtocolModule } from '../registry-DxDSPQ-p.js';
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-DCW7heqX.js';
4
+ export { C as ChainCategoryBuildInput, a as ChainCategoryModule, M as MultisignLeg, c as coreChainCategoryModule, f as finalizeMultisign } from '../envelope-Cm-llShH.js';
5
+ export { g as getActionsByChainCategory, a as getProtocolModule, b as getProtocolModules, r as registerProtocolModule } from '../registry-BvsXh0-r.js';
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';
7
7
  import 'viem';
8
8
 
9
9
  /** Merge user purpose text with an optional batch / protocol suffix. */
@@ -1,5 +1,5 @@
1
1
  import { TypedDataDomain } from 'viem';
2
- import { K as KeyGenSubset, M as MultisignBuildResult } from './types-PZrvtjv8.js';
2
+ import { K as KeyGenSubset, M as MultisignBuildResult } from './types-lIfv59N1.js';
3
3
 
4
4
  declare const EIP712_SIGN_REQUEST_KIND: "eip712";
5
5
  type Eip712TypedDataField = {
@@ -1,4 +1,4 @@
1
- import { K as KeyGenSubset, C as ChainCategory, M as MultisignBuildResult } from './types-PZrvtjv8.js';
1
+ import { K as KeyGenSubset, C as ChainCategory, M as MultisignBuildResult } from './types-lIfv59N1.js';
2
2
 
3
3
  interface MultisignLeg {
4
4
  msgHash: string;
package/dist/index.cjs CHANGED
@@ -702,37 +702,48 @@ function approveStepsToEvmTxSteps(steps) {
702
702
  // src/chains/evm/coingecko.ts
703
703
  var COINGECKO_PLATFORM_BY_CHAIN_ID = {
704
704
  "1": "ethereum",
705
+ "10": "optimistic-ethereum",
706
+ "30": "rootstock",
705
707
  "56": "binance-smart-chain",
708
+ "100": "xdai",
706
709
  "137": "polygon-pos",
707
- "42161": "arbitrum-one",
708
- "10": "optimistic-ethereum",
709
- "43114": "avalanche",
710
- "8453": "base",
711
- "324": "zk-sync-era",
712
- "42220": "celo",
713
- "250": "fantom",
714
- "100": "gnosis",
715
- "204": "op-bnb",
716
- "534352": "scroll",
717
- "5000": "mantle",
710
+ "146": "sonic",
718
711
  "169": "manta-pacific",
719
- "1116": "core",
720
- "30": "rootstock",
712
+ "196": "x-layer",
713
+ "204": "op-bnb",
714
+ "239": "tac",
715
+ "250": "fantom",
716
+ "252": "fraxtal",
721
717
  "288": "boba",
718
+ "324": "zk-sync-era",
719
+ "480": "world-chain",
720
+ "999": "hyperevm",
722
721
  "1088": "metis-andromeda",
723
- "34443": "mode",
724
- "80084": "berachain",
725
- "146": "sonic",
726
- "60808": "bob-network",
727
- "80094": "berachain",
722
+ "1101": "polygon-zkevm",
723
+ "1116": "core",
724
+ "1135": "lisk",
728
725
  "130": "unichain",
729
- "57073": "ink",
730
- "999": "hyperevm",
731
- "239": "tac",
732
- "9745": "plasma",
726
+ "1868": "soneium",
733
727
  "1923": "swellchain",
728
+ "2222": "kava",
729
+ "2818": "morph-l2",
730
+ "34443": "mode",
731
+ "42161": "arbitrum-one",
732
+ "42220": "celo",
733
+ "43114": "avalanche",
734
+ "4663": "robinhood",
735
+ "48900": "zircuit",
736
+ "5000": "mantle",
737
+ "534352": "scroll",
738
+ "57073": "ink",
734
739
  "59144": "linea",
740
+ "60808": "bob-network",
741
+ "80084": "berachain",
742
+ "80094": "berachain",
735
743
  "81457": "blast",
744
+ "8453": "base",
745
+ "9745": "plasma",
746
+ "167000": "taiko",
736
747
  "7777777": "zora"
737
748
  };
738
749
  function coingeckoPlatformForChainId(chainId) {