@bgd-labs/aave-address-book 4.35.0 → 4.35.1-517ccf50b13597c99b623d8e970dfad15bccd87f.0
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 +3 -3
- package/dist/AaveAddressBook.d.ts +3 -3
- package/dist/{AaveV3Avalanche-DAl8_Fnm.d.mts → AaveV3Avalanche-a1kXqoqX.d.mts} +38 -0
- package/dist/{AaveV3Avalanche-DAl8_Fnm.d.ts → AaveV3Avalanche-a1kXqoqX.d.ts} +38 -0
- package/dist/AaveV3Avalanche.d.mts +1 -1
- package/dist/AaveV3Avalanche.d.ts +1 -1
- package/dist/AaveV3Avalanche.js +47 -0
- package/dist/AaveV3Avalanche.js.map +1 -1
- package/dist/AaveV3Avalanche.mjs +47 -0
- package/dist/AaveV3Avalanche.mjs.map +1 -1
- package/dist/{AaveV3Ethereum-Crn8InMc.d.mts → AaveV3Ethereum-1ek_ctSE.d.mts} +2 -2
- package/dist/{AaveV3Ethereum-Crn8InMc.d.ts → AaveV3Ethereum-1ek_ctSE.d.ts} +2 -2
- package/dist/AaveV3Ethereum.d.mts +1 -1
- package/dist/AaveV3Ethereum.d.ts +1 -1
- package/dist/AaveV3Ethereum.js +2 -2
- package/dist/AaveV3Ethereum.js.map +1 -1
- package/dist/AaveV3Ethereum.mjs +2 -2
- package/dist/AaveV3Ethereum.mjs.map +1 -1
- package/dist/{AaveV3Plasma-B7CQ-kZC.d.mts → AaveV3Plasma-BolgST1Z.d.mts} +29 -10
- package/dist/{AaveV3Plasma-B7CQ-kZC.d.ts → AaveV3Plasma-BolgST1Z.d.ts} +29 -10
- package/dist/AaveV3Plasma.d.mts +1 -1
- package/dist/AaveV3Plasma.d.ts +1 -1
- package/dist/AaveV3Plasma.js +29 -10
- package/dist/AaveV3Plasma.js.map +1 -1
- package/dist/AaveV3Plasma.mjs +29 -10
- package/dist/AaveV3Plasma.mjs.map +1 -1
- package/dist/tokenlist.d.mts +81 -2
- package/dist/tokenlist.d.ts +81 -2
- package/dist/tokenlist.js +66 -2
- package/dist/tokenlist.js.map +1 -1
- package/dist/tokenlist.mjs +66 -2
- package/dist/tokenlist.mjs.map +1 -1
- package/package.json +1 -1
- package/src/AaveV3Avalanche.sol +40 -0
- package/src/AaveV3Plasma.sol +20 -0
- package/tokenlist.json +66 -2
package/dist/tokenlist.mjs
CHANGED
|
@@ -4650,6 +4650,50 @@ var tokens = [
|
|
|
4650
4650
|
underlying: "0xC891EB4cbdEFf6e073e859e987815Ed1505c2ACD"
|
|
4651
4651
|
}
|
|
4652
4652
|
},
|
|
4653
|
+
{
|
|
4654
|
+
chainId: 43114,
|
|
4655
|
+
address: "0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34",
|
|
4656
|
+
name: "USDe",
|
|
4657
|
+
decimals: 18,
|
|
4658
|
+
symbol: "USDe",
|
|
4659
|
+
tags: ["underlying"],
|
|
4660
|
+
logoURI: "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/usde.svg"
|
|
4661
|
+
},
|
|
4662
|
+
{
|
|
4663
|
+
chainId: 43114,
|
|
4664
|
+
address: "0x6533afac2E7BCCB20dca161449A13A32D391fb00",
|
|
4665
|
+
name: "Aave Avalanche USDe",
|
|
4666
|
+
decimals: 18,
|
|
4667
|
+
symbol: "aAvaUSDe",
|
|
4668
|
+
tags: ["aTokenV3", "aaveV3"],
|
|
4669
|
+
logoURI: "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/ausde.svg",
|
|
4670
|
+
extensions: {
|
|
4671
|
+
pool: "0x794a61358D6845594F94dc1DB02A252b5b4814aD",
|
|
4672
|
+
underlying: "0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34"
|
|
4673
|
+
}
|
|
4674
|
+
},
|
|
4675
|
+
{
|
|
4676
|
+
chainId: 43114,
|
|
4677
|
+
address: "0x211Cc4DD073734dA055fbF44a2b4667d5E5fE5d2",
|
|
4678
|
+
name: "Staked USDe",
|
|
4679
|
+
decimals: 18,
|
|
4680
|
+
symbol: "sUSDe",
|
|
4681
|
+
tags: ["underlying"],
|
|
4682
|
+
logoURI: "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/susde.svg"
|
|
4683
|
+
},
|
|
4684
|
+
{
|
|
4685
|
+
chainId: 43114,
|
|
4686
|
+
address: "0x44705f578135cC5d703b4c9c122528C73Eb87145",
|
|
4687
|
+
name: "Aave Avalanche sUSDe",
|
|
4688
|
+
decimals: 18,
|
|
4689
|
+
symbol: "aAvasUSDe",
|
|
4690
|
+
tags: ["aTokenV3", "aaveV3"],
|
|
4691
|
+
logoURI: "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/asusde.svg",
|
|
4692
|
+
extensions: {
|
|
4693
|
+
pool: "0x794a61358D6845594F94dc1DB02A252b5b4814aD",
|
|
4694
|
+
underlying: "0x211Cc4DD073734dA055fbF44a2b4667d5E5fE5d2"
|
|
4695
|
+
}
|
|
4696
|
+
},
|
|
4653
4697
|
{
|
|
4654
4698
|
chainId: 8453,
|
|
4655
4699
|
address: "0x4200000000000000000000000000000000000006",
|
|
@@ -9039,6 +9083,26 @@ var tokens = [
|
|
|
9039
9083
|
underlying: "0xe561FE05C39075312Aa9Bc6af79DdaE981461359"
|
|
9040
9084
|
}
|
|
9041
9085
|
},
|
|
9086
|
+
{
|
|
9087
|
+
chainId: 9745,
|
|
9088
|
+
address: "0xC4374775489CB9C56003BF2C9b12495fC64F0771",
|
|
9089
|
+
name: "Syrup USDT",
|
|
9090
|
+
decimals: 6,
|
|
9091
|
+
symbol: "syrupUSDT",
|
|
9092
|
+
tags: ["underlying"]
|
|
9093
|
+
},
|
|
9094
|
+
{
|
|
9095
|
+
chainId: 9745,
|
|
9096
|
+
address: "0xD4eE376C40EdC83832aAaFc18fC0272660F5e90b",
|
|
9097
|
+
name: "Aave Plasma syrupUSDT",
|
|
9098
|
+
decimals: 6,
|
|
9099
|
+
symbol: "aPlasyrupUSDT",
|
|
9100
|
+
tags: ["aTokenV3", "aaveV3"],
|
|
9101
|
+
extensions: {
|
|
9102
|
+
pool: "0x925a2A7214Ed92428B5b1B090F80b25700095e12",
|
|
9103
|
+
underlying: "0xC4374775489CB9C56003BF2C9b12495fC64F0771"
|
|
9104
|
+
}
|
|
9105
|
+
},
|
|
9042
9106
|
{
|
|
9043
9107
|
chainId: 1,
|
|
9044
9108
|
address: "0x6bf183243FdD1e306ad2C4450BC7dcf6f0bf8Aa6",
|
|
@@ -9092,8 +9156,8 @@ var tokens = [
|
|
|
9092
9156
|
}
|
|
9093
9157
|
}
|
|
9094
9158
|
];
|
|
9095
|
-
var version = { major: 3, minor: 0, patch:
|
|
9096
|
-
var timestamp = "2025-10-
|
|
9159
|
+
var version = { major: 3, minor: 0, patch: 142 };
|
|
9160
|
+
var timestamp = "2025-10-27T00:16:46.639Z";
|
|
9097
9161
|
var tokenlist_default = {
|
|
9098
9162
|
name,
|
|
9099
9163
|
logoURI,
|