@chainstream-io/sdk 0.1.12 → 0.1.13
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/README.md +1 -1
- package/dist/{WatchlistApi-iO0m0ez9.d.cts → WatchlistApi-Bs1J8X9y.d.cts} +7 -7
- package/dist/{WatchlistApi-iO0m0ez9.d.ts → WatchlistApi-Bs1J8X9y.d.ts} +7 -7
- package/dist/{index-BkJK0-d_.d.ts → index-BSb_7Tx_.d.ts} +1 -1
- package/dist/{index-DNVVUaIe.d.cts → index-VnEIrX1W.d.cts} +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/openapi/index.cjs +7 -7
- package/dist/openapi/index.cjs.map +1 -1
- package/dist/openapi/index.d.cts +2 -2
- package/dist/openapi/index.d.ts +2 -2
- package/dist/openapi/index.mjs +7 -7
- package/dist/openapi/index.mjs.map +1 -1
- package/dist/stream/index.d.cts +2 -2
- package/dist/stream/index.d.ts +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -466,7 +466,7 @@ declare const Chain: {
|
|
|
466
466
|
readonly Arbitrum: "arbitrum";
|
|
467
467
|
readonly Optimism: "optimism";
|
|
468
468
|
readonly Avalanche: "avalanche";
|
|
469
|
-
readonly
|
|
469
|
+
readonly Eth: "eth";
|
|
470
470
|
readonly Zksync: "zksync";
|
|
471
471
|
readonly Sui: "sui";
|
|
472
472
|
};
|
|
@@ -500,7 +500,7 @@ declare const ChainSymbol: {
|
|
|
500
500
|
readonly Arbitrum: "arbitrum";
|
|
501
501
|
readonly Optimism: "optimism";
|
|
502
502
|
readonly Avalanche: "avalanche";
|
|
503
|
-
readonly
|
|
503
|
+
readonly Eth: "eth";
|
|
504
504
|
readonly Zksync: "zksync";
|
|
505
505
|
readonly Sui: "sui";
|
|
506
506
|
};
|
|
@@ -570,7 +570,7 @@ declare const ClaimRedPacketInputChainEnum: {
|
|
|
570
570
|
readonly Arbitrum: "arbitrum";
|
|
571
571
|
readonly Optimism: "optimism";
|
|
572
572
|
readonly Avalanche: "avalanche";
|
|
573
|
-
readonly
|
|
573
|
+
readonly Eth: "eth";
|
|
574
574
|
readonly Zksync: "zksync";
|
|
575
575
|
readonly Sui: "sui";
|
|
576
576
|
};
|
|
@@ -667,7 +667,7 @@ declare const CreateRedPacketInputChainEnum: {
|
|
|
667
667
|
readonly Arbitrum: "arbitrum";
|
|
668
668
|
readonly Optimism: "optimism";
|
|
669
669
|
readonly Avalanche: "avalanche";
|
|
670
|
-
readonly
|
|
670
|
+
readonly Eth: "eth";
|
|
671
671
|
readonly Zksync: "zksync";
|
|
672
672
|
readonly Sui: "sui";
|
|
673
673
|
};
|
|
@@ -6498,7 +6498,7 @@ declare const GetRedpacketsChainEnum: {
|
|
|
6498
6498
|
readonly Arbitrum: "arbitrum";
|
|
6499
6499
|
readonly Optimism: "optimism";
|
|
6500
6500
|
readonly Avalanche: "avalanche";
|
|
6501
|
-
readonly
|
|
6501
|
+
readonly Eth: "eth";
|
|
6502
6502
|
readonly Zksync: "zksync";
|
|
6503
6503
|
readonly Sui: "sui";
|
|
6504
6504
|
};
|
|
@@ -7450,7 +7450,7 @@ declare const EstimateGasLimitChainEnum: {
|
|
|
7450
7450
|
readonly Arbitrum: "arbitrum";
|
|
7451
7451
|
readonly Optimism: "optimism";
|
|
7452
7452
|
readonly Avalanche: "avalanche";
|
|
7453
|
-
readonly
|
|
7453
|
+
readonly Eth: "eth";
|
|
7454
7454
|
readonly Zksync: "zksync";
|
|
7455
7455
|
};
|
|
7456
7456
|
type EstimateGasLimitChainEnum = typeof EstimateGasLimitChainEnum[keyof typeof EstimateGasLimitChainEnum];
|
|
@@ -7464,7 +7464,7 @@ declare const GetGasPriceChainEnum: {
|
|
|
7464
7464
|
readonly Arbitrum: "arbitrum";
|
|
7465
7465
|
readonly Optimism: "optimism";
|
|
7466
7466
|
readonly Avalanche: "avalanche";
|
|
7467
|
-
readonly
|
|
7467
|
+
readonly Eth: "eth";
|
|
7468
7468
|
readonly Zksync: "zksync";
|
|
7469
7469
|
};
|
|
7470
7470
|
type GetGasPriceChainEnum = typeof GetGasPriceChainEnum[keyof typeof GetGasPriceChainEnum];
|
|
@@ -466,7 +466,7 @@ declare const Chain: {
|
|
|
466
466
|
readonly Arbitrum: "arbitrum";
|
|
467
467
|
readonly Optimism: "optimism";
|
|
468
468
|
readonly Avalanche: "avalanche";
|
|
469
|
-
readonly
|
|
469
|
+
readonly Eth: "eth";
|
|
470
470
|
readonly Zksync: "zksync";
|
|
471
471
|
readonly Sui: "sui";
|
|
472
472
|
};
|
|
@@ -500,7 +500,7 @@ declare const ChainSymbol: {
|
|
|
500
500
|
readonly Arbitrum: "arbitrum";
|
|
501
501
|
readonly Optimism: "optimism";
|
|
502
502
|
readonly Avalanche: "avalanche";
|
|
503
|
-
readonly
|
|
503
|
+
readonly Eth: "eth";
|
|
504
504
|
readonly Zksync: "zksync";
|
|
505
505
|
readonly Sui: "sui";
|
|
506
506
|
};
|
|
@@ -570,7 +570,7 @@ declare const ClaimRedPacketInputChainEnum: {
|
|
|
570
570
|
readonly Arbitrum: "arbitrum";
|
|
571
571
|
readonly Optimism: "optimism";
|
|
572
572
|
readonly Avalanche: "avalanche";
|
|
573
|
-
readonly
|
|
573
|
+
readonly Eth: "eth";
|
|
574
574
|
readonly Zksync: "zksync";
|
|
575
575
|
readonly Sui: "sui";
|
|
576
576
|
};
|
|
@@ -667,7 +667,7 @@ declare const CreateRedPacketInputChainEnum: {
|
|
|
667
667
|
readonly Arbitrum: "arbitrum";
|
|
668
668
|
readonly Optimism: "optimism";
|
|
669
669
|
readonly Avalanche: "avalanche";
|
|
670
|
-
readonly
|
|
670
|
+
readonly Eth: "eth";
|
|
671
671
|
readonly Zksync: "zksync";
|
|
672
672
|
readonly Sui: "sui";
|
|
673
673
|
};
|
|
@@ -6498,7 +6498,7 @@ declare const GetRedpacketsChainEnum: {
|
|
|
6498
6498
|
readonly Arbitrum: "arbitrum";
|
|
6499
6499
|
readonly Optimism: "optimism";
|
|
6500
6500
|
readonly Avalanche: "avalanche";
|
|
6501
|
-
readonly
|
|
6501
|
+
readonly Eth: "eth";
|
|
6502
6502
|
readonly Zksync: "zksync";
|
|
6503
6503
|
readonly Sui: "sui";
|
|
6504
6504
|
};
|
|
@@ -7450,7 +7450,7 @@ declare const EstimateGasLimitChainEnum: {
|
|
|
7450
7450
|
readonly Arbitrum: "arbitrum";
|
|
7451
7451
|
readonly Optimism: "optimism";
|
|
7452
7452
|
readonly Avalanche: "avalanche";
|
|
7453
|
-
readonly
|
|
7453
|
+
readonly Eth: "eth";
|
|
7454
7454
|
readonly Zksync: "zksync";
|
|
7455
7455
|
};
|
|
7456
7456
|
type EstimateGasLimitChainEnum = typeof EstimateGasLimitChainEnum[keyof typeof EstimateGasLimitChainEnum];
|
|
@@ -7464,7 +7464,7 @@ declare const GetGasPriceChainEnum: {
|
|
|
7464
7464
|
readonly Arbitrum: "arbitrum";
|
|
7465
7465
|
readonly Optimism: "optimism";
|
|
7466
7466
|
readonly Avalanche: "avalanche";
|
|
7467
|
-
readonly
|
|
7467
|
+
readonly Eth: "eth";
|
|
7468
7468
|
readonly Zksync: "zksync";
|
|
7469
7469
|
};
|
|
7470
7470
|
type GetGasPriceChainEnum = typeof GetGasPriceChainEnum[keyof typeof GetGasPriceChainEnum];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { fd as Resolution, b as Configuration, U as DexApi, Y as DexPoolApi, aR as TokenApi, bs as WalletApi, b5 as TradeApi, a6 as RankingApi, bl as TransactionApi, z as DefiSolanaMoonshotApi, K as DefiSolanaPumpfunApi, av as RedPacketApi, Z as IpfsApi, w as BlockchainApi, bu as WatchlistApi, a0 as JobsApi } from './WatchlistApi-
|
|
1
|
+
import { fd as Resolution, b as Configuration, U as DexApi, Y as DexPoolApi, aR as TokenApi, bs as WalletApi, b5 as TradeApi, a6 as RankingApi, bl as TransactionApi, z as DefiSolanaMoonshotApi, K as DefiSolanaPumpfunApi, av as RedPacketApi, Z as IpfsApi, w as BlockchainApi, bu as WatchlistApi, a0 as JobsApi } from './WatchlistApi-Bs1J8X9y.js';
|
|
2
2
|
|
|
3
3
|
declare enum TokenActivityType {
|
|
4
4
|
Sell = "sell",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { fd as Resolution, b as Configuration, U as DexApi, Y as DexPoolApi, aR as TokenApi, bs as WalletApi, b5 as TradeApi, a6 as RankingApi, bl as TransactionApi, z as DefiSolanaMoonshotApi, K as DefiSolanaPumpfunApi, av as RedPacketApi, Z as IpfsApi, w as BlockchainApi, bu as WatchlistApi, a0 as JobsApi } from './WatchlistApi-
|
|
1
|
+
import { fd as Resolution, b as Configuration, U as DexApi, Y as DexPoolApi, aR as TokenApi, bs as WalletApi, b5 as TradeApi, a6 as RankingApi, bl as TransactionApi, z as DefiSolanaMoonshotApi, K as DefiSolanaPumpfunApi, av as RedPacketApi, Z as IpfsApi, w as BlockchainApi, bu as WatchlistApi, a0 as JobsApi } from './WatchlistApi-Bs1J8X9y.cjs';
|
|
2
2
|
|
|
3
3
|
declare enum TokenActivityType {
|
|
4
4
|
Sell = "sell",
|