@merkl/api 1.0.92 → 1.0.94
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/src/modules/v4/programPayload/programPayload.repository.d.ts +14 -9
- package/dist/src/modules/v4/programPayload/subPayloads/helpers.d.ts +1 -0
- package/dist/src/modules/v4/programPayload/subPayloads/hypurrFi.d.ts +25 -1
- package/dist/src/modules/v4/programPayload/subPayloads/nibiru.d.ts +36 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
@@ -1,6 +1,7 @@
|
|
1
1
|
import { Campaign, ChainId, ComposedType, CompoundV3SubCampaignType, ComputeScoreMethod, DistributionMethod, HOOK, boostingReferralFunction, contractStateBoost, defaultReferralBoost } from "@angleprotocol/sdk/ts";
|
2
2
|
import type { partialConfig } from "./programPayload.model";
|
3
3
|
import { HypurrFiSubPayloads } from "./subPayloads/hypurrFi";
|
4
|
+
import { NibiruSubPayloads } from "./subPayloads/nibiru";
|
4
5
|
export declare enum program {
|
5
6
|
Puffer = "Puffer",
|
6
7
|
ZkSync = "ZkSync",
|
@@ -28,13 +29,14 @@ export declare enum program {
|
|
28
29
|
Stability = "Stability",
|
29
30
|
Test = "Test",
|
30
31
|
Tanssi = "Tanssi",
|
31
|
-
Nibiru = "Nibiru"
|
32
|
+
Nibiru = "Nibiru",
|
33
|
+
Saga = "Saga"
|
32
34
|
}
|
33
|
-
export declare enum
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
35
|
+
export declare enum SagaCampaigns {
|
36
|
+
Uniswap_SAGA_USDC_Saga = "Uniswap SAGA/USDC Saga 0xc2C5f2C94759b2829C9Fd86b8d34d33DDc4D29e4",
|
37
|
+
Uniswap_SAGA_WETH_Saga = "Uniswap SAGA/WETH Saga 0x387b99A979C79f827f0cA8a752893472dc34b7EC",
|
38
|
+
Uniswap_WETH_USDC_Saga = "Uniswap WETH/USDC Saga 0xbBf2219c49eFdE9C64Cd5f94a952c90e4E5B6E41",
|
39
|
+
Uniswap_USDT_USDC_Saga = "Uniswap USDT/USDC Saga 0x99429757dDEB5432b52982B0fCF6ED94620c358D"
|
38
40
|
}
|
39
41
|
export declare enum TanssiCampaigns {
|
40
42
|
Tanssi_Restaking_Vault_ETH_Tanssi = "Tanssi Restaking Vault ETH 0x7b276aAD6D2ebfD7e270C5a2697ac79182D9550E",
|
@@ -1670,6 +1672,9 @@ export declare enum tacCampaigns {
|
|
1670
1672
|
TAC_Supply_ylbfBTCtac = "TAC Supply ylbfBTC.tac 0x0d1862e73a1430A5FD3245B47859c1BEcD6f3A1D",
|
1671
1673
|
TAC_Supply_uTAC = "TAC Supply uTAC++ 0xAF87B90E8a3035905697E07Bb813d2d59D2b0951"
|
1672
1674
|
}
|
1675
|
+
export declare enum ethenaMaxAPR {
|
1676
|
+
EthenaTest = "test"
|
1677
|
+
}
|
1673
1678
|
declare const AnglesInterfaceCampaigns: {
|
1674
1679
|
"0x15E96CDecA34B9DE1B31586c1206206aDb92E69D": {
|
1675
1680
|
campaignType: Campaign;
|
@@ -2704,8 +2709,8 @@ declare const EtherlinkInterfaceCampaigns: {
|
|
2704
2709
|
declare const SwapxInterfaceCampaigns: {
|
2705
2710
|
[key in swapxCampaigns]: partialConfig;
|
2706
2711
|
};
|
2707
|
-
declare const
|
2708
|
-
[key in
|
2712
|
+
declare const SagaCampaignsInterface: {
|
2713
|
+
[key in SagaCampaigns]: partialConfig;
|
2709
2714
|
};
|
2710
2715
|
declare const CeloInterfaceCampaigns: {
|
2711
2716
|
[key in celoCampaigns]: partialConfig;
|
@@ -3497,6 +3502,6 @@ declare const stabilityCampaignsInterface: {
|
|
3497
3502
|
[key in stabilityCampaigns]: partialConfig;
|
3498
3503
|
};
|
3499
3504
|
export declare const MerklInterfaceCampaigns: {
|
3500
|
-
[key in program]: typeof PufferInterfaceCampaigns | typeof ZkSyncInterfaceCampaigns | typeof ModeInterfaceCampaigns | typeof VicunaInterfaceCampaigns | typeof SonicmarketInterfaceCampaigns | typeof ReserveInterfaceCampaigns | typeof BeetsInterfaceCampaigns | typeof CeloInterfaceCampaigns | typeof EtherlinkInterfaceCampaigns | typeof SwapxInterfaceCampaigns | typeof AnglesInterfaceCampaigns | typeof RoninInterfaceCampaigns | typeof TACInterfaceCampaigns | typeof HypurrFiSubPayloads | typeof WorldChainInterfaceCampaigns | typeof StableJackInterfaceCampaigns | typeof CornInterfaceCampaigns | typeof GauntletCompoundInterfaceCampaigns | typeof YieldNetCampaigns | typeof TermMaxInterfaceCampaigns | typeof MorphoUnichainInterfaceCampaigns | typeof katanaCampaignsInterface | typeof LiskInterfaceCampaigns | typeof TestCampaigns | typeof stabilityCampaignsInterface | typeof TanssiCampaignsInterface | typeof
|
3505
|
+
[key in program]: typeof PufferInterfaceCampaigns | typeof ZkSyncInterfaceCampaigns | typeof ModeInterfaceCampaigns | typeof VicunaInterfaceCampaigns | typeof SonicmarketInterfaceCampaigns | typeof ReserveInterfaceCampaigns | typeof BeetsInterfaceCampaigns | typeof CeloInterfaceCampaigns | typeof EtherlinkInterfaceCampaigns | typeof SwapxInterfaceCampaigns | typeof AnglesInterfaceCampaigns | typeof RoninInterfaceCampaigns | typeof TACInterfaceCampaigns | typeof HypurrFiSubPayloads | typeof WorldChainInterfaceCampaigns | typeof StableJackInterfaceCampaigns | typeof CornInterfaceCampaigns | typeof GauntletCompoundInterfaceCampaigns | typeof YieldNetCampaigns | typeof TermMaxInterfaceCampaigns | typeof MorphoUnichainInterfaceCampaigns | typeof katanaCampaignsInterface | typeof LiskInterfaceCampaigns | typeof TestCampaigns | typeof stabilityCampaignsInterface | typeof TanssiCampaignsInterface | typeof NibiruSubPayloads | typeof SagaCampaignsInterface;
|
3501
3506
|
};
|
3502
3507
|
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare function generateAPR(multiplier: number, live?: boolean, apr?: number): string;
|
@@ -11,6 +11,7 @@ export declare enum HypuurCampaigns {
|
|
11
11
|
PooledBorrowUSDe = "Pooled Borrow USDe",
|
12
12
|
PooledfeUSDDDeposit = "Pooled feUSD Deposit",
|
13
13
|
PooledDepositUSDT0 = "Pooled Deposit USDT0",
|
14
|
+
PooledBorrowUSDXL = "Pooled Borrow USXL",
|
14
15
|
PooledBorrowUSDT0 = "Pooled Borrow USDT0",
|
15
16
|
IsolatedLHYPEDepositUSDXL = "Isolated LHYPE Deposit USDXL",
|
16
17
|
IsolatedLHYPEBorrowUSDXL = "Isolated LHYPE Borrow USDXL",
|
@@ -32,10 +33,22 @@ export declare enum HypuurCampaigns {
|
|
32
33
|
BUDDYHYPEHyperswap = "BUDDY / HYPE Hyperswap",
|
33
34
|
USOLHYPEKitten = "USOL-HYPE Kitten",
|
34
35
|
IsolatedBUDDYDepositUSDXL = "Isolated BUDDY Deposit USDXL",
|
35
|
-
IsolatedBUDDYBorrowUSDXL = "Isolated BUDDY Borrow USDXL"
|
36
|
+
IsolatedBUDDYBorrowUSDXL = "Isolated BUDDY Borrow USDXL",
|
37
|
+
IsolatedXAUT0DepositUSDT0 = "Isolated XAUT0 Deposit USDT0",
|
38
|
+
IsolatedXAUT0BorrowUSDT0 = "Isolated XAUT0 Borrow USDT0",
|
39
|
+
IsolatedsUSDEDepositUSDXL = "Isolated sUSDE Deposit USDXL",
|
40
|
+
IsolatedsUSDEBorrowUSDXL = "Isolated sUSDE Borrow USDXL",
|
41
|
+
IsolatedUSOLDepositUSDT0 = "Isolated USOL Deposit USDT0",
|
42
|
+
IsolatedUSOLBorrowUSDT0 = "Isolated USOL Borrow USDT0",
|
43
|
+
IsolatedLHYPEDepositUSDT0 = "Isolated LHYPE Deposit USDT0",
|
44
|
+
IsolatedLHYPEBorrowUSDT0 = "Isolated LHYPE Borrow USDT0",
|
45
|
+
XAUT0HYPEHyperswap = "XAUT0 / HYPE Hyperswap",
|
46
|
+
USDXLUSDT0KittenStable = "USDXLUSDT0KittenStable",
|
47
|
+
USDXLHypeKittenSwap = "USDXL-Hype KittenSwap"
|
36
48
|
}
|
37
49
|
export declare const HypurrFiSubPayloads: {
|
38
50
|
stkUSDXL: Record<string, any>;
|
51
|
+
"Pooled Borrow USXL": Record<string, any>;
|
39
52
|
"Pooled Deposit HYPE": Record<string, any>;
|
40
53
|
"Pooled Borrow HYPE": Record<string, any>;
|
41
54
|
"Pooled Deposit wstHYPE": Record<string, any>;
|
@@ -60,6 +73,15 @@ export declare const HypurrFiSubPayloads: {
|
|
60
73
|
"Isolated cmETH Borrow UETH": Record<string, any>;
|
61
74
|
"Isolated BUDDY Deposit USDXL": Record<string, any>;
|
62
75
|
"Isolated BUDDY Borrow USDXL": Record<string, any>;
|
76
|
+
"Isolated XAUT0 Deposit USDT0": Record<string, any>;
|
77
|
+
"Isolated XAUT0 Borrow USDT0": Record<string, any>;
|
78
|
+
"Isolated sUSDE Deposit USDXL": Record<string, any>;
|
79
|
+
USDXLUSDT0KittenStable: Record<string, any>;
|
80
|
+
"Isolated sUSDE Borrow USDXL": Record<string, any>;
|
81
|
+
"Isolated USOL Deposit USDT0": Record<string, any>;
|
82
|
+
"Isolated USOL Borrow USDT0": Record<string, any>;
|
83
|
+
"Isolated LHYPE Deposit USDT0": Record<string, any>;
|
84
|
+
"Isolated LHYPE Borrow USDT0": Record<string, any>;
|
63
85
|
"HYPE LP Valantis": Record<string, any>;
|
64
86
|
"HYPE-uETH Kitten": Record<string, any>;
|
65
87
|
"HYPE-uBTC Kitten": Record<string, any>;
|
@@ -69,4 +91,6 @@ export declare const HypurrFiSubPayloads: {
|
|
69
91
|
"USDXL / USDT0 Hyperswap": Record<string, any>;
|
70
92
|
"BUDDY / HYPE Hyperswap": Record<string, any>;
|
71
93
|
"USOL-HYPE Kitten": Record<string, any>;
|
94
|
+
"USDXL-Hype KittenSwap": Record<string, any>;
|
95
|
+
"XAUT0 / HYPE Hyperswap": Record<string, any>;
|
72
96
|
};
|
@@ -0,0 +1,36 @@
|
|
1
|
+
export declare enum NibiruCampaigns {
|
2
|
+
OkustNIBIWETH = "Oku stNIBI / WETH",
|
3
|
+
OkWNIBIstNIBI = "Oku WNIBI / stNIBI",
|
4
|
+
OkuUSDCstNIBI = "Oku USDC/stNIBI",
|
5
|
+
OkuUSDCWNIBI = "Oku USDC/WNIBI",
|
6
|
+
MIMSwapUSDCMIM = "MIMSwap USDC/MIM",
|
7
|
+
IchiWNIBIstNIBI = "Ichi WNIBI-stNIBI",
|
8
|
+
IchistNIBIWNIBI = "Ichi stNIBI-WNIBI",
|
9
|
+
IchiUSDCwNIBI = "Ichi USDC-wNIBI",
|
10
|
+
IchiwNIBIuSDC = "Ichi wNIBI-uSDC",
|
11
|
+
IchistNIBIUSDC = "Ichi stNIBI-USDC",
|
12
|
+
IchiUSDCstNIBI = "Ichi USDC-stNIBI",
|
13
|
+
IchiWETHstNIBI = "Ichi WETH-stNIBI",
|
14
|
+
IchistNIBIWETH = "Ichi stNIBI-WETH",
|
15
|
+
LayerbankSupplyUSDC = "Layerbank Supply USDC",
|
16
|
+
NebulaSupplyUSDC = "Nebula Supply USDC",
|
17
|
+
NebulaBorrowUSDC = "Nebula Borrow USDC"
|
18
|
+
}
|
19
|
+
export declare const NibiruSubPayloads: {
|
20
|
+
"Oku stNIBI / WETH": Record<string, any>;
|
21
|
+
"Oku WNIBI / stNIBI": Record<string, any>;
|
22
|
+
"Oku USDC/stNIBI": Record<string, any>;
|
23
|
+
"Oku USDC/WNIBI": Record<string, any>;
|
24
|
+
"MIMSwap USDC/MIM": Record<string, any>;
|
25
|
+
"Ichi WNIBI-stNIBI": Record<string, any>;
|
26
|
+
"Ichi stNIBI-WNIBI": Record<string, any>;
|
27
|
+
"Ichi USDC-wNIBI": Record<string, any>;
|
28
|
+
"Ichi wNIBI-uSDC": Record<string, any>;
|
29
|
+
"Ichi stNIBI-USDC": Record<string, any>;
|
30
|
+
"Ichi USDC-stNIBI": Record<string, any>;
|
31
|
+
"Ichi WETH-stNIBI": Record<string, any>;
|
32
|
+
"Ichi stNIBI-WETH": Record<string, any>;
|
33
|
+
"Layerbank Supply USDC": Record<string, any>;
|
34
|
+
"Nebula Supply USDC": Record<string, any>;
|
35
|
+
"Nebula Borrow USDC": Record<string, any>;
|
36
|
+
};
|