@qidao/sdk 5.3.5 → 5.3.11
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.mjs +1 -1
- package/dist/index.modern.mjs.map +1 -1
- package/dist/index.module.js +1 -1
- package/dist/index.module.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/src/constants.d.ts +4 -2
- package/dist/src/vaultInfo.d.ts +66 -2
- package/package.json +1 -1
package/dist/src/constants.d.ts
CHANGED
|
@@ -323,6 +323,7 @@ export declare const BASE_WSTETH_ADDRESS = "0xc1CBa3fCea344f92D9239c08C0568f6F2F
|
|
|
323
323
|
export declare const XDAI_SDAI_ADDRESS = "0xaf204776c7245bF4147c2612BF6e5972Ee483701";
|
|
324
324
|
export declare const LINEA_WSTETH_ADDRESS = "0xB5beDd42000b71FddE22D3eE8a79Bd49A568fC8F";
|
|
325
325
|
export declare const LINEA_WBTC_ADDRESS = "0x3aAB2285ddcDdaD8edf438C1bAB47e1a9D05a9b4";
|
|
326
|
+
export declare const LINEA_WETH_ADDRESS = "0xe5D7C2a44FfDDf6b295A15c148167daaAf5Cf34f";
|
|
326
327
|
export declare const CAMWMATIC_VAULT_ADDRESS = "0x88d84a85A87ED12B8f098e8953B322fF789fCD1a";
|
|
327
328
|
export declare const CAMWETH_VAULT_ADDRESS = "0x11A33631a5B5349AF3F165d2B7901A4d67e561ad";
|
|
328
329
|
export declare const CAMAAVE_VAULT_ADDRESS = "0x578375c3af7d61586c2C3A7BA87d2eEd640EFA40";
|
|
@@ -365,11 +366,12 @@ export declare const MATIC_WETH_I_VAULT_ADDRESS = "0xB5B31E6A13aE856bc30b3C76B16
|
|
|
365
366
|
export declare const ETH_CBETH_VAULT_ADDRESS = "0x4ce4C542D96Ce1872fEA4fa3fbB2E7aE31862Bad";
|
|
366
367
|
export declare const ETH_STETH_VAULT_ADDRESS = "0x5773e8953cF60F495eB3c2Db45DD753b5c4b7473";
|
|
367
368
|
export declare const ETH_LDO_VAULT_ADDRESS = "0x954ac12c339c60eafbb32213b15af3f7c7a0dec2";
|
|
368
|
-
export declare const ZKEVM_WETH_VAULT_ADDRESS = "
|
|
369
|
-
export declare const ZKEVM_WMATIC_VAULT_ADDRESS = "
|
|
369
|
+
export declare const ZKEVM_WETH_VAULT_ADDRESS = "0x4d4872fe2D6B8a6297e77510FfEe4EE7c4B274bc";
|
|
370
|
+
export declare const ZKEVM_WMATIC_VAULT_ADDRESS = "0xC8A3e6F64f3a73F5b53Dbf4E20C8A2847161f7AE";
|
|
370
371
|
export declare const BASE_WETH_VAULT_ADDRESS = "0x8D6CeBD76f18E1558D4DB88138e2DeFB3909fAD6";
|
|
371
372
|
export declare const BASE_CBETH_VAULT_ADDRESS = "0x7333fd58d8D73a8e5FC1a16C8037ADa4f580FA2B";
|
|
372
373
|
export declare const BASE_WSTETH_VAULT_ADDRESS = "0x654a31Ba7D714cfCab19b17D0066171c1A292349";
|
|
373
374
|
export declare const XDAI_SDAI_VAULT_ADDRESS = "0x79AFAD49e968E7bEA7a23933E294a94E33E60158";
|
|
374
375
|
export declare const LINEA_WSTETH_VAULT_ADDRESS = "0x759D0e8623C5028ED4D447dB25Bbe789FD07A43D";
|
|
375
376
|
export declare const LINEA_WBTC_VAULT_ADDRESS = "0x8AB01c5Ee3422099156ab151eecB83c095626599";
|
|
377
|
+
export declare const LINEA_WETH_VAULT_ADDRESS = "0x7f9Dd991e8fD0cBb52CB8Eb35DD35c474a9a7a70";
|
package/dist/src/vaultInfo.d.ts
CHANGED
|
@@ -826,6 +826,7 @@ declare const FANTOM_COLLATERALS: ({
|
|
|
826
826
|
deprecated: true;
|
|
827
827
|
fallbackUnderlyingAddress?: undefined;
|
|
828
828
|
platform?: undefined;
|
|
829
|
+
disabled?: undefined;
|
|
829
830
|
} | {
|
|
830
831
|
shortName: "yvwftm";
|
|
831
832
|
vaultAddress: string;
|
|
@@ -844,6 +845,7 @@ declare const FANTOM_COLLATERALS: ({
|
|
|
844
845
|
addedAt: number;
|
|
845
846
|
deprecated: true;
|
|
846
847
|
native?: undefined;
|
|
848
|
+
disabled?: undefined;
|
|
847
849
|
} | {
|
|
848
850
|
shortName: "yvwbtc";
|
|
849
851
|
vaultAddress: string;
|
|
@@ -862,6 +864,7 @@ declare const FANTOM_COLLATERALS: ({
|
|
|
862
864
|
deprecated: true;
|
|
863
865
|
native?: undefined;
|
|
864
866
|
subgraph?: undefined;
|
|
867
|
+
disabled?: undefined;
|
|
865
868
|
} | {
|
|
866
869
|
shortName: "yvyfi";
|
|
867
870
|
vaultAddress: string;
|
|
@@ -880,6 +883,7 @@ declare const FANTOM_COLLATERALS: ({
|
|
|
880
883
|
deprecated: true;
|
|
881
884
|
native?: undefined;
|
|
882
885
|
subgraph?: undefined;
|
|
886
|
+
disabled?: undefined;
|
|
883
887
|
} | {
|
|
884
888
|
shortName: "yveth";
|
|
885
889
|
vaultAddress: string;
|
|
@@ -898,6 +902,7 @@ declare const FANTOM_COLLATERALS: ({
|
|
|
898
902
|
deprecated: true;
|
|
899
903
|
native?: undefined;
|
|
900
904
|
subgraph?: undefined;
|
|
905
|
+
disabled?: undefined;
|
|
901
906
|
} | {
|
|
902
907
|
shortName: "yvwdai";
|
|
903
908
|
vaultAddress: string;
|
|
@@ -916,6 +921,7 @@ declare const FANTOM_COLLATERALS: ({
|
|
|
916
921
|
deprecated: true;
|
|
917
922
|
native?: undefined;
|
|
918
923
|
snapshotName?: undefined;
|
|
924
|
+
disabled?: undefined;
|
|
919
925
|
} | {
|
|
920
926
|
shortName: "ftmweth";
|
|
921
927
|
vaultAddress: string;
|
|
@@ -934,6 +940,7 @@ declare const FANTOM_COLLATERALS: ({
|
|
|
934
940
|
native?: undefined;
|
|
935
941
|
fallbackUnderlyingAddress?: undefined;
|
|
936
942
|
platform?: undefined;
|
|
943
|
+
disabled?: undefined;
|
|
937
944
|
} | {
|
|
938
945
|
shortName: "aave";
|
|
939
946
|
vaultAddress: string;
|
|
@@ -952,6 +959,7 @@ declare const FANTOM_COLLATERALS: ({
|
|
|
952
959
|
subgraph?: undefined;
|
|
953
960
|
fallbackUnderlyingAddress?: undefined;
|
|
954
961
|
platform?: undefined;
|
|
962
|
+
disabled?: undefined;
|
|
955
963
|
} | {
|
|
956
964
|
shortName: "sushi";
|
|
957
965
|
vaultAddress: string;
|
|
@@ -970,6 +978,7 @@ declare const FANTOM_COLLATERALS: ({
|
|
|
970
978
|
subgraph?: undefined;
|
|
971
979
|
fallbackUnderlyingAddress?: undefined;
|
|
972
980
|
platform?: undefined;
|
|
981
|
+
disabled?: undefined;
|
|
973
982
|
} | {
|
|
974
983
|
shortName: "link";
|
|
975
984
|
vaultAddress: string;
|
|
@@ -988,6 +997,7 @@ declare const FANTOM_COLLATERALS: ({
|
|
|
988
997
|
subgraph?: undefined;
|
|
989
998
|
fallbackUnderlyingAddress?: undefined;
|
|
990
999
|
platform?: undefined;
|
|
1000
|
+
disabled?: undefined;
|
|
991
1001
|
} | {
|
|
992
1002
|
shortName: "btc";
|
|
993
1003
|
vaultAddress: string;
|
|
@@ -1006,6 +1016,7 @@ declare const FANTOM_COLLATERALS: ({
|
|
|
1006
1016
|
subgraph?: undefined;
|
|
1007
1017
|
fallbackUnderlyingAddress?: undefined;
|
|
1008
1018
|
platform?: undefined;
|
|
1019
|
+
disabled?: undefined;
|
|
1009
1020
|
} | {
|
|
1010
1021
|
shortName: "beefy-scream-wbtc";
|
|
1011
1022
|
vaultAddress: string;
|
|
@@ -1024,6 +1035,7 @@ declare const FANTOM_COLLATERALS: ({
|
|
|
1024
1035
|
subgraph?: undefined;
|
|
1025
1036
|
snapshotName?: undefined;
|
|
1026
1037
|
platform?: undefined;
|
|
1038
|
+
disabled?: undefined;
|
|
1027
1039
|
} | {
|
|
1028
1040
|
shortName: "beefy-scream-dai";
|
|
1029
1041
|
vaultAddress: string;
|
|
@@ -1042,6 +1054,7 @@ declare const FANTOM_COLLATERALS: ({
|
|
|
1042
1054
|
subgraph?: undefined;
|
|
1043
1055
|
snapshotName?: undefined;
|
|
1044
1056
|
platform?: undefined;
|
|
1057
|
+
disabled?: undefined;
|
|
1045
1058
|
} | {
|
|
1046
1059
|
shortName: "beefy-scream-eth";
|
|
1047
1060
|
vaultAddress: string;
|
|
@@ -1060,6 +1073,7 @@ declare const FANTOM_COLLATERALS: ({
|
|
|
1060
1073
|
subgraph?: undefined;
|
|
1061
1074
|
snapshotName?: undefined;
|
|
1062
1075
|
platform?: undefined;
|
|
1076
|
+
disabled?: undefined;
|
|
1063
1077
|
} | {
|
|
1064
1078
|
shortName: "beefy-scream-ftm";
|
|
1065
1079
|
vaultAddress: string;
|
|
@@ -1078,6 +1092,7 @@ declare const FANTOM_COLLATERALS: ({
|
|
|
1078
1092
|
subgraph?: undefined;
|
|
1079
1093
|
snapshotName?: undefined;
|
|
1080
1094
|
platform?: undefined;
|
|
1095
|
+
disabled?: undefined;
|
|
1081
1096
|
} | {
|
|
1082
1097
|
shortName: "beefy-scream-link";
|
|
1083
1098
|
vaultAddress: string;
|
|
@@ -1096,6 +1111,7 @@ declare const FANTOM_COLLATERALS: ({
|
|
|
1096
1111
|
subgraph?: undefined;
|
|
1097
1112
|
snapshotName?: undefined;
|
|
1098
1113
|
platform?: undefined;
|
|
1114
|
+
disabled?: undefined;
|
|
1099
1115
|
} | {
|
|
1100
1116
|
shortName: "beefy-spooky-btc-ftm";
|
|
1101
1117
|
vaultAddress: string;
|
|
@@ -1114,6 +1130,7 @@ declare const FANTOM_COLLATERALS: ({
|
|
|
1114
1130
|
snapshotName?: undefined;
|
|
1115
1131
|
fallbackUnderlyingAddress?: undefined;
|
|
1116
1132
|
platform?: undefined;
|
|
1133
|
+
disabled?: undefined;
|
|
1117
1134
|
} | {
|
|
1118
1135
|
shortName: "beefy-spooky-eth-ftm";
|
|
1119
1136
|
vaultAddress: string;
|
|
@@ -1132,6 +1149,7 @@ declare const FANTOM_COLLATERALS: ({
|
|
|
1132
1149
|
snapshotName?: undefined;
|
|
1133
1150
|
fallbackUnderlyingAddress?: undefined;
|
|
1134
1151
|
platform?: undefined;
|
|
1152
|
+
disabled?: undefined;
|
|
1135
1153
|
} | {
|
|
1136
1154
|
shortName: "beefy-bifi";
|
|
1137
1155
|
vaultAddress: string;
|
|
@@ -1148,6 +1166,7 @@ declare const FANTOM_COLLATERALS: ({
|
|
|
1148
1166
|
platform: "Beefy"[];
|
|
1149
1167
|
addedAt: number;
|
|
1150
1168
|
deprecated: true;
|
|
1169
|
+
disabled: true;
|
|
1151
1170
|
native?: undefined;
|
|
1152
1171
|
subgraph?: undefined;
|
|
1153
1172
|
} | {
|
|
@@ -1168,6 +1187,7 @@ declare const FANTOM_COLLATERALS: ({
|
|
|
1168
1187
|
deprecated: true;
|
|
1169
1188
|
native?: undefined;
|
|
1170
1189
|
subgraph?: undefined;
|
|
1190
|
+
disabled?: undefined;
|
|
1171
1191
|
})[];
|
|
1172
1192
|
declare const AVALANCHE_COLLATERALS: ({
|
|
1173
1193
|
shortName: "beefy-aave-avax";
|
|
@@ -2535,6 +2555,35 @@ declare const METIS_COLLATERALS: ({
|
|
|
2535
2555
|
snapshotName?: undefined;
|
|
2536
2556
|
fallbackUnderlyingAddress?: undefined;
|
|
2537
2557
|
})[];
|
|
2558
|
+
declare const ZKEVM_COLLATERALS: ({
|
|
2559
|
+
shortName: "weth";
|
|
2560
|
+
vaultAddress: string;
|
|
2561
|
+
chainId: ChainId.ZKEVM;
|
|
2562
|
+
token: Token;
|
|
2563
|
+
connect: typeof StableQiVault__factory.connect;
|
|
2564
|
+
discriminator: "StableQiVault";
|
|
2565
|
+
minimumCDR: number;
|
|
2566
|
+
frontend: FRONTEND.MAI;
|
|
2567
|
+
version: 2;
|
|
2568
|
+
snapshotName: "WETH (ZKEVM)";
|
|
2569
|
+
underlyingIds: "weth"[];
|
|
2570
|
+
addedAt: number;
|
|
2571
|
+
deprecated: false;
|
|
2572
|
+
} | {
|
|
2573
|
+
shortName: "wmatic";
|
|
2574
|
+
vaultAddress: string;
|
|
2575
|
+
chainId: ChainId.ZKEVM;
|
|
2576
|
+
token: Token;
|
|
2577
|
+
connect: typeof StableQiVault__factory.connect;
|
|
2578
|
+
discriminator: "StableQiVault";
|
|
2579
|
+
minimumCDR: number;
|
|
2580
|
+
frontend: FRONTEND.MAI;
|
|
2581
|
+
version: 2;
|
|
2582
|
+
snapshotName: "WMATIC (ZKEVM)";
|
|
2583
|
+
underlyingIds: "wrapped-matic"[];
|
|
2584
|
+
addedAt: number;
|
|
2585
|
+
deprecated: false;
|
|
2586
|
+
})[];
|
|
2538
2587
|
declare const BASE_COLLATERALS: ({
|
|
2539
2588
|
shortName: "weth";
|
|
2540
2589
|
vaultAddress: string;
|
|
@@ -2576,7 +2625,7 @@ declare const BASE_COLLATERALS: ({
|
|
|
2576
2625
|
frontend: FRONTEND.MAI;
|
|
2577
2626
|
version: 2;
|
|
2578
2627
|
snapshotName: "Wrapped Staked ETH (Base)";
|
|
2579
|
-
underlyingIds: "
|
|
2628
|
+
underlyingIds: "lido-staked-ether"[];
|
|
2580
2629
|
platform: "Lido"[];
|
|
2581
2630
|
addedAt: number;
|
|
2582
2631
|
deprecated: false;
|
|
@@ -2611,6 +2660,21 @@ declare const LINEA_COLLATERALS: ({
|
|
|
2611
2660
|
addedAt: number;
|
|
2612
2661
|
deprecated: false;
|
|
2613
2662
|
platform?: undefined;
|
|
2663
|
+
} | {
|
|
2664
|
+
shortName: "weth";
|
|
2665
|
+
vaultAddress: string;
|
|
2666
|
+
chainId: ChainId.LINEA;
|
|
2667
|
+
token: Token;
|
|
2668
|
+
connect: typeof StableQiVault__factory.connect;
|
|
2669
|
+
discriminator: "StableQiVault";
|
|
2670
|
+
minimumCDR: number;
|
|
2671
|
+
frontend: FRONTEND.MAI;
|
|
2672
|
+
version: 2;
|
|
2673
|
+
snapshotName: "Wrapped Staked ETH (Linea)";
|
|
2674
|
+
underlyingIds: "lido-staked-ether"[];
|
|
2675
|
+
addedAt: number;
|
|
2676
|
+
deprecated: false;
|
|
2677
|
+
platform?: undefined;
|
|
2614
2678
|
})[];
|
|
2615
2679
|
declare const SCROLL_COLLATERALS: never[];
|
|
2616
2680
|
declare const EMPTY_COLLATERALS: never[];
|
|
@@ -2650,7 +2714,7 @@ export declare const COLLATERALS: {
|
|
|
2650
2714
|
[ChainId.KLAYTN]: typeof EMPTY_COLLATERALS;
|
|
2651
2715
|
[ChainId.CANTO]: typeof EMPTY_COLLATERALS;
|
|
2652
2716
|
[ChainId.DOGECHAIN]: typeof EMPTY_COLLATERALS;
|
|
2653
|
-
[ChainId.ZKEVM]: typeof
|
|
2717
|
+
[ChainId.ZKEVM]: typeof ZKEVM_COLLATERALS;
|
|
2654
2718
|
[ChainId.BASE]: typeof BASE_COLLATERALS;
|
|
2655
2719
|
[ChainId.LINEA]: typeof LINEA_COLLATERALS;
|
|
2656
2720
|
[ChainId.SCROLL]: typeof SCROLL_COLLATERALS;
|