@defisaver/positions-sdk 2.1.74 → 2.1.75
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.
|
@@ -51,10 +51,10 @@ exports.SUMMER_VAULT_ETH_MAINNET_HR = {
|
|
|
51
51
|
exports.SUMMER_VAULT_USDC_ARBITRUM_LR = {
|
|
52
52
|
type: types_1.SummerVaultType.SummerVaultUSDCArbitrumLR,
|
|
53
53
|
name: 'Lower Risk USDC',
|
|
54
|
-
address: '
|
|
54
|
+
address: '0x71d77c39db0eb5d086611a2e950198e3077cf58a',
|
|
55
55
|
asset: 'USDC',
|
|
56
56
|
network: common_1.NetworkNumber.Arb,
|
|
57
|
-
deploymentBlock:
|
|
57
|
+
deploymentBlock: 404339289,
|
|
58
58
|
isLegacy: false,
|
|
59
59
|
};
|
|
60
60
|
exports.SUMMER_VAULT_USDT_ARBITRUM_LR = {
|
|
@@ -48,10 +48,10 @@ export const SUMMER_VAULT_ETH_MAINNET_HR = {
|
|
|
48
48
|
export const SUMMER_VAULT_USDC_ARBITRUM_LR = {
|
|
49
49
|
type: SummerVaultType.SummerVaultUSDCArbitrumLR,
|
|
50
50
|
name: 'Lower Risk USDC',
|
|
51
|
-
address: '
|
|
51
|
+
address: '0x71d77c39db0eb5d086611a2e950198e3077cf58a',
|
|
52
52
|
asset: 'USDC',
|
|
53
53
|
network: NetworkNumber.Arb,
|
|
54
|
-
deploymentBlock:
|
|
54
|
+
deploymentBlock: 404339289,
|
|
55
55
|
isLegacy: false,
|
|
56
56
|
};
|
|
57
57
|
export const SUMMER_VAULT_USDT_ARBITRUM_LR = {
|
package/package.json
CHANGED
|
@@ -54,10 +54,10 @@ export const SUMMER_VAULT_ETH_MAINNET_HR: SummerVault = {
|
|
|
54
54
|
export const SUMMER_VAULT_USDC_ARBITRUM_LR: SummerVault = {
|
|
55
55
|
type: SummerVaultType.SummerVaultUSDCArbitrumLR,
|
|
56
56
|
name: 'Lower Risk USDC',
|
|
57
|
-
address: '
|
|
57
|
+
address: '0x71d77c39db0eb5d086611a2e950198e3077cf58a',
|
|
58
58
|
asset: 'USDC',
|
|
59
59
|
network: NetworkNumber.Arb,
|
|
60
|
-
deploymentBlock:
|
|
60
|
+
deploymentBlock: 404339289,
|
|
61
61
|
isLegacy: false,
|
|
62
62
|
};
|
|
63
63
|
|