@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.
- package/dist/agent/catalog.cjs +49 -38
- package/dist/agent/catalog.cjs.map +1 -1
- package/dist/agent/catalog.d.ts +722 -2
- package/dist/agent/catalog.js +49 -38
- package/dist/agent/catalog.js.map +1 -1
- package/dist/agent/skills/continuum-dao/SKILL.md +18 -2
- 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 +810 -51
- package/dist/protocols/evm/continuum-dao/index.cjs.map +1 -1
- package/dist/protocols/evm/continuum-dao/index.d.ts +191 -5
- package/dist/protocols/evm/continuum-dao/index.js +770 -53
- 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
|
export { ProposalTxParams } from '@continuumdao/continuum-node-sdk';
|
|
5
5
|
|
|
6
6
|
declare function isCurveApiChainSupported(chainId: string | number | bigint | null | undefined): boolean;
|
|
@@ -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
|
declare const ETHENA_LABS_GITHUB = "https://github.com/ethena-labs";
|
|
@@ -3513,37 +3513,48 @@ var EULER_REUL_UNLOCK_GAS_FALLBACK = 500000n;
|
|
|
3513
3513
|
// src/chains/evm/coingecko.ts
|
|
3514
3514
|
var COINGECKO_PLATFORM_BY_CHAIN_ID = {
|
|
3515
3515
|
"1": "ethereum",
|
|
3516
|
+
"10": "optimistic-ethereum",
|
|
3517
|
+
"30": "rootstock",
|
|
3516
3518
|
"56": "binance-smart-chain",
|
|
3519
|
+
"100": "xdai",
|
|
3517
3520
|
"137": "polygon-pos",
|
|
3518
|
-
"
|
|
3519
|
-
"10": "optimistic-ethereum",
|
|
3520
|
-
"43114": "avalanche",
|
|
3521
|
-
"8453": "base",
|
|
3522
|
-
"324": "zk-sync-era",
|
|
3523
|
-
"42220": "celo",
|
|
3524
|
-
"250": "fantom",
|
|
3525
|
-
"100": "gnosis",
|
|
3526
|
-
"204": "op-bnb",
|
|
3527
|
-
"534352": "scroll",
|
|
3528
|
-
"5000": "mantle",
|
|
3521
|
+
"146": "sonic",
|
|
3529
3522
|
"169": "manta-pacific",
|
|
3530
|
-
"
|
|
3531
|
-
"
|
|
3523
|
+
"196": "x-layer",
|
|
3524
|
+
"204": "op-bnb",
|
|
3525
|
+
"239": "tac",
|
|
3526
|
+
"250": "fantom",
|
|
3527
|
+
"252": "fraxtal",
|
|
3532
3528
|
"288": "boba",
|
|
3529
|
+
"324": "zk-sync-era",
|
|
3530
|
+
"480": "world-chain",
|
|
3531
|
+
"999": "hyperevm",
|
|
3533
3532
|
"1088": "metis-andromeda",
|
|
3534
|
-
"
|
|
3535
|
-
"
|
|
3536
|
-
"
|
|
3537
|
-
"60808": "bob-network",
|
|
3538
|
-
"80094": "berachain",
|
|
3533
|
+
"1101": "polygon-zkevm",
|
|
3534
|
+
"1116": "core",
|
|
3535
|
+
"1135": "lisk",
|
|
3539
3536
|
"130": "unichain",
|
|
3540
|
-
"
|
|
3541
|
-
"999": "hyperevm",
|
|
3542
|
-
"239": "tac",
|
|
3543
|
-
"9745": "plasma",
|
|
3537
|
+
"1868": "soneium",
|
|
3544
3538
|
"1923": "swellchain",
|
|
3539
|
+
"2222": "kava",
|
|
3540
|
+
"2818": "morph-l2",
|
|
3541
|
+
"34443": "mode",
|
|
3542
|
+
"42161": "arbitrum-one",
|
|
3543
|
+
"42220": "celo",
|
|
3544
|
+
"43114": "avalanche",
|
|
3545
|
+
"4663": "robinhood",
|
|
3546
|
+
"48900": "zircuit",
|
|
3547
|
+
"5000": "mantle",
|
|
3548
|
+
"534352": "scroll",
|
|
3549
|
+
"57073": "ink",
|
|
3545
3550
|
"59144": "linea",
|
|
3551
|
+
"60808": "bob-network",
|
|
3552
|
+
"80084": "berachain",
|
|
3553
|
+
"80094": "berachain",
|
|
3546
3554
|
"81457": "blast",
|
|
3555
|
+
"8453": "base",
|
|
3556
|
+
"9745": "plasma",
|
|
3557
|
+
"167000": "taiko",
|
|
3547
3558
|
"7777777": "zora"
|
|
3548
3559
|
};
|
|
3549
3560
|
|