@bgd-labs/aave-address-book 4.7.2 → 4.7.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 +5 -5
- package/dist/AaveAddressBook.d.ts +5 -5
- package/dist/{AaveV2Polygon-C2gjWsjP.d.mts → AaveV2Polygon-CFGlwuOE.d.mts} +1 -1
- package/dist/{AaveV2Polygon-C2gjWsjP.d.ts → AaveV2Polygon-CFGlwuOE.d.ts} +1 -1
- package/dist/AaveV2Polygon.d.mts +1 -1
- package/dist/AaveV2Polygon.d.ts +1 -1
- package/dist/AaveV2Polygon.js +1 -1
- package/dist/AaveV2Polygon.js.map +1 -1
- package/dist/AaveV2Polygon.mjs +1 -1
- package/dist/AaveV2Polygon.mjs.map +1 -1
- package/dist/{AaveV3Avalanche-ywKqwho6.d.mts → AaveV3Avalanche-CDs_sVxo.d.mts} +9 -0
- package/dist/{AaveV3Avalanche-ywKqwho6.d.ts → AaveV3Avalanche-CDs_sVxo.d.ts} +9 -0
- package/dist/AaveV3Avalanche.d.mts +1 -1
- package/dist/AaveV3Avalanche.d.ts +1 -1
- package/dist/AaveV3Avalanche.js +9 -0
- package/dist/AaveV3Avalanche.js.map +1 -1
- package/dist/AaveV3Avalanche.mjs +9 -0
- package/dist/AaveV3Avalanche.mjs.map +1 -1
- package/dist/{AaveV3Ethereum-4PERJwDV.d.mts → AaveV3Ethereum-DOwaKJK-.d.mts} +1 -0
- package/dist/{AaveV3Ethereum-4PERJwDV.d.ts → AaveV3Ethereum-DOwaKJK-.d.ts} +1 -0
- package/dist/AaveV3Ethereum.d.mts +1 -1
- package/dist/AaveV3Ethereum.d.ts +1 -1
- package/dist/AaveV3Ethereum.js +2 -1
- package/dist/AaveV3Ethereum.js.map +1 -1
- package/dist/AaveV3Ethereum.mjs +2 -1
- package/dist/AaveV3Ethereum.mjs.map +1 -1
- package/dist/{AaveV3EthereumLido-5oQP-6Rk.d.mts → AaveV3EthereumLido-2IbfOWb9.d.mts} +1 -0
- package/dist/{AaveV3EthereumLido-5oQP-6Rk.d.ts → AaveV3EthereumLido-2IbfOWb9.d.ts} +1 -0
- package/dist/AaveV3EthereumLido.d.mts +1 -1
- package/dist/AaveV3EthereumLido.d.ts +1 -1
- package/dist/AaveV3EthereumLido.js +2 -1
- package/dist/AaveV3EthereumLido.js.map +1 -1
- package/dist/AaveV3EthereumLido.mjs +2 -1
- package/dist/AaveV3EthereumLido.mjs.map +1 -1
- package/dist/{AaveV3Scroll-BEGYB4R6.d.mts → AaveV3Scroll-CIV-rQEm.d.mts} +9 -0
- package/dist/{AaveV3Scroll-BEGYB4R6.d.ts → AaveV3Scroll-CIV-rQEm.d.ts} +9 -0
- package/dist/AaveV3Scroll.d.mts +1 -1
- package/dist/AaveV3Scroll.d.ts +1 -1
- package/dist/AaveV3Scroll.js +9 -0
- package/dist/AaveV3Scroll.js.map +1 -1
- package/dist/AaveV3Scroll.mjs +9 -0
- package/dist/AaveV3Scroll.mjs.map +1 -1
- package/dist/tokenlist.d.mts +90 -2
- package/dist/tokenlist.d.ts +90 -2
- package/dist/tokenlist.js +74 -2
- package/dist/tokenlist.js.map +1 -1
- package/dist/tokenlist.mjs +74 -2
- package/dist/tokenlist.mjs.map +1 -1
- package/package.json +6 -6
- package/tokenlist.json +74 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bgd-labs/aave-address-book",
|
|
3
|
-
"version": "4.7.
|
|
3
|
+
"version": "4.7.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": [
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
},
|
|
79
79
|
"homepage": "https://github.com/bgd-labs/aave-address-book#readme",
|
|
80
80
|
"devDependencies": {
|
|
81
|
-
"@bgd-labs/react-web3-icons": "^1.7.
|
|
82
|
-
"@bgd-labs/rpc-env": "^2.1
|
|
81
|
+
"@bgd-labs/react-web3-icons": "^1.7.5",
|
|
82
|
+
"@bgd-labs/rpc-env": "^2.2.1",
|
|
83
83
|
"@types/node": "^22.4.1",
|
|
84
84
|
"@uniswap/token-lists": "^1.0.0-beta.33",
|
|
85
85
|
"ajv": "^8.12.0",
|
|
@@ -90,10 +90,10 @@
|
|
|
90
90
|
"prettier": "^3.0.3",
|
|
91
91
|
"prettier-plugin-solidity": "^1.1.3",
|
|
92
92
|
"tsup": "^8.0.2",
|
|
93
|
-
"tsx": "^4.
|
|
94
|
-
"typescript": "^5.
|
|
93
|
+
"tsx": "^4.19.2",
|
|
94
|
+
"typescript": "^5.7.2",
|
|
95
95
|
"viem": "^2.21.19",
|
|
96
|
-
"vitest": "^2.1.
|
|
96
|
+
"vitest": "^2.1.8"
|
|
97
97
|
},
|
|
98
98
|
"packageManager": "^npm@10.0.0"
|
|
99
99
|
}
|
package/tokenlist.json
CHANGED
|
@@ -2652,6 +2652,20 @@
|
|
|
2652
2652
|
"underlying": "0xCd5fE23C85820F7B72D0926FC9b05b43E359b7ee"
|
|
2653
2653
|
}
|
|
2654
2654
|
},
|
|
2655
|
+
{
|
|
2656
|
+
"chainId": 1,
|
|
2657
|
+
"address": "0x867b0CDC4B39a19945E616c29639b0390b39db3B",
|
|
2658
|
+
"name": "Static Aave Ethereum weETH",
|
|
2659
|
+
"decimals": 18,
|
|
2660
|
+
"symbol": "stataEthweETH",
|
|
2661
|
+
"tags": ["aaveV3", "staticAT"],
|
|
2662
|
+
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/stataweeth.svg",
|
|
2663
|
+
"extensions": {
|
|
2664
|
+
"pool": "0x87870Bca3F3fD6335C3F4ce8392D69350B4fA4E2",
|
|
2665
|
+
"underlying": "0xCd5fE23C85820F7B72D0926FC9b05b43E359b7ee",
|
|
2666
|
+
"underlyingAToken": "0xBdfa7b7893081B35Fb54027489e2Bc7A38275129"
|
|
2667
|
+
}
|
|
2668
|
+
},
|
|
2655
2669
|
{
|
|
2656
2670
|
"chainId": 1,
|
|
2657
2671
|
"address": "0xf1C9acDc66974dFB6dEcB12aA385b9cD01190E38",
|
|
@@ -3938,6 +3952,28 @@
|
|
|
3938
3952
|
"underlyingAToken": "0x8ffDf2DE812095b1D19CB146E4c004587C0A0692"
|
|
3939
3953
|
}
|
|
3940
3954
|
},
|
|
3955
|
+
{
|
|
3956
|
+
"chainId": 43114,
|
|
3957
|
+
"address": "0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a",
|
|
3958
|
+
"name": "AUSD",
|
|
3959
|
+
"decimals": 6,
|
|
3960
|
+
"symbol": "AUSD",
|
|
3961
|
+
"tags": ["underlying"],
|
|
3962
|
+
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/ausd.svg"
|
|
3963
|
+
},
|
|
3964
|
+
{
|
|
3965
|
+
"chainId": 43114,
|
|
3966
|
+
"address": "0x724dc807b04555b71ed48a6896b6F41593b8C637",
|
|
3967
|
+
"name": "Aave Avalanche AUSD",
|
|
3968
|
+
"decimals": 6,
|
|
3969
|
+
"symbol": "aAvaAUSD",
|
|
3970
|
+
"tags": ["aTokenV3", "aaveV3"],
|
|
3971
|
+
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/aausd.svg",
|
|
3972
|
+
"extensions": {
|
|
3973
|
+
"pool": "0x794a61358D6845594F94dc1DB02A252b5b4814aD",
|
|
3974
|
+
"underlying": "0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a"
|
|
3975
|
+
}
|
|
3976
|
+
},
|
|
3941
3977
|
{
|
|
3942
3978
|
"chainId": 8453,
|
|
3943
3979
|
"address": "0x4200000000000000000000000000000000000006",
|
|
@@ -6220,6 +6256,28 @@
|
|
|
6220
6256
|
"underlying": "0x01f0a31698C4d065659b9bdC21B3610292a1c506"
|
|
6221
6257
|
}
|
|
6222
6258
|
},
|
|
6259
|
+
{
|
|
6260
|
+
"chainId": 534352,
|
|
6261
|
+
"address": "0xd29687c813D741E2F938F4aC377128810E217b1b",
|
|
6262
|
+
"name": "Scroll",
|
|
6263
|
+
"decimals": 18,
|
|
6264
|
+
"symbol": "SCR",
|
|
6265
|
+
"tags": ["underlying"],
|
|
6266
|
+
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/scr.svg"
|
|
6267
|
+
},
|
|
6268
|
+
{
|
|
6269
|
+
"chainId": 534352,
|
|
6270
|
+
"address": "0x25718130C2a8eb94e2e1FAFB5f1cDd4b459aCf64",
|
|
6271
|
+
"name": "Aave Scroll SCR",
|
|
6272
|
+
"decimals": 18,
|
|
6273
|
+
"symbol": "aScrSCR",
|
|
6274
|
+
"tags": ["aTokenV3", "aaveV3"],
|
|
6275
|
+
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/ascr.svg",
|
|
6276
|
+
"extensions": {
|
|
6277
|
+
"pool": "0x11fCfe756c05AD438e312a7fd934381537D3cFfe",
|
|
6278
|
+
"underlying": "0xd29687c813D741E2F938F4aC377128810E217b1b"
|
|
6279
|
+
}
|
|
6280
|
+
},
|
|
6223
6281
|
{
|
|
6224
6282
|
"chainId": 324,
|
|
6225
6283
|
"address": "0x1d17CBcF0D6D143135aE902365D2E5e2A16538D4",
|
|
@@ -6852,6 +6910,20 @@
|
|
|
6852
6910
|
"underlying": "0x40D16FC0246aD3160Ccc09B8D0D3A2cD28aE6C2f"
|
|
6853
6911
|
}
|
|
6854
6912
|
},
|
|
6913
|
+
{
|
|
6914
|
+
"chainId": 1,
|
|
6915
|
+
"address": "0xC71Ea051a5F82c67ADcF634c36FFE6334793D24C",
|
|
6916
|
+
"name": "Wrapped Aave Ethereum Lido GHO",
|
|
6917
|
+
"decimals": 18,
|
|
6918
|
+
"symbol": "waEthLidoGHO",
|
|
6919
|
+
"tags": ["aaveV3", "stataToken"],
|
|
6920
|
+
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/statagho.svg",
|
|
6921
|
+
"extensions": {
|
|
6922
|
+
"pool": "0x4e033931ad43597d96D6bcc25c280717730B58B1",
|
|
6923
|
+
"underlying": "0x40D16FC0246aD3160Ccc09B8D0D3A2cD28aE6C2f",
|
|
6924
|
+
"underlyingAToken": "0x18eFE565A5373f430e2F809b97De30335B3ad96A"
|
|
6925
|
+
}
|
|
6926
|
+
},
|
|
6855
6927
|
{
|
|
6856
6928
|
"chainId": 1,
|
|
6857
6929
|
"address": "0x56D919E7B25aA42F3F8a4BC77b8982048F2E84B4",
|
|
@@ -6918,6 +6990,6 @@
|
|
|
6918
6990
|
}
|
|
6919
6991
|
}
|
|
6920
6992
|
],
|
|
6921
|
-
"version": { "major": 3, "minor": 0, "patch":
|
|
6922
|
-
"timestamp": "2024-12-
|
|
6993
|
+
"version": { "major": 3, "minor": 0, "patch": 69 },
|
|
6994
|
+
"timestamp": "2024-12-30T12:43:43.000Z"
|
|
6923
6995
|
}
|