@bgd-labs/aave-address-book 4.32.1-8155647f725aafe527c2548c1e2cead36d68b772.0 → 4.32.1-b2d55a5562123fed2f7a20d43af6bd51075b8723.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 +5 -5
- package/dist/AaveAddressBook.d.ts +5 -5
- package/dist/{AaveV2Avalanche-CBZd96nI.d.mts → AaveV2Avalanche-C7ZL6ins.d.mts} +6 -6
- package/dist/{AaveV2Avalanche-CBZd96nI.d.ts → AaveV2Avalanche-C7ZL6ins.d.ts} +6 -6
- package/dist/AaveV2Avalanche.d.mts +1 -1
- package/dist/AaveV2Avalanche.d.ts +1 -1
- package/dist/AaveV2Avalanche.js +6 -6
- package/dist/AaveV2Avalanche.js.map +1 -1
- package/dist/AaveV2Avalanche.mjs +6 -6
- package/dist/AaveV2Avalanche.mjs.map +1 -1
- package/dist/{AaveV2Ethereum-CjB_kTWr.d.mts → AaveV2Ethereum-4aK5tpw-.d.mts} +5 -5
- package/dist/{AaveV2Ethereum-CjB_kTWr.d.ts → AaveV2Ethereum-4aK5tpw-.d.ts} +5 -5
- package/dist/AaveV2Ethereum.d.mts +1 -1
- package/dist/AaveV2Ethereum.d.ts +1 -1
- package/dist/AaveV2Ethereum.js +5 -5
- package/dist/AaveV2Ethereum.js.map +1 -1
- package/dist/AaveV2Ethereum.mjs +5 -5
- package/dist/AaveV2Ethereum.mjs.map +1 -1
- package/dist/{AaveV2Polygon-DpvlpAiW.d.mts → AaveV2Polygon-BHha4FpY.d.mts} +6 -6
- package/dist/{AaveV2Polygon-DpvlpAiW.d.ts → AaveV2Polygon-BHha4FpY.d.ts} +6 -6
- package/dist/AaveV2Polygon.d.mts +1 -1
- package/dist/AaveV2Polygon.d.ts +1 -1
- package/dist/AaveV2Polygon.js +6 -6
- package/dist/AaveV2Polygon.js.map +1 -1
- package/dist/AaveV2Polygon.mjs +6 -6
- package/dist/AaveV2Polygon.mjs.map +1 -1
- package/dist/{AaveV3Ethereum-CXtiZXIo.d.mts → AaveV3Ethereum-OgCTC7dG.d.mts} +4 -4
- package/dist/{AaveV3Ethereum-CXtiZXIo.d.ts → AaveV3Ethereum-OgCTC7dG.d.ts} +4 -4
- package/dist/AaveV3Ethereum.d.mts +1 -1
- package/dist/AaveV3Ethereum.d.ts +1 -1
- package/dist/AaveV3Ethereum.js +4 -4
- package/dist/AaveV3Ethereum.js.map +1 -1
- package/dist/AaveV3Ethereum.mjs +4 -4
- package/dist/AaveV3Ethereum.mjs.map +1 -1
- package/dist/{AaveV3InkWhitelabel-DRun8vIF.d.mts → AaveV3InkWhitelabel-DvhBg6Nh.d.mts} +53 -7
- package/dist/{AaveV3InkWhitelabel-DRun8vIF.d.ts → AaveV3InkWhitelabel-DvhBg6Nh.d.ts} +53 -7
- package/dist/AaveV3InkWhitelabel.d.mts +1 -1
- package/dist/AaveV3InkWhitelabel.d.ts +1 -1
- package/dist/AaveV3InkWhitelabel.js +53 -7
- package/dist/AaveV3InkWhitelabel.js.map +1 -1
- package/dist/AaveV3InkWhitelabel.mjs +51 -5
- package/dist/AaveV3InkWhitelabel.mjs.map +1 -1
- package/dist/tokenlist.d.mts +133 -2
- package/dist/tokenlist.d.ts +133 -2
- package/dist/tokenlist.js +108 -2
- package/dist/tokenlist.js.map +1 -1
- package/dist/tokenlist.mjs +108 -2
- package/dist/tokenlist.mjs.map +1 -1
- package/package.json +1 -1
- package/src/AaveV2Avalanche.sol +12 -12
- package/src/AaveV2Ethereum.sol +10 -10
- package/src/AaveV2Polygon.sol +12 -12
- package/src/AaveV3InkWhitelabel.sol +92 -3
- package/tokenlist.json +108 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bgd-labs/aave-address-book",
|
|
3
|
-
"version": "4.32.1-
|
|
3
|
+
"version": "4.32.1-b2d55a5562123fed2f7a20d43af6bd51075b8723.0",
|
|
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": [
|
package/src/AaveV2Avalanche.sol
CHANGED
|
@@ -113,9 +113,9 @@ library AaveV2AvalancheAssets {
|
|
|
113
113
|
// https://snowscan.xyz/address/0x976B3D034E162d8bD72D6b9C989d545b839003b0
|
|
114
114
|
address internal constant WETHe_ORACLE = 0x976B3D034E162d8bD72D6b9C989d545b839003b0;
|
|
115
115
|
|
|
116
|
-
// https://snowscan.xyz/address/
|
|
116
|
+
// https://snowscan.xyz/address/0x9A2362afe62D7cE7a69f2cE61aED6aB0aF109294
|
|
117
117
|
address internal constant WETHe_INTEREST_RATE_STRATEGY =
|
|
118
|
-
|
|
118
|
+
0x9A2362afe62D7cE7a69f2cE61aED6aB0aF109294;
|
|
119
119
|
|
|
120
120
|
// https://snowscan.xyz/address/0xd586E7F844cEa2F87f50152665BCbc2C279D8d70
|
|
121
121
|
address internal constant DAIe_UNDERLYING = 0xd586E7F844cEa2F87f50152665BCbc2C279D8d70;
|
|
@@ -131,9 +131,9 @@ library AaveV2AvalancheAssets {
|
|
|
131
131
|
// https://snowscan.xyz/address/0x0b47c51CCD4FaDe1D93C750bFCAB0a5ce8734ED0
|
|
132
132
|
address internal constant DAIe_ORACLE = 0x0b47c51CCD4FaDe1D93C750bFCAB0a5ce8734ED0;
|
|
133
133
|
|
|
134
|
-
// https://snowscan.xyz/address/
|
|
134
|
+
// https://snowscan.xyz/address/0x7abB575574e221eF52A571974EdeBA870Fc0bBd8
|
|
135
135
|
address internal constant DAIe_INTEREST_RATE_STRATEGY =
|
|
136
|
-
|
|
136
|
+
0x7abB575574e221eF52A571974EdeBA870Fc0bBd8;
|
|
137
137
|
|
|
138
138
|
// https://snowscan.xyz/address/0xc7198437980c041c805A1EDcbA50c1Ce5db95118
|
|
139
139
|
address internal constant USDTe_UNDERLYING = 0xc7198437980c041c805A1EDcbA50c1Ce5db95118;
|
|
@@ -149,9 +149,9 @@ library AaveV2AvalancheAssets {
|
|
|
149
149
|
// https://snowscan.xyz/address/0x5b7810a910B4a878AaA4800a824E5E5796838009
|
|
150
150
|
address internal constant USDTe_ORACLE = 0x5b7810a910B4a878AaA4800a824E5E5796838009;
|
|
151
151
|
|
|
152
|
-
// https://snowscan.xyz/address/
|
|
152
|
+
// https://snowscan.xyz/address/0x04932041605c7ab646E0ff209d94241cd4651598
|
|
153
153
|
address internal constant USDTe_INTEREST_RATE_STRATEGY =
|
|
154
|
-
|
|
154
|
+
0x04932041605c7ab646E0ff209d94241cd4651598;
|
|
155
155
|
|
|
156
156
|
// https://snowscan.xyz/address/0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664
|
|
157
157
|
address internal constant USDCe_UNDERLYING = 0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664;
|
|
@@ -167,9 +167,9 @@ library AaveV2AvalancheAssets {
|
|
|
167
167
|
// https://snowscan.xyz/address/0xb0D7A8bbDcdb1203850b742bB4d7f57a1F1C8483
|
|
168
168
|
address internal constant USDCe_ORACLE = 0xb0D7A8bbDcdb1203850b742bB4d7f57a1F1C8483;
|
|
169
169
|
|
|
170
|
-
// https://snowscan.xyz/address/
|
|
170
|
+
// https://snowscan.xyz/address/0x09F9063Fa492d562f414514c596c7f3c01c14714
|
|
171
171
|
address internal constant USDCe_INTEREST_RATE_STRATEGY =
|
|
172
|
-
|
|
172
|
+
0x09F9063Fa492d562f414514c596c7f3c01c14714;
|
|
173
173
|
|
|
174
174
|
// https://snowscan.xyz/address/0x63a72806098Bd3D9520cC43356dD78afe5D386D9
|
|
175
175
|
address internal constant AAVEe_UNDERLYING = 0x63a72806098Bd3D9520cC43356dD78afe5D386D9;
|
|
@@ -203,9 +203,9 @@ library AaveV2AvalancheAssets {
|
|
|
203
203
|
// https://snowscan.xyz/address/0x2779D32d5166BAaa2B2b658333bA7e6Ec0C65743
|
|
204
204
|
address internal constant WBTCe_ORACLE = 0x2779D32d5166BAaa2B2b658333bA7e6Ec0C65743;
|
|
205
205
|
|
|
206
|
-
// https://snowscan.xyz/address/
|
|
206
|
+
// https://snowscan.xyz/address/0xD9Dee878Eb31303FD58D412cE79439400b340A22
|
|
207
207
|
address internal constant WBTCe_INTEREST_RATE_STRATEGY =
|
|
208
|
-
|
|
208
|
+
0xD9Dee878Eb31303FD58D412cE79439400b340A22;
|
|
209
209
|
|
|
210
210
|
// https://snowscan.xyz/address/0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7
|
|
211
211
|
address internal constant WAVAX_UNDERLYING = 0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7;
|
|
@@ -221,7 +221,7 @@ library AaveV2AvalancheAssets {
|
|
|
221
221
|
// https://snowscan.xyz/address/0x0A77230d17318075983913bC2145DB16C7366156
|
|
222
222
|
address internal constant WAVAX_ORACLE = 0x0A77230d17318075983913bC2145DB16C7366156;
|
|
223
223
|
|
|
224
|
-
// https://snowscan.xyz/address/
|
|
224
|
+
// https://snowscan.xyz/address/0x9A2362afe62D7cE7a69f2cE61aED6aB0aF109294
|
|
225
225
|
address internal constant WAVAX_INTEREST_RATE_STRATEGY =
|
|
226
|
-
|
|
226
|
+
0x9A2362afe62D7cE7a69f2cE61aED6aB0aF109294;
|
|
227
227
|
}
|
package/src/AaveV2Ethereum.sol
CHANGED
|
@@ -106,9 +106,9 @@ library AaveV2EthereumAssets {
|
|
|
106
106
|
// https://etherscan.io/address/0xCB45B5c861a6468145b1720A620C38f55f736B74
|
|
107
107
|
address internal constant USDT_ORACLE = 0xCB45B5c861a6468145b1720A620C38f55f736B74;
|
|
108
108
|
|
|
109
|
-
// https://etherscan.io/address/
|
|
109
|
+
// https://etherscan.io/address/0x8A50d613d683c1c381aA027c4d922aE55Fd8A3B3
|
|
110
110
|
address internal constant USDT_INTEREST_RATE_STRATEGY =
|
|
111
|
-
|
|
111
|
+
0x8A50d613d683c1c381aA027c4d922aE55Fd8A3B3;
|
|
112
112
|
|
|
113
113
|
// https://etherscan.io/address/0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599
|
|
114
114
|
address internal constant WBTC_UNDERLYING = 0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599;
|
|
@@ -124,9 +124,9 @@ library AaveV2EthereumAssets {
|
|
|
124
124
|
// https://etherscan.io/address/0xFD858c8bC5ac5e10f01018bC78471bb0DC392247
|
|
125
125
|
address internal constant WBTC_ORACLE = 0xFD858c8bC5ac5e10f01018bC78471bb0DC392247;
|
|
126
126
|
|
|
127
|
-
// https://etherscan.io/address/
|
|
127
|
+
// https://etherscan.io/address/0xdbcea77E2C4A0e6158a7555C249f28A8Da449178
|
|
128
128
|
address internal constant WBTC_INTEREST_RATE_STRATEGY =
|
|
129
|
-
|
|
129
|
+
0xdbcea77E2C4A0e6158a7555C249f28A8Da449178;
|
|
130
130
|
|
|
131
131
|
// https://etherscan.io/address/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2
|
|
132
132
|
address internal constant WETH_UNDERLYING = 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2;
|
|
@@ -139,9 +139,9 @@ library AaveV2EthereumAssets {
|
|
|
139
139
|
// https://etherscan.io/address/0xF63B34710400CAd3e044cFfDcAb00a0f32E33eCf
|
|
140
140
|
address internal constant WETH_V_TOKEN = 0xF63B34710400CAd3e044cFfDcAb00a0f32E33eCf;
|
|
141
141
|
|
|
142
|
-
// https://etherscan.io/address/
|
|
142
|
+
// https://etherscan.io/address/0x2D8A2d50D3158085180D32A9C0655b13bce81f22
|
|
143
143
|
address internal constant WETH_INTEREST_RATE_STRATEGY =
|
|
144
|
-
|
|
144
|
+
0x2D8A2d50D3158085180D32A9C0655b13bce81f22;
|
|
145
145
|
|
|
146
146
|
// https://etherscan.io/address/0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e
|
|
147
147
|
address internal constant YFI_UNDERLYING = 0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e;
|
|
@@ -261,8 +261,8 @@ library AaveV2EthereumAssets {
|
|
|
261
261
|
// https://etherscan.io/address/0x53a7856Cb3092E9c7C2c50e05E5b24462B7B9698
|
|
262
262
|
address internal constant DAI_ORACLE = 0x53a7856Cb3092E9c7C2c50e05E5b24462B7B9698;
|
|
263
263
|
|
|
264
|
-
// https://etherscan.io/address/
|
|
265
|
-
address internal constant DAI_INTEREST_RATE_STRATEGY =
|
|
264
|
+
// https://etherscan.io/address/0x54bE9DB9E111EBCe28c702825154f8c49e1eE93E
|
|
265
|
+
address internal constant DAI_INTEREST_RATE_STRATEGY = 0x54bE9DB9E111EBCe28c702825154f8c49e1eE93E;
|
|
266
266
|
|
|
267
267
|
// https://etherscan.io/address/0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c
|
|
268
268
|
address internal constant ENJ_UNDERLYING = 0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c;
|
|
@@ -435,9 +435,9 @@ library AaveV2EthereumAssets {
|
|
|
435
435
|
// https://etherscan.io/address/0x0B9a09cc52afc0d38ACcbd649aca1Da299d34454
|
|
436
436
|
address internal constant USDC_ORACLE = 0x0B9a09cc52afc0d38ACcbd649aca1Da299d34454;
|
|
437
437
|
|
|
438
|
-
// https://etherscan.io/address/
|
|
438
|
+
// https://etherscan.io/address/0x013cDe9e76Fd7Cab355b9f884ad8EE4Ccb781278
|
|
439
439
|
address internal constant USDC_INTEREST_RATE_STRATEGY =
|
|
440
|
-
|
|
440
|
+
0x013cDe9e76Fd7Cab355b9f884ad8EE4Ccb781278;
|
|
441
441
|
|
|
442
442
|
// https://etherscan.io/address/0xD533a949740bb3306d119CC777fa900bA034cd52
|
|
443
443
|
address internal constant CRV_UNDERLYING = 0xD533a949740bb3306d119CC777fa900bA034cd52;
|
package/src/AaveV2Polygon.sol
CHANGED
|
@@ -106,8 +106,8 @@ library AaveV2PolygonAssets {
|
|
|
106
106
|
// https://polygonscan.com/address/0xC368bAB13A2b46D02c20c28AeBaB79bbE7E067AA
|
|
107
107
|
address internal constant DAI_ORACLE = 0xC368bAB13A2b46D02c20c28AeBaB79bbE7E067AA;
|
|
108
108
|
|
|
109
|
-
// https://polygonscan.com/address/
|
|
110
|
-
address internal constant DAI_INTEREST_RATE_STRATEGY =
|
|
109
|
+
// https://polygonscan.com/address/0x8844bC72D4E62ee510b0e3F8aa0074a6EE2b47e5
|
|
110
|
+
address internal constant DAI_INTEREST_RATE_STRATEGY = 0x8844bC72D4E62ee510b0e3F8aa0074a6EE2b47e5;
|
|
111
111
|
|
|
112
112
|
// https://polygonscan.com/address/0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174
|
|
113
113
|
address internal constant USDC_UNDERLYING = 0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174;
|
|
@@ -123,9 +123,9 @@ library AaveV2PolygonAssets {
|
|
|
123
123
|
// https://polygonscan.com/address/0xeAa310d63670b8C36699cE53E3e926b23355F3df
|
|
124
124
|
address internal constant USDC_ORACLE = 0xeAa310d63670b8C36699cE53E3e926b23355F3df;
|
|
125
125
|
|
|
126
|
-
// https://polygonscan.com/address/
|
|
126
|
+
// https://polygonscan.com/address/0xa5AEE67a828858f2F3C2f28FEAAfe88067851596
|
|
127
127
|
address internal constant USDC_INTEREST_RATE_STRATEGY =
|
|
128
|
-
|
|
128
|
+
0xa5AEE67a828858f2F3C2f28FEAAfe88067851596;
|
|
129
129
|
|
|
130
130
|
// https://polygonscan.com/address/0xc2132D05D31c914a87C6611C10748AEb04B58e8F
|
|
131
131
|
address internal constant USDT0_UNDERLYING = 0xc2132D05D31c914a87C6611C10748AEb04B58e8F;
|
|
@@ -141,9 +141,9 @@ library AaveV2PolygonAssets {
|
|
|
141
141
|
// https://polygonscan.com/address/0xf44Fee6877F2f1a0b84c8bC49ff4Ec35DF089Ea0
|
|
142
142
|
address internal constant USDT0_ORACLE = 0xf44Fee6877F2f1a0b84c8bC49ff4Ec35DF089Ea0;
|
|
143
143
|
|
|
144
|
-
// https://polygonscan.com/address/
|
|
144
|
+
// https://polygonscan.com/address/0xFC508BA50B4B12959A683dfcDf771518c03476b1
|
|
145
145
|
address internal constant USDT0_INTEREST_RATE_STRATEGY =
|
|
146
|
-
|
|
146
|
+
0xFC508BA50B4B12959A683dfcDf771518c03476b1;
|
|
147
147
|
|
|
148
148
|
// https://polygonscan.com/address/0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6
|
|
149
149
|
address internal constant WBTC_UNDERLYING = 0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6;
|
|
@@ -159,9 +159,9 @@ library AaveV2PolygonAssets {
|
|
|
159
159
|
// https://polygonscan.com/address/0xA338e0492B2F944E9F8C0653D3AD1484f2657a37
|
|
160
160
|
address internal constant WBTC_ORACLE = 0xA338e0492B2F944E9F8C0653D3AD1484f2657a37;
|
|
161
161
|
|
|
162
|
-
// https://polygonscan.com/address/
|
|
162
|
+
// https://polygonscan.com/address/0x333ce9806e7c152a95a307CB27551Af5ae9D4163
|
|
163
163
|
address internal constant WBTC_INTEREST_RATE_STRATEGY =
|
|
164
|
-
|
|
164
|
+
0x333ce9806e7c152a95a307CB27551Af5ae9D4163;
|
|
165
165
|
|
|
166
166
|
// https://polygonscan.com/address/0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619
|
|
167
167
|
address internal constant WETH_UNDERLYING = 0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619;
|
|
@@ -174,9 +174,9 @@ library AaveV2PolygonAssets {
|
|
|
174
174
|
// https://polygonscan.com/address/0xeDe17e9d79fc6f9fF9250D9EEfbdB88Cc18038b5
|
|
175
175
|
address internal constant WETH_V_TOKEN = 0xeDe17e9d79fc6f9fF9250D9EEfbdB88Cc18038b5;
|
|
176
176
|
|
|
177
|
-
// https://polygonscan.com/address/
|
|
177
|
+
// https://polygonscan.com/address/0x636f0761f7309e1b8c07147b8641E22b494e719b
|
|
178
178
|
address internal constant WETH_INTEREST_RATE_STRATEGY =
|
|
179
|
-
|
|
179
|
+
0x636f0761f7309e1b8c07147b8641E22b494e719b;
|
|
180
180
|
|
|
181
181
|
// https://polygonscan.com/address/0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270
|
|
182
182
|
address internal constant WPOL_UNDERLYING = 0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270;
|
|
@@ -192,9 +192,9 @@ library AaveV2PolygonAssets {
|
|
|
192
192
|
// https://polygonscan.com/address/0x327e23A4855b6F663a28c5161541d69Af8973302
|
|
193
193
|
address internal constant WPOL_ORACLE = 0x327e23A4855b6F663a28c5161541d69Af8973302;
|
|
194
194
|
|
|
195
|
-
// https://polygonscan.com/address/
|
|
195
|
+
// https://polygonscan.com/address/0x62327F44F77Fa40bf054e222eC484dC621Ee4D39
|
|
196
196
|
address internal constant WPOL_INTEREST_RATE_STRATEGY =
|
|
197
|
-
|
|
197
|
+
0x62327F44F77Fa40bf054e222eC484dC621Ee4D39;
|
|
198
198
|
|
|
199
199
|
// https://polygonscan.com/address/0xD6DF932A45C0f255f85145f286eA0b292B21C90B
|
|
200
200
|
address internal constant AAVE_UNDERLYING = 0xD6DF932A45C0f255f85145f286eA0b292B21C90B;
|
|
@@ -46,10 +46,10 @@ library AaveV3InkWhitelabel {
|
|
|
46
46
|
ICollector internal constant COLLECTOR = ICollector(0x9138E2cAdFEB23AFFdc0419F2912CaB8F135dba9);
|
|
47
47
|
|
|
48
48
|
// https://explorer.inkonchain.com/address/0xd8247C7926841337E8adf9fD9E87026992C45062
|
|
49
|
-
address internal constant
|
|
49
|
+
address internal constant DEFAULT_A_TOKEN_IMPL = 0xd8247C7926841337E8adf9fD9E87026992C45062;
|
|
50
50
|
|
|
51
51
|
// https://explorer.inkonchain.com/address/0x294daB91f3539f5a74Ed995a59235eE62A14A345
|
|
52
|
-
address internal constant
|
|
52
|
+
address internal constant DEFAULT_VARIABLE_DEBT_TOKEN_IMPL =
|
|
53
53
|
0x294daB91f3539f5a74Ed995a59235eE62A14A345;
|
|
54
54
|
|
|
55
55
|
// https://explorer.inkonchain.com/address/0x988B5d3863bdEE83339Be41cD31344Dfd9FD197c
|
|
@@ -80,7 +80,96 @@ library AaveV3InkWhitelabel {
|
|
|
80
80
|
// https://explorer.inkonchain.com/address/0x5362dBb1e601abF3a4c14c22ffEdA64042E5eAA3
|
|
81
81
|
address internal constant STATA_FACTORY = 0x5362dBb1e601abF3a4c14c22ffEdA64042E5eAA3;
|
|
82
82
|
}
|
|
83
|
-
library AaveV3InkWhitelabelAssets {
|
|
83
|
+
library AaveV3InkWhitelabelAssets {
|
|
84
|
+
// https://explorer.inkonchain.com/address/0x4200000000000000000000000000000000000006
|
|
85
|
+
address internal constant WETH_UNDERLYING = 0x4200000000000000000000000000000000000006;
|
|
86
|
+
|
|
87
|
+
uint8 internal constant WETH_DECIMALS = 18;
|
|
88
|
+
|
|
89
|
+
// https://explorer.inkonchain.com/address/0x2B35eF056728BaFFaC103e3b81cB029788006EF9
|
|
90
|
+
address internal constant WETH_A_TOKEN = 0x2B35eF056728BaFFaC103e3b81cB029788006EF9;
|
|
91
|
+
|
|
92
|
+
// https://explorer.inkonchain.com/address/0xc1457AcfBaD2332b07B7651A4Da3176E8F3Bc9E4
|
|
93
|
+
address internal constant WETH_V_TOKEN = 0xc1457AcfBaD2332b07B7651A4Da3176E8F3Bc9E4;
|
|
94
|
+
|
|
95
|
+
// https://explorer.inkonchain.com/address/0x163131609562E578754aF12E998635BfCa56712C
|
|
96
|
+
address internal constant WETH_ORACLE = 0x163131609562E578754aF12E998635BfCa56712C;
|
|
97
|
+
|
|
98
|
+
// https://explorer.inkonchain.com/address/0xCFDAdA7DCd2e785cF706BaDBC2B8Af5084d595e9
|
|
99
|
+
address internal constant WETH_INTEREST_RATE_STRATEGY =
|
|
100
|
+
0xCFDAdA7DCd2e785cF706BaDBC2B8Af5084d595e9;
|
|
101
|
+
|
|
102
|
+
// https://explorer.inkonchain.com/address/0x73E0C0d45E048D25Fc26Fa3159b0aA04BfA4Db98
|
|
103
|
+
address internal constant kBTC_UNDERLYING = 0x73E0C0d45E048D25Fc26Fa3159b0aA04BfA4Db98;
|
|
104
|
+
|
|
105
|
+
uint8 internal constant kBTC_DECIMALS = 8;
|
|
106
|
+
|
|
107
|
+
// https://explorer.inkonchain.com/address/0xC712C3a5624de08EA593FB23270804B47942564e
|
|
108
|
+
address internal constant kBTC_A_TOKEN = 0xC712C3a5624de08EA593FB23270804B47942564e;
|
|
109
|
+
|
|
110
|
+
// https://explorer.inkonchain.com/address/0x47D9b89775958F0b5c7734C5570565Ce575e7e94
|
|
111
|
+
address internal constant kBTC_V_TOKEN = 0x47D9b89775958F0b5c7734C5570565Ce575e7e94;
|
|
112
|
+
|
|
113
|
+
// https://explorer.inkonchain.com/address/0xAe48F22903d43f13f66Cc650F57Bd4654ac222cb
|
|
114
|
+
address internal constant kBTC_ORACLE = 0xAe48F22903d43f13f66Cc650F57Bd4654ac222cb;
|
|
115
|
+
|
|
116
|
+
// https://explorer.inkonchain.com/address/0xCFDAdA7DCd2e785cF706BaDBC2B8Af5084d595e9
|
|
117
|
+
address internal constant kBTC_INTEREST_RATE_STRATEGY =
|
|
118
|
+
0xCFDAdA7DCd2e785cF706BaDBC2B8Af5084d595e9;
|
|
119
|
+
|
|
120
|
+
// https://explorer.inkonchain.com/address/0x0200C29006150606B650577BBE7B6248F58470c1
|
|
121
|
+
address internal constant USDT_UNDERLYING = 0x0200C29006150606B650577BBE7B6248F58470c1;
|
|
122
|
+
|
|
123
|
+
uint8 internal constant USDT_DECIMALS = 6;
|
|
124
|
+
|
|
125
|
+
// https://explorer.inkonchain.com/address/0x99cBF1Ff4527675Ed3301671105C9F7748fb8a04
|
|
126
|
+
address internal constant USDT_A_TOKEN = 0x99cBF1Ff4527675Ed3301671105C9F7748fb8a04;
|
|
127
|
+
|
|
128
|
+
// https://explorer.inkonchain.com/address/0xA5d61eF3D06234371507e54FB709F401E590719a
|
|
129
|
+
address internal constant USDT_V_TOKEN = 0xA5d61eF3D06234371507e54FB709F401E590719a;
|
|
130
|
+
|
|
131
|
+
// https://explorer.inkonchain.com/address/0x24FdD142b34C6B5D55299709DB0966681933c9aF
|
|
132
|
+
address internal constant USDT_ORACLE = 0x24FdD142b34C6B5D55299709DB0966681933c9aF;
|
|
133
|
+
|
|
134
|
+
// https://explorer.inkonchain.com/address/0xCFDAdA7DCd2e785cF706BaDBC2B8Af5084d595e9
|
|
135
|
+
address internal constant USDT_INTEREST_RATE_STRATEGY =
|
|
136
|
+
0xCFDAdA7DCd2e785cF706BaDBC2B8Af5084d595e9;
|
|
137
|
+
|
|
138
|
+
// https://explorer.inkonchain.com/address/0xe343167631d89B6Ffc58B88d6b7fB0228795491D
|
|
139
|
+
address internal constant USDG_UNDERLYING = 0xe343167631d89B6Ffc58B88d6b7fB0228795491D;
|
|
140
|
+
|
|
141
|
+
uint8 internal constant USDG_DECIMALS = 6;
|
|
142
|
+
|
|
143
|
+
// https://explorer.inkonchain.com/address/0x4cd13ce4edbB5523fd4849252b5f1bF215129D10
|
|
144
|
+
address internal constant USDG_A_TOKEN = 0x4cd13ce4edbB5523fd4849252b5f1bF215129D10;
|
|
145
|
+
|
|
146
|
+
// https://explorer.inkonchain.com/address/0x08443163427BaE789774f45198315f6EAefe566C
|
|
147
|
+
address internal constant USDG_V_TOKEN = 0x08443163427BaE789774f45198315f6EAefe566C;
|
|
148
|
+
|
|
149
|
+
// https://explorer.inkonchain.com/address/0x38758C93672A9F3F4297016BE4Ac1aCA70DcE82A
|
|
150
|
+
address internal constant USDG_ORACLE = 0x38758C93672A9F3F4297016BE4Ac1aCA70DcE82A;
|
|
151
|
+
|
|
152
|
+
// https://explorer.inkonchain.com/address/0xCFDAdA7DCd2e785cF706BaDBC2B8Af5084d595e9
|
|
153
|
+
address internal constant USDG_INTEREST_RATE_STRATEGY =
|
|
154
|
+
0xCFDAdA7DCd2e785cF706BaDBC2B8Af5084d595e9;
|
|
155
|
+
|
|
156
|
+
// https://explorer.inkonchain.com/address/0xfc421aD3C883Bf9E7C4f42dE845C4e4405799e73
|
|
157
|
+
address internal constant GHO_UNDERLYING = 0xfc421aD3C883Bf9E7C4f42dE845C4e4405799e73;
|
|
158
|
+
|
|
159
|
+
uint8 internal constant GHO_DECIMALS = 18;
|
|
160
|
+
|
|
161
|
+
// https://explorer.inkonchain.com/address/0xC629140A8aA21F8f319A21F41b2DC1b0431693C1
|
|
162
|
+
address internal constant GHO_A_TOKEN = 0xC629140A8aA21F8f319A21F41b2DC1b0431693C1;
|
|
163
|
+
|
|
164
|
+
// https://explorer.inkonchain.com/address/0x45b30e3F687EEC15702dff29069f24173cB69Af4
|
|
165
|
+
address internal constant GHO_V_TOKEN = 0x45b30e3F687EEC15702dff29069f24173cB69Af4;
|
|
166
|
+
|
|
167
|
+
// https://explorer.inkonchain.com/address/0x20fd5f3FCac8883a3A0A2bBcD658A2d2c6EFa6B6
|
|
168
|
+
address internal constant GHO_ORACLE = 0x20fd5f3FCac8883a3A0A2bBcD658A2d2c6EFa6B6;
|
|
169
|
+
|
|
170
|
+
// https://explorer.inkonchain.com/address/0xCFDAdA7DCd2e785cF706BaDBC2B8Af5084d595e9
|
|
171
|
+
address internal constant GHO_INTEREST_RATE_STRATEGY = 0xCFDAdA7DCd2e785cF706BaDBC2B8Af5084d595e9;
|
|
172
|
+
}
|
|
84
173
|
library AaveV3InkWhitelabelEModes {
|
|
85
174
|
uint8 internal constant NONE = 0;
|
|
86
175
|
}
|
package/tokenlist.json
CHANGED
|
@@ -8617,6 +8617,112 @@
|
|
|
8617
8617
|
"underlying": "0x3A337a6adA9d885b6Ad95ec48F9b75f197b5AE35"
|
|
8618
8618
|
}
|
|
8619
8619
|
},
|
|
8620
|
+
{
|
|
8621
|
+
"chainId": 57073,
|
|
8622
|
+
"address": "0x4200000000000000000000000000000000000006",
|
|
8623
|
+
"name": "Wrapped Ether",
|
|
8624
|
+
"decimals": 18,
|
|
8625
|
+
"symbol": "WETH",
|
|
8626
|
+
"tags": ["underlying"],
|
|
8627
|
+
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/weth.svg"
|
|
8628
|
+
},
|
|
8629
|
+
{
|
|
8630
|
+
"chainId": 57073,
|
|
8631
|
+
"address": "0x2B35eF056728BaFFaC103e3b81cB029788006EF9",
|
|
8632
|
+
"name": "Aave InkWhitelabel WETH",
|
|
8633
|
+
"decimals": 18,
|
|
8634
|
+
"symbol": "aInkWlWETH",
|
|
8635
|
+
"tags": ["aTokenV3", "aaveV3"],
|
|
8636
|
+
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/aweth.svg",
|
|
8637
|
+
"extensions": {
|
|
8638
|
+
"pool": "0x2816cf15F6d2A220E789aA011D5EE4eB6c47FEbA",
|
|
8639
|
+
"underlying": "0x4200000000000000000000000000000000000006"
|
|
8640
|
+
}
|
|
8641
|
+
},
|
|
8642
|
+
{
|
|
8643
|
+
"chainId": 57073,
|
|
8644
|
+
"address": "0x73E0C0d45E048D25Fc26Fa3159b0aA04BfA4Db98",
|
|
8645
|
+
"name": "Kraken Wrapped Bitcoin",
|
|
8646
|
+
"decimals": 8,
|
|
8647
|
+
"symbol": "kBTC",
|
|
8648
|
+
"tags": ["underlying"]
|
|
8649
|
+
},
|
|
8650
|
+
{
|
|
8651
|
+
"chainId": 57073,
|
|
8652
|
+
"address": "0xC712C3a5624de08EA593FB23270804B47942564e",
|
|
8653
|
+
"name": "Aave InkWhitelabel KBTC",
|
|
8654
|
+
"decimals": 8,
|
|
8655
|
+
"symbol": "aInkWlKBTC",
|
|
8656
|
+
"tags": ["aTokenV3", "aaveV3"],
|
|
8657
|
+
"extensions": {
|
|
8658
|
+
"pool": "0x2816cf15F6d2A220E789aA011D5EE4eB6c47FEbA",
|
|
8659
|
+
"underlying": "0x73E0C0d45E048D25Fc26Fa3159b0aA04BfA4Db98"
|
|
8660
|
+
}
|
|
8661
|
+
},
|
|
8662
|
+
{
|
|
8663
|
+
"chainId": 57073,
|
|
8664
|
+
"address": "0x0200C29006150606B650577BBE7B6248F58470c1",
|
|
8665
|
+
"name": "USD₮0",
|
|
8666
|
+
"decimals": 6,
|
|
8667
|
+
"symbol": "USD₮0",
|
|
8668
|
+
"tags": ["underlying"],
|
|
8669
|
+
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/usdt0.svg"
|
|
8670
|
+
},
|
|
8671
|
+
{
|
|
8672
|
+
"chainId": 57073,
|
|
8673
|
+
"address": "0x99cBF1Ff4527675Ed3301671105C9F7748fb8a04",
|
|
8674
|
+
"name": "Aave InkWhitelabel USDT",
|
|
8675
|
+
"decimals": 6,
|
|
8676
|
+
"symbol": "aInkWlUSDT",
|
|
8677
|
+
"tags": ["aTokenV3", "aaveV3"],
|
|
8678
|
+
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/ausdt0.svg",
|
|
8679
|
+
"extensions": {
|
|
8680
|
+
"pool": "0x2816cf15F6d2A220E789aA011D5EE4eB6c47FEbA",
|
|
8681
|
+
"underlying": "0x0200C29006150606B650577BBE7B6248F58470c1"
|
|
8682
|
+
}
|
|
8683
|
+
},
|
|
8684
|
+
{
|
|
8685
|
+
"chainId": 57073,
|
|
8686
|
+
"address": "0xe343167631d89B6Ffc58B88d6b7fB0228795491D",
|
|
8687
|
+
"name": "Global Dollar",
|
|
8688
|
+
"decimals": 6,
|
|
8689
|
+
"symbol": "USDG",
|
|
8690
|
+
"tags": ["underlying"]
|
|
8691
|
+
},
|
|
8692
|
+
{
|
|
8693
|
+
"chainId": 57073,
|
|
8694
|
+
"address": "0x4cd13ce4edbB5523fd4849252b5f1bF215129D10",
|
|
8695
|
+
"name": "Aave InkWhitelabel USDG",
|
|
8696
|
+
"decimals": 6,
|
|
8697
|
+
"symbol": "aInkWlUSDG",
|
|
8698
|
+
"tags": ["aTokenV3", "aaveV3"],
|
|
8699
|
+
"extensions": {
|
|
8700
|
+
"pool": "0x2816cf15F6d2A220E789aA011D5EE4eB6c47FEbA",
|
|
8701
|
+
"underlying": "0xe343167631d89B6Ffc58B88d6b7fB0228795491D"
|
|
8702
|
+
}
|
|
8703
|
+
},
|
|
8704
|
+
{
|
|
8705
|
+
"chainId": 57073,
|
|
8706
|
+
"address": "0xfc421aD3C883Bf9E7C4f42dE845C4e4405799e73",
|
|
8707
|
+
"name": "Gho Token",
|
|
8708
|
+
"decimals": 18,
|
|
8709
|
+
"symbol": "GHO",
|
|
8710
|
+
"tags": ["underlying"],
|
|
8711
|
+
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/gho.svg"
|
|
8712
|
+
},
|
|
8713
|
+
{
|
|
8714
|
+
"chainId": 57073,
|
|
8715
|
+
"address": "0xC629140A8aA21F8f319A21F41b2DC1b0431693C1",
|
|
8716
|
+
"name": "Aave InkWhitelabel GHO",
|
|
8717
|
+
"decimals": 18,
|
|
8718
|
+
"symbol": "aInkWlGHO",
|
|
8719
|
+
"tags": ["aTokenV3", "aaveV3"],
|
|
8720
|
+
"logoURI": "https://raw.githubusercontent.com/bgd-labs/web3-icons/main/icons/full/agho.svg",
|
|
8721
|
+
"extensions": {
|
|
8722
|
+
"pool": "0x2816cf15F6d2A220E789aA011D5EE4eB6c47FEbA",
|
|
8723
|
+
"underlying": "0xfc421aD3C883Bf9E7C4f42dE845C4e4405799e73"
|
|
8724
|
+
}
|
|
8725
|
+
},
|
|
8620
8726
|
{
|
|
8621
8727
|
"chainId": 9745,
|
|
8622
8728
|
"address": "0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb",
|
|
@@ -8883,6 +8989,6 @@
|
|
|
8883
8989
|
}
|
|
8884
8990
|
}
|
|
8885
8991
|
],
|
|
8886
|
-
"version": { "major": 3, "minor": 0, "patch":
|
|
8887
|
-
"timestamp": "2025-
|
|
8992
|
+
"version": { "major": 3, "minor": 0, "patch": 137 },
|
|
8993
|
+
"timestamp": "2025-10-13T06:41:45.632Z"
|
|
8888
8994
|
}
|