@defisaver/positions-sdk 2.1.72-aave-v4-3-dev → 2.1.72-aave-v4-4-dev
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.
|
@@ -53,7 +53,7 @@ const AAVE_V4_ETHENA_SPOKE = (networkId) => ({
|
|
|
53
53
|
label: 'Ethena Spoke',
|
|
54
54
|
value: types_1.AaveV4SpokesType.AaveV4EthenaSpoke,
|
|
55
55
|
url: 'ethena',
|
|
56
|
-
address: '
|
|
56
|
+
address: '0xf3b207c235f6154120F41eB63D5ACCBAfD4086D1',
|
|
57
57
|
hubs: [
|
|
58
58
|
(0, exports.AAVE_V4_CORE_HUB)(types_1.NetworkNumber.Eth).address,
|
|
59
59
|
(0, exports.AAVE_V4_PLUS_HUB)(types_1.NetworkNumber.Eth).address,
|
|
@@ -43,7 +43,7 @@ export const AAVE_V4_ETHENA_SPOKE = (networkId) => ({
|
|
|
43
43
|
label: 'Ethena Spoke',
|
|
44
44
|
value: AaveV4SpokesType.AaveV4EthenaSpoke,
|
|
45
45
|
url: 'ethena',
|
|
46
|
-
address: '
|
|
46
|
+
address: '0xf3b207c235f6154120F41eB63D5ACCBAfD4086D1',
|
|
47
47
|
hubs: [
|
|
48
48
|
AAVE_V4_CORE_HUB(NetworkNumber.Eth).address,
|
|
49
49
|
AAVE_V4_PLUS_HUB(NetworkNumber.Eth).address,
|
package/package.json
CHANGED
|
@@ -61,7 +61,7 @@ export const AAVE_V4_ETHENA_SPOKE = (networkId: NetworkNumber): AaveV4SpokeInfo
|
|
|
61
61
|
label: 'Ethena Spoke',
|
|
62
62
|
value: AaveV4SpokesType.AaveV4EthenaSpoke,
|
|
63
63
|
url: 'ethena',
|
|
64
|
-
address: '
|
|
64
|
+
address: '0xf3b207c235f6154120F41eB63D5ACCBAfD4086D1',
|
|
65
65
|
hubs: [
|
|
66
66
|
AAVE_V4_CORE_HUB(NetworkNumber.Eth).address,
|
|
67
67
|
AAVE_V4_PLUS_HUB(NetworkNumber.Eth).address,
|