@bgd-labs/aave-address-book 4.37.1 → 4.37.2
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 +2 -2
- package/dist/AaveAddressBook.d.ts +2 -2
- package/dist/{AaveV3Ethereum-BgmiV3FD.d.mts → AaveV3Ethereum-agDaweyL.d.mts} +27 -8
- package/dist/{AaveV3Ethereum-BgmiV3FD.d.ts → AaveV3Ethereum-agDaweyL.d.ts} +27 -8
- package/dist/AaveV3Ethereum.d.mts +1 -1
- package/dist/AaveV3Ethereum.d.ts +1 -1
- package/dist/AaveV3Ethereum.js +30 -8
- package/dist/AaveV3Ethereum.js.map +1 -1
- package/dist/AaveV3Ethereum.mjs +30 -8
- package/dist/AaveV3Ethereum.mjs.map +1 -1
- package/dist/{AaveV3Plasma-BMWagUPc.d.mts → AaveV3Plasma-B5FlBWsj.d.mts} +11 -11
- package/dist/{AaveV3Plasma-BMWagUPc.d.ts → AaveV3Plasma-B5FlBWsj.d.ts} +11 -11
- package/dist/AaveV3Plasma.d.mts +1 -1
- package/dist/AaveV3Plasma.d.ts +1 -1
- package/dist/AaveV3Plasma.js +11 -11
- package/dist/AaveV3Plasma.js.map +1 -1
- package/dist/AaveV3Plasma.mjs +11 -11
- package/dist/AaveV3Plasma.mjs.map +1 -1
- package/dist/tokenlist.d.mts +27 -2
- package/dist/tokenlist.d.ts +27 -2
- package/dist/tokenlist.js +22 -2
- package/dist/tokenlist.js.map +1 -1
- package/dist/tokenlist.mjs +22 -2
- package/dist/tokenlist.mjs.map +1 -1
- package/package.json +1 -1
- package/src/AaveV3Ethereum.sol +20 -0
- package/tokenlist.json +22 -2
package/dist/tokenlist.mjs
CHANGED
|
@@ -3450,6 +3450,26 @@ var tokens = [
|
|
|
3450
3450
|
underlying: "0xacA92E438df0B2401fF60dA7E4337B687a2435DA"
|
|
3451
3451
|
}
|
|
3452
3452
|
},
|
|
3453
|
+
{
|
|
3454
|
+
chainId: 1,
|
|
3455
|
+
address: "0x356B8d89c1e1239Cbbb9dE4815c39A1474d5BA7D",
|
|
3456
|
+
name: "Syrup USDT",
|
|
3457
|
+
decimals: 6,
|
|
3458
|
+
symbol: "syrupUSDT",
|
|
3459
|
+
tags: ["underlying"]
|
|
3460
|
+
},
|
|
3461
|
+
{
|
|
3462
|
+
chainId: 1,
|
|
3463
|
+
address: "0x24Ab03a9a5Bc2C49E5523e8d915A3536ac38B91D",
|
|
3464
|
+
name: "Aave Ethereum syrupUSDT",
|
|
3465
|
+
decimals: 6,
|
|
3466
|
+
symbol: "aEthsyrupUSDT",
|
|
3467
|
+
tags: ["aTokenV3", "aaveV3"],
|
|
3468
|
+
extensions: {
|
|
3469
|
+
pool: "0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2",
|
|
3470
|
+
underlying: "0x356B8d89c1e1239Cbbb9dE4815c39A1474d5BA7D"
|
|
3471
|
+
}
|
|
3472
|
+
},
|
|
3453
3473
|
{
|
|
3454
3474
|
chainId: 137,
|
|
3455
3475
|
address: "0x82E64f49Ed5EC1bC6e43DAD4FC8Af9bb3A2312EE",
|
|
@@ -9553,8 +9573,8 @@ var tokens = [
|
|
|
9553
9573
|
}
|
|
9554
9574
|
}
|
|
9555
9575
|
];
|
|
9556
|
-
var version = { major: 3, minor: 0, patch:
|
|
9557
|
-
var timestamp = "2025-12-
|
|
9576
|
+
var version = { major: 3, minor: 0, patch: 149 };
|
|
9577
|
+
var timestamp = "2025-12-04T00:16:41.960Z";
|
|
9558
9578
|
var tokenlist_default = {
|
|
9559
9579
|
name,
|
|
9560
9580
|
logoURI,
|