@bgd-labs/aave-address-book 4.36.2 → 4.36.3
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/AaveAddressBook.d.mts +1 -1
- package/dist/AaveAddressBook.d.ts +1 -1
- package/dist/{AaveV3InkWhitelabel-BexJiUDg.d.mts → AaveV3InkWhitelabel-Djucvfje.d.mts} +48 -1
- package/dist/{AaveV3InkWhitelabel-BexJiUDg.d.ts → AaveV3InkWhitelabel-Djucvfje.d.ts} +48 -1
- package/dist/AaveV3InkWhitelabel.d.mts +1 -1
- package/dist/AaveV3InkWhitelabel.d.ts +1 -1
- package/dist/AaveV3InkWhitelabel.js +52 -1
- package/dist/AaveV3InkWhitelabel.js.map +1 -1
- package/dist/AaveV3InkWhitelabel.mjs +52 -1
- package/dist/AaveV3InkWhitelabel.mjs.map +1 -1
- package/dist/tokenlist.d.mts +110 -2
- package/dist/tokenlist.d.ts +110 -2
- package/dist/tokenlist.js +90 -2
- package/dist/tokenlist.js.map +1 -1
- package/dist/tokenlist.mjs +90 -2
- package/dist/tokenlist.mjs.map +1 -1
- package/package.json +1 -1
- package/src/AaveV3InkWhitelabel.sol +74 -0
- package/tokenlist.json +90 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bgd-labs/aave-address-book",
|
|
3
|
-
"version": "4.36.
|
|
3
|
+
"version": "4.36.3",
|
|
4
4
|
"description": "This repository contains an up-to-date registry of all addresses of the Aave ecosystem's smart contracts, for its usage in Solidity codebases.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"files": [
|
|
@@ -169,9 +169,83 @@ library AaveV3InkWhitelabelAssets {
|
|
|
169
169
|
|
|
170
170
|
// https://explorer.inkonchain.com/address/0xCFDAdA7DCd2e785cF706BaDBC2B8Af5084d595e9
|
|
171
171
|
address internal constant GHO_INTEREST_RATE_STRATEGY = 0xCFDAdA7DCd2e785cF706BaDBC2B8Af5084d595e9;
|
|
172
|
+
|
|
173
|
+
// https://explorer.inkonchain.com/address/0x2D270e6886d130D724215A266106e6832161EAEd
|
|
174
|
+
address internal constant USDC_UNDERLYING = 0x2D270e6886d130D724215A266106e6832161EAEd;
|
|
175
|
+
|
|
176
|
+
uint8 internal constant USDC_DECIMALS = 6;
|
|
177
|
+
|
|
178
|
+
// https://explorer.inkonchain.com/address/0x70A38B0c90441e991346B7A0Cd98C8528dD1c234
|
|
179
|
+
address internal constant USDC_A_TOKEN = 0x70A38B0c90441e991346B7A0Cd98C8528dD1c234;
|
|
180
|
+
|
|
181
|
+
// https://explorer.inkonchain.com/address/0x305c03f74DBb8C6052b7667AaBEE21dC7c1f0B29
|
|
182
|
+
address internal constant USDC_V_TOKEN = 0x305c03f74DBb8C6052b7667AaBEE21dC7c1f0B29;
|
|
183
|
+
|
|
184
|
+
// https://explorer.inkonchain.com/address/0xd910061259A256B99654Cff414c3bfD503E7F6ea
|
|
185
|
+
address internal constant USDC_ORACLE = 0xd910061259A256B99654Cff414c3bfD503E7F6ea;
|
|
186
|
+
|
|
187
|
+
// https://explorer.inkonchain.com/address/0xCFDAdA7DCd2e785cF706BaDBC2B8Af5084d595e9
|
|
188
|
+
address internal constant USDC_INTEREST_RATE_STRATEGY =
|
|
189
|
+
0xCFDAdA7DCd2e785cF706BaDBC2B8Af5084d595e9;
|
|
190
|
+
|
|
191
|
+
// https://explorer.inkonchain.com/address/0xA3D68b74bF0528fdD07263c60d6488749044914b
|
|
192
|
+
address internal constant weETH_UNDERLYING = 0xA3D68b74bF0528fdD07263c60d6488749044914b;
|
|
193
|
+
|
|
194
|
+
uint8 internal constant weETH_DECIMALS = 18;
|
|
195
|
+
|
|
196
|
+
// https://explorer.inkonchain.com/address/0x7789888E302Bc3288A78a182efe6DfE91da756ec
|
|
197
|
+
address internal constant weETH_A_TOKEN = 0x7789888E302Bc3288A78a182efe6DfE91da756ec;
|
|
198
|
+
|
|
199
|
+
// https://explorer.inkonchain.com/address/0xF498bfc4439e91042EeDB9736767F770F48Da474
|
|
200
|
+
address internal constant weETH_V_TOKEN = 0xF498bfc4439e91042EeDB9736767F770F48Da474;
|
|
201
|
+
|
|
202
|
+
// https://explorer.inkonchain.com/address/0x68B7Ed7Df658Ed065BcaA415f0Ce0b057Dfcf318
|
|
203
|
+
address internal constant weETH_ORACLE = 0x68B7Ed7Df658Ed065BcaA415f0Ce0b057Dfcf318;
|
|
204
|
+
|
|
205
|
+
// https://explorer.inkonchain.com/address/0xCFDAdA7DCd2e785cF706BaDBC2B8Af5084d595e9
|
|
206
|
+
address internal constant weETH_INTEREST_RATE_STRATEGY =
|
|
207
|
+
0xCFDAdA7DCd2e785cF706BaDBC2B8Af5084d595e9;
|
|
208
|
+
|
|
209
|
+
// https://explorer.inkonchain.com/address/0x9f0a74A92287E323Eb95c1cd9eCdBEb0e397cAe4
|
|
210
|
+
address internal constant wrsETH_UNDERLYING = 0x9f0a74A92287E323Eb95c1cd9eCdBEb0e397cAe4;
|
|
211
|
+
|
|
212
|
+
uint8 internal constant wrsETH_DECIMALS = 18;
|
|
213
|
+
|
|
214
|
+
// https://explorer.inkonchain.com/address/0x98F6A9b82799813447E6c00E51aF5b325976199A
|
|
215
|
+
address internal constant wrsETH_A_TOKEN = 0x98F6A9b82799813447E6c00E51aF5b325976199A;
|
|
216
|
+
|
|
217
|
+
// https://explorer.inkonchain.com/address/0x33d3F390F266A21b0467efD559DC5fecD17Db52C
|
|
218
|
+
address internal constant wrsETH_V_TOKEN = 0x33d3F390F266A21b0467efD559DC5fecD17Db52C;
|
|
219
|
+
|
|
220
|
+
// https://explorer.inkonchain.com/address/0x771a1668f973f2485D32580aB53F5C4934e81531
|
|
221
|
+
address internal constant wrsETH_ORACLE = 0x771a1668f973f2485D32580aB53F5C4934e81531;
|
|
222
|
+
|
|
223
|
+
// https://explorer.inkonchain.com/address/0xCFDAdA7DCd2e785cF706BaDBC2B8Af5084d595e9
|
|
224
|
+
address internal constant wrsETH_INTEREST_RATE_STRATEGY =
|
|
225
|
+
0xCFDAdA7DCd2e785cF706BaDBC2B8Af5084d595e9;
|
|
226
|
+
|
|
227
|
+
// https://explorer.inkonchain.com/address/0x2416092f143378750bb29b79eD961ab195CcEea5
|
|
228
|
+
address internal constant ezETH_UNDERLYING = 0x2416092f143378750bb29b79eD961ab195CcEea5;
|
|
229
|
+
|
|
230
|
+
uint8 internal constant ezETH_DECIMALS = 18;
|
|
231
|
+
|
|
232
|
+
// https://explorer.inkonchain.com/address/0xd596B3C15E28795AaBF0481DaA0Ff4eBAa42c5F2
|
|
233
|
+
address internal constant ezETH_A_TOKEN = 0xd596B3C15E28795AaBF0481DaA0Ff4eBAa42c5F2;
|
|
234
|
+
|
|
235
|
+
// https://explorer.inkonchain.com/address/0x522e93245C2df28904B86103af69bC27ae80FA46
|
|
236
|
+
address internal constant ezETH_V_TOKEN = 0x522e93245C2df28904B86103af69bC27ae80FA46;
|
|
237
|
+
|
|
238
|
+
// https://explorer.inkonchain.com/address/0x51e5242698Cf425A558BCe440357Fd20f00D9671
|
|
239
|
+
address internal constant ezETH_ORACLE = 0x51e5242698Cf425A558BCe440357Fd20f00D9671;
|
|
240
|
+
|
|
241
|
+
// https://explorer.inkonchain.com/address/0xCFDAdA7DCd2e785cF706BaDBC2B8Af5084d595e9
|
|
242
|
+
address internal constant ezETH_INTEREST_RATE_STRATEGY =
|
|
243
|
+
0xCFDAdA7DCd2e785cF706BaDBC2B8Af5084d595e9;
|
|
172
244
|
}
|
|
173
245
|
library AaveV3InkWhitelabelEModes {
|
|
174
246
|
uint8 internal constant NONE = 0;
|
|
247
|
+
|
|
248
|
+
uint8 internal constant weETH_wrsETH_ezETH__WETH = 1;
|
|
175
249
|
}
|
|
176
250
|
library AaveV3InkWhitelabelExternalLibraries {
|
|
177
251
|
// https://explorer.inkonchain.com/address/0x5e84CEe2afb7B37d2AB14722C39A7c1C26F5B0BB
|
package/tokenlist.json
CHANGED
|
@@ -9010,6 +9010,94 @@
|
|
|
9010
9010
|
"underlying": "0xfc421aD3C883Bf9E7C4f42dE845C4e4405799e73"
|
|
9011
9011
|
}
|
|
9012
9012
|
},
|
|
9013
|
+
{
|
|
9014
|
+
"chainId": 57073,
|
|
9015
|
+
"address": "0x2D270e6886d130D724215A266106e6832161EAEd",
|
|
9016
|
+
"name": "USDC",
|
|
9017
|
+
"decimals": 6,
|
|
9018
|
+
"symbol": "USDC",
|
|
9019
|
+
"tags": ["underlying"],
|
|
9020
|
+
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/usdc.svg"
|
|
9021
|
+
},
|
|
9022
|
+
{
|
|
9023
|
+
"chainId": 57073,
|
|
9024
|
+
"address": "0x70A38B0c90441e991346B7A0Cd98C8528dD1c234",
|
|
9025
|
+
"name": "Aave InkWhitelabel USDC",
|
|
9026
|
+
"decimals": 6,
|
|
9027
|
+
"symbol": "aInkWlUSDC",
|
|
9028
|
+
"tags": ["aTokenV3", "aaveV3"],
|
|
9029
|
+
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/ausdc.svg",
|
|
9030
|
+
"extensions": {
|
|
9031
|
+
"pool": "0x2816cf15F6d2A220E789aA011D5EE4eB6c47FEbA",
|
|
9032
|
+
"underlying": "0x2D270e6886d130D724215A266106e6832161EAEd"
|
|
9033
|
+
}
|
|
9034
|
+
},
|
|
9035
|
+
{
|
|
9036
|
+
"chainId": 57073,
|
|
9037
|
+
"address": "0xA3D68b74bF0528fdD07263c60d6488749044914b",
|
|
9038
|
+
"name": "Wrapped eETH",
|
|
9039
|
+
"decimals": 18,
|
|
9040
|
+
"symbol": "weETH",
|
|
9041
|
+
"tags": ["underlying"],
|
|
9042
|
+
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/weeth.svg"
|
|
9043
|
+
},
|
|
9044
|
+
{
|
|
9045
|
+
"chainId": 57073,
|
|
9046
|
+
"address": "0x7789888E302Bc3288A78a182efe6DfE91da756ec",
|
|
9047
|
+
"name": "Aave InkWhitelabel weETH",
|
|
9048
|
+
"decimals": 18,
|
|
9049
|
+
"symbol": "aInkWlweETH",
|
|
9050
|
+
"tags": ["aTokenV3", "aaveV3"],
|
|
9051
|
+
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/aweeth.svg",
|
|
9052
|
+
"extensions": {
|
|
9053
|
+
"pool": "0x2816cf15F6d2A220E789aA011D5EE4eB6c47FEbA",
|
|
9054
|
+
"underlying": "0xA3D68b74bF0528fdD07263c60d6488749044914b"
|
|
9055
|
+
}
|
|
9056
|
+
},
|
|
9057
|
+
{
|
|
9058
|
+
"chainId": 57073,
|
|
9059
|
+
"address": "0x9f0a74A92287E323Eb95c1cd9eCdBEb0e397cAe4",
|
|
9060
|
+
"name": "rsETHWrapper",
|
|
9061
|
+
"decimals": 18,
|
|
9062
|
+
"symbol": "wrsETH",
|
|
9063
|
+
"tags": ["underlying"],
|
|
9064
|
+
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/wrseth.svg"
|
|
9065
|
+
},
|
|
9066
|
+
{
|
|
9067
|
+
"chainId": 57073,
|
|
9068
|
+
"address": "0x98F6A9b82799813447E6c00E51aF5b325976199A",
|
|
9069
|
+
"name": "Aave InkWhitelabel wrsETH",
|
|
9070
|
+
"decimals": 18,
|
|
9071
|
+
"symbol": "aInkWlwrsETH",
|
|
9072
|
+
"tags": ["aTokenV3", "aaveV3"],
|
|
9073
|
+
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/awrseth.svg",
|
|
9074
|
+
"extensions": {
|
|
9075
|
+
"pool": "0x2816cf15F6d2A220E789aA011D5EE4eB6c47FEbA",
|
|
9076
|
+
"underlying": "0x9f0a74A92287E323Eb95c1cd9eCdBEb0e397cAe4"
|
|
9077
|
+
}
|
|
9078
|
+
},
|
|
9079
|
+
{
|
|
9080
|
+
"chainId": 57073,
|
|
9081
|
+
"address": "0x2416092f143378750bb29b79eD961ab195CcEea5",
|
|
9082
|
+
"name": "Renzo Restaked ETH",
|
|
9083
|
+
"decimals": 18,
|
|
9084
|
+
"symbol": "ezETH",
|
|
9085
|
+
"tags": ["underlying"],
|
|
9086
|
+
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/ezeth.svg"
|
|
9087
|
+
},
|
|
9088
|
+
{
|
|
9089
|
+
"chainId": 57073,
|
|
9090
|
+
"address": "0xd596B3C15E28795AaBF0481DaA0Ff4eBAa42c5F2",
|
|
9091
|
+
"name": "Aave InkWhitelabel ezETH",
|
|
9092
|
+
"decimals": 18,
|
|
9093
|
+
"symbol": "aInkWlezETH",
|
|
9094
|
+
"tags": ["aTokenV3", "aaveV3"],
|
|
9095
|
+
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/aezeth.svg",
|
|
9096
|
+
"extensions": {
|
|
9097
|
+
"pool": "0x2816cf15F6d2A220E789aA011D5EE4eB6c47FEbA",
|
|
9098
|
+
"underlying": "0x2416092f143378750bb29b79eD961ab195CcEea5"
|
|
9099
|
+
}
|
|
9100
|
+
},
|
|
9013
9101
|
{
|
|
9014
9102
|
"chainId": 9745,
|
|
9015
9103
|
"address": "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb",
|
|
@@ -9403,6 +9491,6 @@
|
|
|
9403
9491
|
}
|
|
9404
9492
|
}
|
|
9405
9493
|
],
|
|
9406
|
-
"version": { "major": 3, "minor": 0, "patch":
|
|
9407
|
-
"timestamp": "2025-11-
|
|
9494
|
+
"version": { "major": 3, "minor": 0, "patch": 147 },
|
|
9495
|
+
"timestamp": "2025-11-24T13:22:12.235Z"
|
|
9408
9496
|
}
|