@bgd-labs/aave-address-book 1.30.0 → 1.31.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.cjs +3 -0
- package/dist/AaveAddressBook.cjs.map +1 -1
- package/dist/AaveAddressBook.d.ts +5 -4
- package/dist/AaveAddressBook.global.js +1 -0
- package/dist/AaveAddressBook.global.js.map +1 -1
- package/dist/AaveAddressBook.js +2 -0
- package/dist/AaveAddressBook.js.map +1 -1
- package/dist/{AaveV2EthereumAssets-3fdcb680.d.ts → AaveV2EthereumAssets-9270eaf2.d.ts} +3 -3
- package/dist/AaveV2EthereumAssets.cjs +3 -3
- package/dist/AaveV2EthereumAssets.cjs.map +1 -1
- package/dist/AaveV2EthereumAssets.d.ts +1 -1
- package/dist/AaveV2EthereumAssets.global.js +3 -3
- package/dist/AaveV2EthereumAssets.global.js.map +1 -1
- package/dist/AaveV2EthereumAssets.js +3 -3
- package/dist/AaveV2EthereumAssets.js.map +1 -1
- package/dist/{AaveV3ArbitrumAssets-8bfd0f3c.d.ts → AaveV3ArbitrumAssets-e04376c2.d.ts} +19 -1
- package/dist/AaveV3ArbitrumAssets.cjs +18 -0
- package/dist/AaveV3ArbitrumAssets.cjs.map +1 -1
- package/dist/AaveV3ArbitrumAssets.d.ts +1 -1
- package/dist/AaveV3ArbitrumAssets.global.js +6 -0
- package/dist/AaveV3ArbitrumAssets.global.js.map +1 -1
- package/dist/AaveV3ArbitrumAssets.js +12 -0
- package/dist/AaveV3ArbitrumAssets.js.map +1 -1
- package/dist/AaveV3Basenet-670640a7.d.ts +67 -0
- package/dist/AaveV3Basenet.cjs +86 -0
- package/dist/AaveV3Basenet.cjs.map +1 -0
- package/dist/AaveV3Basenet.d.ts +1 -0
- package/dist/AaveV3Basenet.global.js +24 -0
- package/dist/AaveV3Basenet.global.js.map +1 -0
- package/dist/AaveV3Basenet.js +43 -0
- package/dist/AaveV3Basenet.js.map +1 -0
- package/dist/{AaveV3EthereumAssets-9676fdf4.d.ts → AaveV3EthereumAssets-7504ab95.d.ts} +19 -1
- package/dist/AaveV3EthereumAssets.cjs +18 -0
- package/dist/AaveV3EthereumAssets.cjs.map +1 -1
- package/dist/AaveV3EthereumAssets.d.ts +1 -1
- package/dist/AaveV3EthereumAssets.global.js +6 -0
- package/dist/AaveV3EthereumAssets.global.js.map +1 -1
- package/dist/AaveV3EthereumAssets.js +12 -0
- package/dist/AaveV3EthereumAssets.js.map +1 -1
- package/dist/{AaveV3OptimismAssets-ffd5a9c5.d.ts → AaveV3OptimismAssets-846725e0.d.ts} +19 -1
- package/dist/AaveV3OptimismAssets.cjs +18 -0
- package/dist/AaveV3OptimismAssets.cjs.map +1 -1
- package/dist/AaveV3OptimismAssets.d.ts +1 -1
- package/dist/AaveV3OptimismAssets.global.js +6 -0
- package/dist/AaveV3OptimismAssets.global.js.map +1 -1
- package/dist/AaveV3OptimismAssets.js +12 -0
- package/dist/AaveV3OptimismAssets.js.map +1 -1
- package/package.json +1 -1
package/dist/AaveAddressBook.cjs
CHANGED
|
@@ -51,6 +51,7 @@ __export(AaveAddressBook_exports, {
|
|
|
51
51
|
AaveV3ArbitrumGoerliAssets: () => AaveV3ArbitrumGoerliAssets,
|
|
52
52
|
AaveV3Avalanche: () => AaveV3Avalanche,
|
|
53
53
|
AaveV3AvalancheAssets: () => AaveV3AvalancheAssets,
|
|
54
|
+
AaveV3Basenet: () => AaveV3Basenet,
|
|
54
55
|
AaveV3Ethereum: () => AaveV3Ethereum,
|
|
55
56
|
AaveV3EthereumAssets: () => AaveV3EthereumAssets,
|
|
56
57
|
AaveV3Fantom: () => AaveV3Fantom,
|
|
@@ -132,6 +133,7 @@ var AaveV3ScrollAlpha = __toESM(require("./AaveV3ScrollAlpha.js"), 1);
|
|
|
132
133
|
var AaveV3ScrollAlphaAssets = __toESM(require("./AaveV3ScrollAlphaAssets.js"), 1);
|
|
133
134
|
var AaveV3Metis = __toESM(require("./AaveV3Metis.js"), 1);
|
|
134
135
|
var AaveV3MetisAssets = __toESM(require("./AaveV3MetisAssets.js"), 1);
|
|
136
|
+
var AaveV3Basenet = __toESM(require("./AaveV3Basenet.js"), 1);
|
|
135
137
|
// Annotate the CommonJS export names for ESM import in node:
|
|
136
138
|
0 && (module.exports = {
|
|
137
139
|
AaveGovernanceV2,
|
|
@@ -157,6 +159,7 @@ var AaveV3MetisAssets = __toESM(require("./AaveV3MetisAssets.js"), 1);
|
|
|
157
159
|
AaveV3ArbitrumGoerliAssets,
|
|
158
160
|
AaveV3Avalanche,
|
|
159
161
|
AaveV3AvalancheAssets,
|
|
162
|
+
AaveV3Basenet,
|
|
160
163
|
AaveV3Ethereum,
|
|
161
164
|
AaveV3EthereumAssets,
|
|
162
165
|
AaveV3Fantom,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/ts/AaveAddressBook.ts"],"sourcesContent":["export * as AaveGovernanceV2 from './AaveGovernanceV2.js';\nexport * as AaveSafetyModule from './AaveSafetyModule.js';\n// autogenerated entrypoints\nexport * as AaveV2Ethereum from './AaveV2Ethereum.js';\nexport * as AaveV2EthereumAssets from './AaveV2EthereumAssets.js';\nexport * as AaveV2EthereumAMM from './AaveV2EthereumAMM.js';\nexport * as AaveV2EthereumAMMAssets from './AaveV2EthereumAMMAssets.js';\nexport * as AaveV2EthereumArc from './AaveV2EthereumArc.js';\nexport * as AaveV2Goerli from './AaveV2Goerli.js';\nexport * as AaveV2GoerliAssets from './AaveV2GoerliAssets.js';\nexport * as AaveV2Mumbai from './AaveV2Mumbai.js';\nexport * as AaveV2MumbaiAssets from './AaveV2MumbaiAssets.js';\nexport * as AaveV2Polygon from './AaveV2Polygon.js';\nexport * as AaveV2PolygonAssets from './AaveV2PolygonAssets.js';\nexport * as AaveV2Fuji from './AaveV2Fuji.js';\nexport * as AaveV2FujiAssets from './AaveV2FujiAssets.js';\nexport * as AaveV2Avalanche from './AaveV2Avalanche.js';\nexport * as AaveV2AvalancheAssets from './AaveV2AvalancheAssets.js';\nexport * as AaveV3Ethereum from './AaveV3Ethereum.js';\nexport * as AaveV3EthereumAssets from './AaveV3EthereumAssets.js';\nexport * as AaveV3Sepolia from './AaveV3Sepolia.js';\nexport * as AaveV3SepoliaAssets from './AaveV3SepoliaAssets.js';\nexport * as AaveV3Goerli from './AaveV3Goerli.js';\nexport * as AaveV3GoerliAssets from './AaveV3GoerliAssets.js';\nexport * as AaveV3GoerliGho from './AaveV3GoerliGho.js';\nexport * as AaveV3GoerliGhoAssets from './AaveV3GoerliGhoAssets.js';\nexport * as AaveV3Mumbai from './AaveV3Mumbai.js';\nexport * as AaveV3MumbaiAssets from './AaveV3MumbaiAssets.js';\nexport * as AaveV3Polygon from './AaveV3Polygon.js';\nexport * as AaveV3PolygonAssets from './AaveV3PolygonAssets.js';\nexport * as AaveV3Fuji from './AaveV3Fuji.js';\nexport * as AaveV3FujiAssets from './AaveV3FujiAssets.js';\nexport * as AaveV3Avalanche from './AaveV3Avalanche.js';\nexport * as AaveV3AvalancheAssets from './AaveV3AvalancheAssets.js';\nexport * as AaveV3Arbitrum from './AaveV3Arbitrum.js';\nexport * as AaveV3ArbitrumAssets from './AaveV3ArbitrumAssets.js';\nexport * as AaveV3ArbitrumGoerli from './AaveV3ArbitrumGoerli.js';\nexport * as AaveV3ArbitrumGoerliAssets from './AaveV3ArbitrumGoerliAssets.js';\nexport * as AaveV3FantomTestnet from './AaveV3FantomTestnet.js';\nexport * as AaveV3FantomTestnetAssets from './AaveV3FantomTestnetAssets.js';\nexport * as AaveV3Fantom from './AaveV3Fantom.js';\nexport * as AaveV3FantomAssets from './AaveV3FantomAssets.js';\nexport * as AaveV3Harmony from './AaveV3Harmony.js';\nexport * as AaveV3HarmonyAssets from './AaveV3HarmonyAssets.js';\nexport * as AaveV3Optimism from './AaveV3Optimism.js';\nexport * as AaveV3OptimismAssets from './AaveV3OptimismAssets.js';\nexport * as AaveV3OptimismGoerli from './AaveV3OptimismGoerli.js';\nexport * as AaveV3OptimismGoerliAssets from './AaveV3OptimismGoerliAssets.js';\nexport * as AaveV3ScrollAlpha from './AaveV3ScrollAlpha.js';\nexport * as AaveV3ScrollAlphaAssets from './AaveV3ScrollAlphaAssets.js';\nexport * as AaveV3Metis from './AaveV3Metis.js';\nexport * as AaveV3MetisAssets from './AaveV3MetisAssets.js';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,uBAAkC;AAClC,uBAAkC;AAElC,qBAAgC;AAChC,2BAAsC;AACtC,wBAAmC;AACnC,8BAAyC;AACzC,wBAAmC;AACnC,mBAA8B;AAC9B,yBAAoC;AACpC,mBAA8B;AAC9B,yBAAoC;AACpC,oBAA+B;AAC/B,0BAAqC;AACrC,iBAA4B;AAC5B,uBAAkC;AAClC,sBAAiC;AACjC,4BAAuC;AACvC,qBAAgC;AAChC,2BAAsC;AACtC,oBAA+B;AAC/B,0BAAqC;AACrC,mBAA8B;AAC9B,yBAAoC;AACpC,sBAAiC;AACjC,4BAAuC;AACvC,mBAA8B;AAC9B,yBAAoC;AACpC,oBAA+B;AAC/B,0BAAqC;AACrC,iBAA4B;AAC5B,uBAAkC;AAClC,sBAAiC;AACjC,4BAAuC;AACvC,qBAAgC;AAChC,2BAAsC;AACtC,2BAAsC;AACtC,iCAA4C;AAC5C,0BAAqC;AACrC,gCAA2C;AAC3C,mBAA8B;AAC9B,yBAAoC;AACpC,oBAA+B;AAC/B,0BAAqC;AACrC,qBAAgC;AAChC,2BAAsC;AACtC,2BAAsC;AACtC,iCAA4C;AAC5C,wBAAmC;AACnC,8BAAyC;AACzC,kBAA6B;AAC7B,wBAAmC;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../src/ts/AaveAddressBook.ts"],"sourcesContent":["export * as AaveGovernanceV2 from './AaveGovernanceV2.js';\nexport * as AaveSafetyModule from './AaveSafetyModule.js';\n// autogenerated entrypoints\nexport * as AaveV2Ethereum from './AaveV2Ethereum.js';\nexport * as AaveV2EthereumAssets from './AaveV2EthereumAssets.js';\nexport * as AaveV2EthereumAMM from './AaveV2EthereumAMM.js';\nexport * as AaveV2EthereumAMMAssets from './AaveV2EthereumAMMAssets.js';\nexport * as AaveV2EthereumArc from './AaveV2EthereumArc.js';\nexport * as AaveV2Goerli from './AaveV2Goerli.js';\nexport * as AaveV2GoerliAssets from './AaveV2GoerliAssets.js';\nexport * as AaveV2Mumbai from './AaveV2Mumbai.js';\nexport * as AaveV2MumbaiAssets from './AaveV2MumbaiAssets.js';\nexport * as AaveV2Polygon from './AaveV2Polygon.js';\nexport * as AaveV2PolygonAssets from './AaveV2PolygonAssets.js';\nexport * as AaveV2Fuji from './AaveV2Fuji.js';\nexport * as AaveV2FujiAssets from './AaveV2FujiAssets.js';\nexport * as AaveV2Avalanche from './AaveV2Avalanche.js';\nexport * as AaveV2AvalancheAssets from './AaveV2AvalancheAssets.js';\nexport * as AaveV3Ethereum from './AaveV3Ethereum.js';\nexport * as AaveV3EthereumAssets from './AaveV3EthereumAssets.js';\nexport * as AaveV3Sepolia from './AaveV3Sepolia.js';\nexport * as AaveV3SepoliaAssets from './AaveV3SepoliaAssets.js';\nexport * as AaveV3Goerli from './AaveV3Goerli.js';\nexport * as AaveV3GoerliAssets from './AaveV3GoerliAssets.js';\nexport * as AaveV3GoerliGho from './AaveV3GoerliGho.js';\nexport * as AaveV3GoerliGhoAssets from './AaveV3GoerliGhoAssets.js';\nexport * as AaveV3Mumbai from './AaveV3Mumbai.js';\nexport * as AaveV3MumbaiAssets from './AaveV3MumbaiAssets.js';\nexport * as AaveV3Polygon from './AaveV3Polygon.js';\nexport * as AaveV3PolygonAssets from './AaveV3PolygonAssets.js';\nexport * as AaveV3Fuji from './AaveV3Fuji.js';\nexport * as AaveV3FujiAssets from './AaveV3FujiAssets.js';\nexport * as AaveV3Avalanche from './AaveV3Avalanche.js';\nexport * as AaveV3AvalancheAssets from './AaveV3AvalancheAssets.js';\nexport * as AaveV3Arbitrum from './AaveV3Arbitrum.js';\nexport * as AaveV3ArbitrumAssets from './AaveV3ArbitrumAssets.js';\nexport * as AaveV3ArbitrumGoerli from './AaveV3ArbitrumGoerli.js';\nexport * as AaveV3ArbitrumGoerliAssets from './AaveV3ArbitrumGoerliAssets.js';\nexport * as AaveV3FantomTestnet from './AaveV3FantomTestnet.js';\nexport * as AaveV3FantomTestnetAssets from './AaveV3FantomTestnetAssets.js';\nexport * as AaveV3Fantom from './AaveV3Fantom.js';\nexport * as AaveV3FantomAssets from './AaveV3FantomAssets.js';\nexport * as AaveV3Harmony from './AaveV3Harmony.js';\nexport * as AaveV3HarmonyAssets from './AaveV3HarmonyAssets.js';\nexport * as AaveV3Optimism from './AaveV3Optimism.js';\nexport * as AaveV3OptimismAssets from './AaveV3OptimismAssets.js';\nexport * as AaveV3OptimismGoerli from './AaveV3OptimismGoerli.js';\nexport * as AaveV3OptimismGoerliAssets from './AaveV3OptimismGoerliAssets.js';\nexport * as AaveV3ScrollAlpha from './AaveV3ScrollAlpha.js';\nexport * as AaveV3ScrollAlphaAssets from './AaveV3ScrollAlphaAssets.js';\nexport * as AaveV3Metis from './AaveV3Metis.js';\nexport * as AaveV3MetisAssets from './AaveV3MetisAssets.js';\nexport * as AaveV3Basenet from './AaveV3Basenet.js';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,uBAAkC;AAClC,uBAAkC;AAElC,qBAAgC;AAChC,2BAAsC;AACtC,wBAAmC;AACnC,8BAAyC;AACzC,wBAAmC;AACnC,mBAA8B;AAC9B,yBAAoC;AACpC,mBAA8B;AAC9B,yBAAoC;AACpC,oBAA+B;AAC/B,0BAAqC;AACrC,iBAA4B;AAC5B,uBAAkC;AAClC,sBAAiC;AACjC,4BAAuC;AACvC,qBAAgC;AAChC,2BAAsC;AACtC,oBAA+B;AAC/B,0BAAqC;AACrC,mBAA8B;AAC9B,yBAAoC;AACpC,sBAAiC;AACjC,4BAAuC;AACvC,mBAA8B;AAC9B,yBAAoC;AACpC,oBAA+B;AAC/B,0BAAqC;AACrC,iBAA4B;AAC5B,uBAAkC;AAClC,sBAAiC;AACjC,4BAAuC;AACvC,qBAAgC;AAChC,2BAAsC;AACtC,2BAAsC;AACtC,iCAA4C;AAC5C,0BAAqC;AACrC,gCAA2C;AAC3C,mBAA8B;AAC9B,yBAAoC;AACpC,oBAA+B;AAC/B,0BAAqC;AACrC,qBAAgC;AAChC,2BAAsC;AACtC,2BAAsC;AACtC,iCAA4C;AAC5C,wBAAmC;AACnC,8BAAyC;AACzC,kBAA6B;AAC7B,wBAAmC;AACnC,oBAA+B;","names":[]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { A as AaveGovernanceV2 } from './AaveGovernanceV2-aa8fe2a5.js';
|
|
2
2
|
export { A as AaveSafetyModule } from './AaveSafetyModule-58dcd7a4.js';
|
|
3
3
|
export { A as AaveV2Ethereum } from './AaveV2Ethereum-256c5d90.js';
|
|
4
|
-
export { A as AaveV2EthereumAssets } from './AaveV2EthereumAssets-
|
|
4
|
+
export { A as AaveV2EthereumAssets } from './AaveV2EthereumAssets-9270eaf2.js';
|
|
5
5
|
export { A as AaveV2EthereumAMM } from './AaveV2EthereumAMM-9b2ec0b2.js';
|
|
6
6
|
export { A as AaveV2EthereumAMMAssets } from './AaveV2EthereumAMMAssets-f6475d27.js';
|
|
7
7
|
export { A as AaveV2EthereumArc } from './AaveV2EthereumArc-360d73ff.js';
|
|
@@ -16,7 +16,7 @@ export { A as AaveV2FujiAssets } from './AaveV2FujiAssets-90c839b4.js';
|
|
|
16
16
|
export { A as AaveV2Avalanche } from './AaveV2Avalanche-f44a881b.js';
|
|
17
17
|
export { A as AaveV2AvalancheAssets } from './AaveV2AvalancheAssets-cf2f7551.js';
|
|
18
18
|
export { A as AaveV3Ethereum } from './AaveV3Ethereum-7283fdf7.js';
|
|
19
|
-
export { A as AaveV3EthereumAssets } from './AaveV3EthereumAssets-
|
|
19
|
+
export { A as AaveV3EthereumAssets } from './AaveV3EthereumAssets-7504ab95.js';
|
|
20
20
|
export { A as AaveV3Sepolia } from './AaveV3Sepolia-5501432a.js';
|
|
21
21
|
export { A as AaveV3SepoliaAssets } from './AaveV3SepoliaAssets-1e73929e.js';
|
|
22
22
|
export { A as AaveV3Goerli } from './AaveV3Goerli-ff50c448.js';
|
|
@@ -32,7 +32,7 @@ export { A as AaveV3FujiAssets } from './AaveV3FujiAssets-a8e4b50c.js';
|
|
|
32
32
|
export { A as AaveV3Avalanche } from './AaveV3Avalanche-7fa9dbcd.js';
|
|
33
33
|
export { A as AaveV3AvalancheAssets } from './AaveV3AvalancheAssets-682d6866.js';
|
|
34
34
|
export { A as AaveV3Arbitrum } from './AaveV3Arbitrum-3eec4936.js';
|
|
35
|
-
export { A as AaveV3ArbitrumAssets } from './AaveV3ArbitrumAssets-
|
|
35
|
+
export { A as AaveV3ArbitrumAssets } from './AaveV3ArbitrumAssets-e04376c2.js';
|
|
36
36
|
export { A as AaveV3ArbitrumGoerli } from './AaveV3ArbitrumGoerli-c27bf230.js';
|
|
37
37
|
export { A as AaveV3ArbitrumGoerliAssets } from './AaveV3ArbitrumGoerliAssets-d664ff06.js';
|
|
38
38
|
export { A as AaveV3FantomTestnet } from './AaveV3FantomTestnet-ede8c730.js';
|
|
@@ -42,10 +42,11 @@ export { A as AaveV3FantomAssets } from './AaveV3FantomAssets-73ac8e0d.js';
|
|
|
42
42
|
export { A as AaveV3Harmony } from './AaveV3Harmony-695990bc.js';
|
|
43
43
|
export { A as AaveV3HarmonyAssets } from './AaveV3HarmonyAssets-08d1832a.js';
|
|
44
44
|
export { A as AaveV3Optimism } from './AaveV3Optimism-3117a49b.js';
|
|
45
|
-
export { A as AaveV3OptimismAssets } from './AaveV3OptimismAssets-
|
|
45
|
+
export { A as AaveV3OptimismAssets } from './AaveV3OptimismAssets-846725e0.js';
|
|
46
46
|
export { A as AaveV3OptimismGoerli } from './AaveV3OptimismGoerli-4746bd43.js';
|
|
47
47
|
export { A as AaveV3OptimismGoerliAssets } from './AaveV3OptimismGoerliAssets-53b5addf.js';
|
|
48
48
|
export { A as AaveV3ScrollAlpha } from './AaveV3ScrollAlpha-f6e75a3d.js';
|
|
49
49
|
export { A as AaveV3ScrollAlphaAssets } from './AaveV3ScrollAlphaAssets-e22511f3.js';
|
|
50
50
|
export { A as AaveV3Metis } from './AaveV3Metis-0deeb4b1.js';
|
|
51
51
|
export { A as AaveV3MetisAssets } from './AaveV3MetisAssets-d598ceab.js';
|
|
52
|
+
export { A as AaveV3Basenet } from './AaveV3Basenet-670640a7.js';
|
|
@@ -73,5 +73,6 @@
|
|
|
73
73
|
var AaveV3ScrollAlphaAssets = __toESM(require("./AaveV3ScrollAlphaAssets.js"), 1);
|
|
74
74
|
var AaveV3Metis = __toESM(require("./AaveV3Metis.js"), 1);
|
|
75
75
|
var AaveV3MetisAssets = __toESM(require("./AaveV3MetisAssets.js"), 1);
|
|
76
|
+
var AaveV3Basenet = __toESM(require("./AaveV3Basenet.js"), 1);
|
|
76
77
|
})();
|
|
77
78
|
//# sourceMappingURL=AaveAddressBook.global.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/ts/AaveAddressBook.ts"],"sourcesContent":["export * as AaveGovernanceV2 from './AaveGovernanceV2.js';\nexport * as AaveSafetyModule from './AaveSafetyModule.js';\n// autogenerated entrypoints\nexport * as AaveV2Ethereum from './AaveV2Ethereum.js';\nexport * as AaveV2EthereumAssets from './AaveV2EthereumAssets.js';\nexport * as AaveV2EthereumAMM from './AaveV2EthereumAMM.js';\nexport * as AaveV2EthereumAMMAssets from './AaveV2EthereumAMMAssets.js';\nexport * as AaveV2EthereumArc from './AaveV2EthereumArc.js';\nexport * as AaveV2Goerli from './AaveV2Goerli.js';\nexport * as AaveV2GoerliAssets from './AaveV2GoerliAssets.js';\nexport * as AaveV2Mumbai from './AaveV2Mumbai.js';\nexport * as AaveV2MumbaiAssets from './AaveV2MumbaiAssets.js';\nexport * as AaveV2Polygon from './AaveV2Polygon.js';\nexport * as AaveV2PolygonAssets from './AaveV2PolygonAssets.js';\nexport * as AaveV2Fuji from './AaveV2Fuji.js';\nexport * as AaveV2FujiAssets from './AaveV2FujiAssets.js';\nexport * as AaveV2Avalanche from './AaveV2Avalanche.js';\nexport * as AaveV2AvalancheAssets from './AaveV2AvalancheAssets.js';\nexport * as AaveV3Ethereum from './AaveV3Ethereum.js';\nexport * as AaveV3EthereumAssets from './AaveV3EthereumAssets.js';\nexport * as AaveV3Sepolia from './AaveV3Sepolia.js';\nexport * as AaveV3SepoliaAssets from './AaveV3SepoliaAssets.js';\nexport * as AaveV3Goerli from './AaveV3Goerli.js';\nexport * as AaveV3GoerliAssets from './AaveV3GoerliAssets.js';\nexport * as AaveV3GoerliGho from './AaveV3GoerliGho.js';\nexport * as AaveV3GoerliGhoAssets from './AaveV3GoerliGhoAssets.js';\nexport * as AaveV3Mumbai from './AaveV3Mumbai.js';\nexport * as AaveV3MumbaiAssets from './AaveV3MumbaiAssets.js';\nexport * as AaveV3Polygon from './AaveV3Polygon.js';\nexport * as AaveV3PolygonAssets from './AaveV3PolygonAssets.js';\nexport * as AaveV3Fuji from './AaveV3Fuji.js';\nexport * as AaveV3FujiAssets from './AaveV3FujiAssets.js';\nexport * as AaveV3Avalanche from './AaveV3Avalanche.js';\nexport * as AaveV3AvalancheAssets from './AaveV3AvalancheAssets.js';\nexport * as AaveV3Arbitrum from './AaveV3Arbitrum.js';\nexport * as AaveV3ArbitrumAssets from './AaveV3ArbitrumAssets.js';\nexport * as AaveV3ArbitrumGoerli from './AaveV3ArbitrumGoerli.js';\nexport * as AaveV3ArbitrumGoerliAssets from './AaveV3ArbitrumGoerliAssets.js';\nexport * as AaveV3FantomTestnet from './AaveV3FantomTestnet.js';\nexport * as AaveV3FantomTestnetAssets from './AaveV3FantomTestnetAssets.js';\nexport * as AaveV3Fantom from './AaveV3Fantom.js';\nexport * as AaveV3FantomAssets from './AaveV3FantomAssets.js';\nexport * as AaveV3Harmony from './AaveV3Harmony.js';\nexport * as AaveV3HarmonyAssets from './AaveV3HarmonyAssets.js';\nexport * as AaveV3Optimism from './AaveV3Optimism.js';\nexport * as AaveV3OptimismAssets from './AaveV3OptimismAssets.js';\nexport * as AaveV3OptimismGoerli from './AaveV3OptimismGoerli.js';\nexport * as AaveV3OptimismGoerliAssets from './AaveV3OptimismGoerliAssets.js';\nexport * as AaveV3ScrollAlpha from './AaveV3ScrollAlpha.js';\nexport * as AaveV3ScrollAlphaAssets from './AaveV3ScrollAlphaAssets.js';\nexport * as AaveV3Metis from './AaveV3Metis.js';\nexport * as AaveV3MetisAssets from './AaveV3MetisAssets.js';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAAA,yBAAkC;AAClC,yBAAkC;AAElC,uBAAgC;AAChC,6BAAsC;AACtC,0BAAmC;AACnC,gCAAyC;AACzC,0BAAmC;AACnC,qBAA8B;AAC9B,2BAAoC;AACpC,qBAA8B;AAC9B,2BAAoC;AACpC,sBAA+B;AAC/B,4BAAqC;AACrC,mBAA4B;AAC5B,yBAAkC;AAClC,wBAAiC;AACjC,8BAAuC;AACvC,uBAAgC;AAChC,6BAAsC;AACtC,sBAA+B;AAC/B,4BAAqC;AACrC,qBAA8B;AAC9B,2BAAoC;AACpC,wBAAiC;AACjC,8BAAuC;AACvC,qBAA8B;AAC9B,2BAAoC;AACpC,sBAA+B;AAC/B,4BAAqC;AACrC,mBAA4B;AAC5B,yBAAkC;AAClC,wBAAiC;AACjC,8BAAuC;AACvC,uBAAgC;AAChC,6BAAsC;AACtC,6BAAsC;AACtC,mCAA4C;AAC5C,4BAAqC;AACrC,kCAA2C;AAC3C,qBAA8B;AAC9B,2BAAoC;AACpC,sBAA+B;AAC/B,4BAAqC;AACrC,uBAAgC;AAChC,6BAAsC;AACtC,6BAAsC;AACtC,mCAA4C;AAC5C,0BAAmC;AACnC,gCAAyC;AACzC,oBAA6B;AAC7B,0BAAmC;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../src/ts/AaveAddressBook.ts"],"sourcesContent":["export * as AaveGovernanceV2 from './AaveGovernanceV2.js';\nexport * as AaveSafetyModule from './AaveSafetyModule.js';\n// autogenerated entrypoints\nexport * as AaveV2Ethereum from './AaveV2Ethereum.js';\nexport * as AaveV2EthereumAssets from './AaveV2EthereumAssets.js';\nexport * as AaveV2EthereumAMM from './AaveV2EthereumAMM.js';\nexport * as AaveV2EthereumAMMAssets from './AaveV2EthereumAMMAssets.js';\nexport * as AaveV2EthereumArc from './AaveV2EthereumArc.js';\nexport * as AaveV2Goerli from './AaveV2Goerli.js';\nexport * as AaveV2GoerliAssets from './AaveV2GoerliAssets.js';\nexport * as AaveV2Mumbai from './AaveV2Mumbai.js';\nexport * as AaveV2MumbaiAssets from './AaveV2MumbaiAssets.js';\nexport * as AaveV2Polygon from './AaveV2Polygon.js';\nexport * as AaveV2PolygonAssets from './AaveV2PolygonAssets.js';\nexport * as AaveV2Fuji from './AaveV2Fuji.js';\nexport * as AaveV2FujiAssets from './AaveV2FujiAssets.js';\nexport * as AaveV2Avalanche from './AaveV2Avalanche.js';\nexport * as AaveV2AvalancheAssets from './AaveV2AvalancheAssets.js';\nexport * as AaveV3Ethereum from './AaveV3Ethereum.js';\nexport * as AaveV3EthereumAssets from './AaveV3EthereumAssets.js';\nexport * as AaveV3Sepolia from './AaveV3Sepolia.js';\nexport * as AaveV3SepoliaAssets from './AaveV3SepoliaAssets.js';\nexport * as AaveV3Goerli from './AaveV3Goerli.js';\nexport * as AaveV3GoerliAssets from './AaveV3GoerliAssets.js';\nexport * as AaveV3GoerliGho from './AaveV3GoerliGho.js';\nexport * as AaveV3GoerliGhoAssets from './AaveV3GoerliGhoAssets.js';\nexport * as AaveV3Mumbai from './AaveV3Mumbai.js';\nexport * as AaveV3MumbaiAssets from './AaveV3MumbaiAssets.js';\nexport * as AaveV3Polygon from './AaveV3Polygon.js';\nexport * as AaveV3PolygonAssets from './AaveV3PolygonAssets.js';\nexport * as AaveV3Fuji from './AaveV3Fuji.js';\nexport * as AaveV3FujiAssets from './AaveV3FujiAssets.js';\nexport * as AaveV3Avalanche from './AaveV3Avalanche.js';\nexport * as AaveV3AvalancheAssets from './AaveV3AvalancheAssets.js';\nexport * as AaveV3Arbitrum from './AaveV3Arbitrum.js';\nexport * as AaveV3ArbitrumAssets from './AaveV3ArbitrumAssets.js';\nexport * as AaveV3ArbitrumGoerli from './AaveV3ArbitrumGoerli.js';\nexport * as AaveV3ArbitrumGoerliAssets from './AaveV3ArbitrumGoerliAssets.js';\nexport * as AaveV3FantomTestnet from './AaveV3FantomTestnet.js';\nexport * as AaveV3FantomTestnetAssets from './AaveV3FantomTestnetAssets.js';\nexport * as AaveV3Fantom from './AaveV3Fantom.js';\nexport * as AaveV3FantomAssets from './AaveV3FantomAssets.js';\nexport * as AaveV3Harmony from './AaveV3Harmony.js';\nexport * as AaveV3HarmonyAssets from './AaveV3HarmonyAssets.js';\nexport * as AaveV3Optimism from './AaveV3Optimism.js';\nexport * as AaveV3OptimismAssets from './AaveV3OptimismAssets.js';\nexport * as AaveV3OptimismGoerli from './AaveV3OptimismGoerli.js';\nexport * as AaveV3OptimismGoerliAssets from './AaveV3OptimismGoerliAssets.js';\nexport * as AaveV3ScrollAlpha from './AaveV3ScrollAlpha.js';\nexport * as AaveV3ScrollAlphaAssets from './AaveV3ScrollAlphaAssets.js';\nexport * as AaveV3Metis from './AaveV3Metis.js';\nexport * as AaveV3MetisAssets from './AaveV3MetisAssets.js';\nexport * as AaveV3Basenet from './AaveV3Basenet.js';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAAA,yBAAkC;AAClC,yBAAkC;AAElC,uBAAgC;AAChC,6BAAsC;AACtC,0BAAmC;AACnC,gCAAyC;AACzC,0BAAmC;AACnC,qBAA8B;AAC9B,2BAAoC;AACpC,qBAA8B;AAC9B,2BAAoC;AACpC,sBAA+B;AAC/B,4BAAqC;AACrC,mBAA4B;AAC5B,yBAAkC;AAClC,wBAAiC;AACjC,8BAAuC;AACvC,uBAAgC;AAChC,6BAAsC;AACtC,sBAA+B;AAC/B,4BAAqC;AACrC,qBAA8B;AAC9B,2BAAoC;AACpC,wBAAiC;AACjC,8BAAuC;AACvC,qBAA8B;AAC9B,2BAAoC;AACpC,sBAA+B;AAC/B,4BAAqC;AACrC,mBAA4B;AAC5B,yBAAkC;AAClC,wBAAiC;AACjC,8BAAuC;AACvC,uBAAgC;AAChC,6BAAsC;AACtC,6BAAsC;AACtC,mCAA4C;AAC5C,4BAAqC;AACrC,kCAA2C;AAC3C,qBAA8B;AAC9B,2BAAoC;AACpC,sBAA+B;AAC/B,4BAAqC;AACrC,uBAAgC;AAChC,6BAAsC;AACtC,6BAAsC;AACtC,mCAA4C;AAC5C,0BAAmC;AACnC,gCAAyC;AACzC,oBAA6B;AAC7B,0BAAmC;AACnC,sBAA+B;","names":[]}
|
package/dist/AaveAddressBook.js
CHANGED
|
@@ -49,6 +49,7 @@ import * as AaveV3ScrollAlpha from "./AaveV3ScrollAlpha.js";
|
|
|
49
49
|
import * as AaveV3ScrollAlphaAssets from "./AaveV3ScrollAlphaAssets.js";
|
|
50
50
|
import * as AaveV3Metis from "./AaveV3Metis.js";
|
|
51
51
|
import * as AaveV3MetisAssets from "./AaveV3MetisAssets.js";
|
|
52
|
+
import * as AaveV3Basenet from "./AaveV3Basenet.js";
|
|
52
53
|
export {
|
|
53
54
|
AaveGovernanceV2,
|
|
54
55
|
AaveSafetyModule,
|
|
@@ -73,6 +74,7 @@ export {
|
|
|
73
74
|
AaveV3ArbitrumGoerliAssets,
|
|
74
75
|
AaveV3Avalanche,
|
|
75
76
|
AaveV3AvalancheAssets,
|
|
77
|
+
AaveV3Basenet,
|
|
76
78
|
AaveV3Ethereum,
|
|
77
79
|
AaveV3EthereumAssets,
|
|
78
80
|
AaveV3Fantom,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/ts/AaveAddressBook.ts"],"sourcesContent":["export * as AaveGovernanceV2 from './AaveGovernanceV2.js';\nexport * as AaveSafetyModule from './AaveSafetyModule.js';\n// autogenerated entrypoints\nexport * as AaveV2Ethereum from './AaveV2Ethereum.js';\nexport * as AaveV2EthereumAssets from './AaveV2EthereumAssets.js';\nexport * as AaveV2EthereumAMM from './AaveV2EthereumAMM.js';\nexport * as AaveV2EthereumAMMAssets from './AaveV2EthereumAMMAssets.js';\nexport * as AaveV2EthereumArc from './AaveV2EthereumArc.js';\nexport * as AaveV2Goerli from './AaveV2Goerli.js';\nexport * as AaveV2GoerliAssets from './AaveV2GoerliAssets.js';\nexport * as AaveV2Mumbai from './AaveV2Mumbai.js';\nexport * as AaveV2MumbaiAssets from './AaveV2MumbaiAssets.js';\nexport * as AaveV2Polygon from './AaveV2Polygon.js';\nexport * as AaveV2PolygonAssets from './AaveV2PolygonAssets.js';\nexport * as AaveV2Fuji from './AaveV2Fuji.js';\nexport * as AaveV2FujiAssets from './AaveV2FujiAssets.js';\nexport * as AaveV2Avalanche from './AaveV2Avalanche.js';\nexport * as AaveV2AvalancheAssets from './AaveV2AvalancheAssets.js';\nexport * as AaveV3Ethereum from './AaveV3Ethereum.js';\nexport * as AaveV3EthereumAssets from './AaveV3EthereumAssets.js';\nexport * as AaveV3Sepolia from './AaveV3Sepolia.js';\nexport * as AaveV3SepoliaAssets from './AaveV3SepoliaAssets.js';\nexport * as AaveV3Goerli from './AaveV3Goerli.js';\nexport * as AaveV3GoerliAssets from './AaveV3GoerliAssets.js';\nexport * as AaveV3GoerliGho from './AaveV3GoerliGho.js';\nexport * as AaveV3GoerliGhoAssets from './AaveV3GoerliGhoAssets.js';\nexport * as AaveV3Mumbai from './AaveV3Mumbai.js';\nexport * as AaveV3MumbaiAssets from './AaveV3MumbaiAssets.js';\nexport * as AaveV3Polygon from './AaveV3Polygon.js';\nexport * as AaveV3PolygonAssets from './AaveV3PolygonAssets.js';\nexport * as AaveV3Fuji from './AaveV3Fuji.js';\nexport * as AaveV3FujiAssets from './AaveV3FujiAssets.js';\nexport * as AaveV3Avalanche from './AaveV3Avalanche.js';\nexport * as AaveV3AvalancheAssets from './AaveV3AvalancheAssets.js';\nexport * as AaveV3Arbitrum from './AaveV3Arbitrum.js';\nexport * as AaveV3ArbitrumAssets from './AaveV3ArbitrumAssets.js';\nexport * as AaveV3ArbitrumGoerli from './AaveV3ArbitrumGoerli.js';\nexport * as AaveV3ArbitrumGoerliAssets from './AaveV3ArbitrumGoerliAssets.js';\nexport * as AaveV3FantomTestnet from './AaveV3FantomTestnet.js';\nexport * as AaveV3FantomTestnetAssets from './AaveV3FantomTestnetAssets.js';\nexport * as AaveV3Fantom from './AaveV3Fantom.js';\nexport * as AaveV3FantomAssets from './AaveV3FantomAssets.js';\nexport * as AaveV3Harmony from './AaveV3Harmony.js';\nexport * as AaveV3HarmonyAssets from './AaveV3HarmonyAssets.js';\nexport * as AaveV3Optimism from './AaveV3Optimism.js';\nexport * as AaveV3OptimismAssets from './AaveV3OptimismAssets.js';\nexport * as AaveV3OptimismGoerli from './AaveV3OptimismGoerli.js';\nexport * as AaveV3OptimismGoerliAssets from './AaveV3OptimismGoerliAssets.js';\nexport * as AaveV3ScrollAlpha from './AaveV3ScrollAlpha.js';\nexport * as AaveV3ScrollAlphaAssets from './AaveV3ScrollAlphaAssets.js';\nexport * as AaveV3Metis from './AaveV3Metis.js';\nexport * as AaveV3MetisAssets from './AaveV3MetisAssets.js';\n"],"mappings":"AAAA,YAAY,sBAAsB;AAClC,YAAY,sBAAsB;AAElC,YAAY,oBAAoB;AAChC,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,6BAA6B;AACzC,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,wBAAwB;AACpC,YAAY,kBAAkB;AAC9B,YAAY,wBAAwB;AACpC,YAAY,mBAAmB;AAC/B,YAAY,yBAAyB;AACrC,YAAY,gBAAgB;AAC5B,YAAY,sBAAsB;AAClC,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,oBAAoB;AAChC,YAAY,0BAA0B;AACtC,YAAY,mBAAmB;AAC/B,YAAY,yBAAyB;AACrC,YAAY,kBAAkB;AAC9B,YAAY,wBAAwB;AACpC,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,kBAAkB;AAC9B,YAAY,wBAAwB;AACpC,YAAY,mBAAmB;AAC/B,YAAY,yBAAyB;AACrC,YAAY,gBAAgB;AAC5B,YAAY,sBAAsB;AAClC,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,oBAAoB;AAChC,YAAY,0BAA0B;AACtC,YAAY,0BAA0B;AACtC,YAAY,gCAAgC;AAC5C,YAAY,yBAAyB;AACrC,YAAY,+BAA+B;AAC3C,YAAY,kBAAkB;AAC9B,YAAY,wBAAwB;AACpC,YAAY,mBAAmB;AAC/B,YAAY,yBAAyB;AACrC,YAAY,oBAAoB;AAChC,YAAY,0BAA0B;AACtC,YAAY,0BAA0B;AACtC,YAAY,gCAAgC;AAC5C,YAAY,uBAAuB;AACnC,YAAY,6BAA6B;AACzC,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;","names":[]}
|
|
1
|
+
{"version":3,"sources":["../src/ts/AaveAddressBook.ts"],"sourcesContent":["export * as AaveGovernanceV2 from './AaveGovernanceV2.js';\nexport * as AaveSafetyModule from './AaveSafetyModule.js';\n// autogenerated entrypoints\nexport * as AaveV2Ethereum from './AaveV2Ethereum.js';\nexport * as AaveV2EthereumAssets from './AaveV2EthereumAssets.js';\nexport * as AaveV2EthereumAMM from './AaveV2EthereumAMM.js';\nexport * as AaveV2EthereumAMMAssets from './AaveV2EthereumAMMAssets.js';\nexport * as AaveV2EthereumArc from './AaveV2EthereumArc.js';\nexport * as AaveV2Goerli from './AaveV2Goerli.js';\nexport * as AaveV2GoerliAssets from './AaveV2GoerliAssets.js';\nexport * as AaveV2Mumbai from './AaveV2Mumbai.js';\nexport * as AaveV2MumbaiAssets from './AaveV2MumbaiAssets.js';\nexport * as AaveV2Polygon from './AaveV2Polygon.js';\nexport * as AaveV2PolygonAssets from './AaveV2PolygonAssets.js';\nexport * as AaveV2Fuji from './AaveV2Fuji.js';\nexport * as AaveV2FujiAssets from './AaveV2FujiAssets.js';\nexport * as AaveV2Avalanche from './AaveV2Avalanche.js';\nexport * as AaveV2AvalancheAssets from './AaveV2AvalancheAssets.js';\nexport * as AaveV3Ethereum from './AaveV3Ethereum.js';\nexport * as AaveV3EthereumAssets from './AaveV3EthereumAssets.js';\nexport * as AaveV3Sepolia from './AaveV3Sepolia.js';\nexport * as AaveV3SepoliaAssets from './AaveV3SepoliaAssets.js';\nexport * as AaveV3Goerli from './AaveV3Goerli.js';\nexport * as AaveV3GoerliAssets from './AaveV3GoerliAssets.js';\nexport * as AaveV3GoerliGho from './AaveV3GoerliGho.js';\nexport * as AaveV3GoerliGhoAssets from './AaveV3GoerliGhoAssets.js';\nexport * as AaveV3Mumbai from './AaveV3Mumbai.js';\nexport * as AaveV3MumbaiAssets from './AaveV3MumbaiAssets.js';\nexport * as AaveV3Polygon from './AaveV3Polygon.js';\nexport * as AaveV3PolygonAssets from './AaveV3PolygonAssets.js';\nexport * as AaveV3Fuji from './AaveV3Fuji.js';\nexport * as AaveV3FujiAssets from './AaveV3FujiAssets.js';\nexport * as AaveV3Avalanche from './AaveV3Avalanche.js';\nexport * as AaveV3AvalancheAssets from './AaveV3AvalancheAssets.js';\nexport * as AaveV3Arbitrum from './AaveV3Arbitrum.js';\nexport * as AaveV3ArbitrumAssets from './AaveV3ArbitrumAssets.js';\nexport * as AaveV3ArbitrumGoerli from './AaveV3ArbitrumGoerli.js';\nexport * as AaveV3ArbitrumGoerliAssets from './AaveV3ArbitrumGoerliAssets.js';\nexport * as AaveV3FantomTestnet from './AaveV3FantomTestnet.js';\nexport * as AaveV3FantomTestnetAssets from './AaveV3FantomTestnetAssets.js';\nexport * as AaveV3Fantom from './AaveV3Fantom.js';\nexport * as AaveV3FantomAssets from './AaveV3FantomAssets.js';\nexport * as AaveV3Harmony from './AaveV3Harmony.js';\nexport * as AaveV3HarmonyAssets from './AaveV3HarmonyAssets.js';\nexport * as AaveV3Optimism from './AaveV3Optimism.js';\nexport * as AaveV3OptimismAssets from './AaveV3OptimismAssets.js';\nexport * as AaveV3OptimismGoerli from './AaveV3OptimismGoerli.js';\nexport * as AaveV3OptimismGoerliAssets from './AaveV3OptimismGoerliAssets.js';\nexport * as AaveV3ScrollAlpha from './AaveV3ScrollAlpha.js';\nexport * as AaveV3ScrollAlphaAssets from './AaveV3ScrollAlphaAssets.js';\nexport * as AaveV3Metis from './AaveV3Metis.js';\nexport * as AaveV3MetisAssets from './AaveV3MetisAssets.js';\nexport * as AaveV3Basenet from './AaveV3Basenet.js';\n"],"mappings":"AAAA,YAAY,sBAAsB;AAClC,YAAY,sBAAsB;AAElC,YAAY,oBAAoB;AAChC,YAAY,0BAA0B;AACtC,YAAY,uBAAuB;AACnC,YAAY,6BAA6B;AACzC,YAAY,uBAAuB;AACnC,YAAY,kBAAkB;AAC9B,YAAY,wBAAwB;AACpC,YAAY,kBAAkB;AAC9B,YAAY,wBAAwB;AACpC,YAAY,mBAAmB;AAC/B,YAAY,yBAAyB;AACrC,YAAY,gBAAgB;AAC5B,YAAY,sBAAsB;AAClC,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,oBAAoB;AAChC,YAAY,0BAA0B;AACtC,YAAY,mBAAmB;AAC/B,YAAY,yBAAyB;AACrC,YAAY,kBAAkB;AAC9B,YAAY,wBAAwB;AACpC,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,kBAAkB;AAC9B,YAAY,wBAAwB;AACpC,YAAY,mBAAmB;AAC/B,YAAY,yBAAyB;AACrC,YAAY,gBAAgB;AAC5B,YAAY,sBAAsB;AAClC,YAAY,qBAAqB;AACjC,YAAY,2BAA2B;AACvC,YAAY,oBAAoB;AAChC,YAAY,0BAA0B;AACtC,YAAY,0BAA0B;AACtC,YAAY,gCAAgC;AAC5C,YAAY,yBAAyB;AACrC,YAAY,+BAA+B;AAC3C,YAAY,kBAAkB;AAC9B,YAAY,wBAAwB;AACpC,YAAY,mBAAmB;AAC/B,YAAY,yBAAyB;AACrC,YAAY,oBAAoB;AAChC,YAAY,0BAA0B;AACtC,YAAY,0BAA0B;AACtC,YAAY,gCAAgC;AAC5C,YAAY,uBAAuB;AACnC,YAAY,6BAA6B;AACzC,YAAY,iBAAiB;AAC7B,YAAY,uBAAuB;AACnC,YAAY,mBAAmB;","names":[]}
|
|
@@ -111,7 +111,7 @@ declare const AaveV2EthereumAssets_TUSD_A_TOKEN = "0x101cc05f4A51C0319f570d5E146
|
|
|
111
111
|
declare const AaveV2EthereumAssets_TUSD_V_TOKEN = "0x01C0eb1f8c6F1C1bF74ae028697ce7AA2a8b0E92";
|
|
112
112
|
declare const AaveV2EthereumAssets_TUSD_S_TOKEN = "0x7f38d60D94652072b2C44a18c0e14A481EC3C0dd";
|
|
113
113
|
declare const AaveV2EthereumAssets_TUSD_ORACLE = "0x3886BA987236181D98F2401c507Fb8BeA7871dF2";
|
|
114
|
-
declare const AaveV2EthereumAssets_TUSD_INTEREST_RATE_STRATEGY = "
|
|
114
|
+
declare const AaveV2EthereumAssets_TUSD_INTEREST_RATE_STRATEGY = "0x67a81df2b7FAf4a324D94De9Cc778704F4500478";
|
|
115
115
|
declare const AaveV2EthereumAssets_USDC_UNDERLYING = "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
116
116
|
declare const AaveV2EthereumAssets_USDC_A_TOKEN = "0xBcca60bB61934080951369a648Fb03DF4F96263C";
|
|
117
117
|
declare const AaveV2EthereumAssets_USDC_V_TOKEN = "0x619beb58998eD2278e08620f97007e1116D5D25b";
|
|
@@ -182,8 +182,8 @@ declare const AaveV2EthereumAssets_FEI_UNDERLYING = "0x956F47F50A910163D8BF957Cf
|
|
|
182
182
|
declare const AaveV2EthereumAssets_FEI_A_TOKEN = "0x683923dB55Fead99A79Fa01A27EeC3cB19679cC3";
|
|
183
183
|
declare const AaveV2EthereumAssets_FEI_V_TOKEN = "0xC2e10006AccAb7B45D9184FcF5b7EC7763f5BaAe";
|
|
184
184
|
declare const AaveV2EthereumAssets_FEI_S_TOKEN = "0xd89cF9E8A858F8B4b31Faf793505e112d6c17449";
|
|
185
|
-
declare const AaveV2EthereumAssets_FEI_ORACLE = "
|
|
186
|
-
declare const AaveV2EthereumAssets_FEI_INTEREST_RATE_STRATEGY = "
|
|
185
|
+
declare const AaveV2EthereumAssets_FEI_ORACLE = "0xac3AF0f4A52C577Cc2C241dF51a01FDe3D06D93B";
|
|
186
|
+
declare const AaveV2EthereumAssets_FEI_INTEREST_RATE_STRATEGY = "0x795dC59EA6472Dfa4298A454C6E8Dcb005643A13";
|
|
187
187
|
declare const AaveV2EthereumAssets_stETH_UNDERLYING = "0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84";
|
|
188
188
|
declare const AaveV2EthereumAssets_stETH_A_TOKEN = "0x1982b2F5814301d4e9a8b0201555376e62F82428";
|
|
189
189
|
declare const AaveV2EthereumAssets_stETH_V_TOKEN = "0xA9DEAc9f00Dc4310c35603FCD9D34d1A750f81Db";
|
|
@@ -355,7 +355,7 @@ const AaveV2EthereumAssets_TUSD_A_TOKEN = "0x101cc05f4A51C0319f570d5E146a8C62519
|
|
|
355
355
|
const AaveV2EthereumAssets_TUSD_V_TOKEN = "0x01C0eb1f8c6F1C1bF74ae028697ce7AA2a8b0E92";
|
|
356
356
|
const AaveV2EthereumAssets_TUSD_S_TOKEN = "0x7f38d60D94652072b2C44a18c0e14A481EC3C0dd";
|
|
357
357
|
const AaveV2EthereumAssets_TUSD_ORACLE = "0x3886BA987236181D98F2401c507Fb8BeA7871dF2";
|
|
358
|
-
const AaveV2EthereumAssets_TUSD_INTEREST_RATE_STRATEGY = "
|
|
358
|
+
const AaveV2EthereumAssets_TUSD_INTEREST_RATE_STRATEGY = "0x67a81df2b7FAf4a324D94De9Cc778704F4500478";
|
|
359
359
|
const AaveV2EthereumAssets_USDC_UNDERLYING = "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
360
360
|
const AaveV2EthereumAssets_USDC_A_TOKEN = "0xBcca60bB61934080951369a648Fb03DF4F96263C";
|
|
361
361
|
const AaveV2EthereumAssets_USDC_V_TOKEN = "0x619beb58998eD2278e08620f97007e1116D5D25b";
|
|
@@ -426,8 +426,8 @@ const AaveV2EthereumAssets_FEI_UNDERLYING = "0x956F47F50A910163D8BF957Cf5846D573
|
|
|
426
426
|
const AaveV2EthereumAssets_FEI_A_TOKEN = "0x683923dB55Fead99A79Fa01A27EeC3cB19679cC3";
|
|
427
427
|
const AaveV2EthereumAssets_FEI_V_TOKEN = "0xC2e10006AccAb7B45D9184FcF5b7EC7763f5BaAe";
|
|
428
428
|
const AaveV2EthereumAssets_FEI_S_TOKEN = "0xd89cF9E8A858F8B4b31Faf793505e112d6c17449";
|
|
429
|
-
const AaveV2EthereumAssets_FEI_ORACLE = "
|
|
430
|
-
const AaveV2EthereumAssets_FEI_INTEREST_RATE_STRATEGY = "
|
|
429
|
+
const AaveV2EthereumAssets_FEI_ORACLE = "0xac3AF0f4A52C577Cc2C241dF51a01FDe3D06D93B";
|
|
430
|
+
const AaveV2EthereumAssets_FEI_INTEREST_RATE_STRATEGY = "0x795dC59EA6472Dfa4298A454C6E8Dcb005643A13";
|
|
431
431
|
const AaveV2EthereumAssets_stETH_UNDERLYING = "0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84";
|
|
432
432
|
const AaveV2EthereumAssets_stETH_A_TOKEN = "0x1982b2F5814301d4e9a8b0201555376e62F82428";
|
|
433
433
|
const AaveV2EthereumAssets_stETH_V_TOKEN = "0xA9DEAc9f00Dc4310c35603FCD9D34d1A750f81Db";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/ts/AaveV2EthereumAssets.ts"],"sourcesContent":["export const AaveV2EthereumAssets_USDT_UNDERLYING = '0xdAC17F958D2ee523a2206206994597C13D831ec7';\nexport const AaveV2EthereumAssets_USDT_A_TOKEN = '0x3Ed3B47Dd13EC9a98b44e6204A523E766B225811';\nexport const AaveV2EthereumAssets_USDT_V_TOKEN = '0x531842cEbbdD378f8ee36D171d6cC9C4fcf475Ec';\nexport const AaveV2EthereumAssets_USDT_S_TOKEN = '0xe91D55AB2240594855aBd11b3faAE801Fd4c4687';\nexport const AaveV2EthereumAssets_USDT_ORACLE = '0xEe9F2375b4bdF6387aa8265dD4FB8F16512A1d46';\nexport const AaveV2EthereumAssets_USDT_INTEREST_RATE_STRATEGY =\n '0xF22c8255eA615b3Da6CA5CF5aeCc8956bfF07Aa8';\n\nexport const AaveV2EthereumAssets_WBTC_UNDERLYING = '0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599';\nexport const AaveV2EthereumAssets_WBTC_A_TOKEN = '0x9ff58f4fFB29fA2266Ab25e75e2A8b3503311656';\nexport const AaveV2EthereumAssets_WBTC_V_TOKEN = '0x9c39809Dec7F95F5e0713634a4D0701329B3b4d2';\nexport const AaveV2EthereumAssets_WBTC_S_TOKEN = '0x51B039b9AFE64B78758f8Ef091211b5387eA717c';\nexport const AaveV2EthereumAssets_WBTC_ORACLE = '0xFD858c8bC5ac5e10f01018bC78471bb0DC392247';\nexport const AaveV2EthereumAssets_WBTC_INTEREST_RATE_STRATEGY =\n '0x32f3A6134590fc2d9440663d35a2F0a6265F04c4';\n\nexport const AaveV2EthereumAssets_WETH_UNDERLYING = '0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2';\nexport const AaveV2EthereumAssets_WETH_A_TOKEN = '0x030bA81f1c18d280636F32af80b9AAd02Cf0854e';\nexport const AaveV2EthereumAssets_WETH_V_TOKEN = '0xF63B34710400CAd3e044cFfDcAb00a0f32E33eCf';\nexport const AaveV2EthereumAssets_WETH_S_TOKEN = '0x4e977830ba4bd783C0BB7F15d3e243f73FF57121';\nexport const AaveV2EthereumAssets_WETH_ORACLE = '0x0000000000000000000000000000000000000000';\nexport const AaveV2EthereumAssets_WETH_INTEREST_RATE_STRATEGY =\n '0xb8975328Aa52c00B9Ec1e11e518C4900f2e6C62a';\n\nexport const AaveV2EthereumAssets_YFI_UNDERLYING = '0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e';\nexport const AaveV2EthereumAssets_YFI_A_TOKEN = '0x5165d24277cD063F5ac44Efd447B27025e888f37';\nexport const AaveV2EthereumAssets_YFI_V_TOKEN = '0x7EbD09022Be45AD993BAA1CEc61166Fcc8644d97';\nexport const AaveV2EthereumAssets_YFI_S_TOKEN = '0xca823F78C2Dd38993284bb42Ba9b14152082F7BD';\nexport const AaveV2EthereumAssets_YFI_ORACLE = '0x7c5d4F8345e66f68099581Db340cd65B078C41f4';\nexport const AaveV2EthereumAssets_YFI_INTEREST_RATE_STRATEGY =\n '0xfd71623D7F41360aefE200de4f17E20A29e1d58C';\n\nexport const AaveV2EthereumAssets_ZRX_UNDERLYING = '0xE41d2489571d322189246DaFA5ebDe1F4699F498';\nexport const AaveV2EthereumAssets_ZRX_A_TOKEN = '0xDf7FF54aAcAcbFf42dfe29DD6144A69b629f8C9e';\nexport const AaveV2EthereumAssets_ZRX_V_TOKEN = '0x85791D117A392097590bDeD3bD5abB8d5A20491A';\nexport const AaveV2EthereumAssets_ZRX_S_TOKEN = '0x071B4323a24E73A5afeEbe34118Cd21B8FAAF7C3';\nexport const AaveV2EthereumAssets_ZRX_ORACLE = '0x2Da4983a622a8498bb1a21FaE9D8F6C664939962';\nexport const AaveV2EthereumAssets_ZRX_INTEREST_RATE_STRATEGY =\n '0x1a4babC0e20d892167792AC79618273711afD3e7';\n\nexport const AaveV2EthereumAssets_UNI_UNDERLYING = '0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984';\nexport const AaveV2EthereumAssets_UNI_A_TOKEN = '0xB9D7CB55f463405CDfBe4E90a6D2Df01C2B92BF1';\nexport const AaveV2EthereumAssets_UNI_V_TOKEN = '0x5BdB050A92CADcCfCDcCCBFC17204a1C9cC0Ab73';\nexport const AaveV2EthereumAssets_UNI_S_TOKEN = '0xD939F7430dC8D5a427f156dE1012A56C18AcB6Aa';\nexport const AaveV2EthereumAssets_UNI_ORACLE = '0xD6aA3D25116d8dA79Ea0246c4826EB951872e02e';\nexport const AaveV2EthereumAssets_UNI_INTEREST_RATE_STRATEGY =\n '0x24ABFac8dd8f270D752837fDFe3B3C735361f4eE';\n\nexport const AaveV2EthereumAssets_AAVE_UNDERLYING = '0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9';\nexport const AaveV2EthereumAssets_AAVE_A_TOKEN = '0xFFC97d72E13E01096502Cb8Eb52dEe56f74DAD7B';\nexport const AaveV2EthereumAssets_AAVE_V_TOKEN = '0xF7DBA49d571745D9d7fcb56225B05BEA803EBf3C';\nexport const AaveV2EthereumAssets_AAVE_S_TOKEN = '0x079D6a3E844BcECf5720478A718Edb6575362C5f';\nexport const AaveV2EthereumAssets_AAVE_ORACLE = '0x6Df09E975c830ECae5bd4eD9d90f3A95a4f88012';\nexport const AaveV2EthereumAssets_AAVE_INTEREST_RATE_STRATEGY =\n '0xd4cA26F2496195C4F886D464D8578368236bB747';\n\nexport const AaveV2EthereumAssets_BAT_UNDERLYING = '0x0D8775F648430679A709E98d2b0Cb6250d2887EF';\nexport const AaveV2EthereumAssets_BAT_A_TOKEN = '0x05Ec93c0365baAeAbF7AefFb0972ea7ECdD39CF1';\nexport const AaveV2EthereumAssets_BAT_V_TOKEN = '0xfc218A6Dfe6901CB34B1a5281FC6f1b8e7E56877';\nexport const AaveV2EthereumAssets_BAT_S_TOKEN = '0x277f8676FAcf4dAA5a6EA38ba511B7F65AA02f9F';\nexport const AaveV2EthereumAssets_BAT_ORACLE = '0x0d16d4528239e9ee52fa531af613AcdB23D88c94';\nexport const AaveV2EthereumAssets_BAT_INTEREST_RATE_STRATEGY =\n '0xBdfC85b140edF1FeaFd6eD664027AA4C23b4A29F';\n\nexport const AaveV2EthereumAssets_BUSD_UNDERLYING = '0x4Fabb145d64652a948d72533023f6E7A623C7C53';\nexport const AaveV2EthereumAssets_BUSD_A_TOKEN = '0xA361718326c15715591c299427c62086F69923D9';\nexport const AaveV2EthereumAssets_BUSD_V_TOKEN = '0xbA429f7011c9fa04cDd46a2Da24dc0FF0aC6099c';\nexport const AaveV2EthereumAssets_BUSD_S_TOKEN = '0x4A7A63909A72D268b1D8a93a9395d098688e0e5C';\nexport const AaveV2EthereumAssets_BUSD_ORACLE = '0x614715d2Af89E6EC99A233818275142cE88d1Cfd';\nexport const AaveV2EthereumAssets_BUSD_INTEREST_RATE_STRATEGY =\n '0xB28cA2760001c9837430F20c50fD89Ed56A449f0';\n\nexport const AaveV2EthereumAssets_DAI_UNDERLYING = '0x6B175474E89094C44Da98b954EedeAC495271d0F';\nexport const AaveV2EthereumAssets_DAI_A_TOKEN = '0x028171bCA77440897B824Ca71D1c56caC55b68A3';\nexport const AaveV2EthereumAssets_DAI_V_TOKEN = '0x6C3c78838c761c6Ac7bE9F59fe808ea2A6E4379d';\nexport const AaveV2EthereumAssets_DAI_S_TOKEN = '0x778A13D3eeb110A4f7bb6529F99c000119a08E92';\nexport const AaveV2EthereumAssets_DAI_ORACLE = '0x773616E4d11A78F511299002da57A0a94577F1f4';\nexport const AaveV2EthereumAssets_DAI_INTEREST_RATE_STRATEGY =\n '0xfffE32106A68aA3eD39CcCE673B646423EEaB62a';\n\nexport const AaveV2EthereumAssets_ENJ_UNDERLYING = '0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c';\nexport const AaveV2EthereumAssets_ENJ_A_TOKEN = '0xaC6Df26a590F08dcC95D5a4705ae8abbc88509Ef';\nexport const AaveV2EthereumAssets_ENJ_V_TOKEN = '0x38995F292a6E31b78203254fE1cdd5Ca1010A446';\nexport const AaveV2EthereumAssets_ENJ_S_TOKEN = '0x943DcCA156b5312Aa24c1a08769D67FEce4ac14C';\nexport const AaveV2EthereumAssets_ENJ_ORACLE = '0x24D9aB51950F3d62E9144fdC2f3135DAA6Ce8D1B';\nexport const AaveV2EthereumAssets_ENJ_INTEREST_RATE_STRATEGY =\n '0x4a4fb6B26e7F516594b7242240039EA8FAAc897a';\n\nexport const AaveV2EthereumAssets_KNC_UNDERLYING = '0xdd974D5C2e2928deA5F71b9825b8b646686BD200';\nexport const AaveV2EthereumAssets_KNC_A_TOKEN = '0x39C6b3e42d6A679d7D776778Fe880BC9487C2EDA';\nexport const AaveV2EthereumAssets_KNC_V_TOKEN = '0x6B05D1c608015Ccb8e205A690cB86773A96F39f1';\nexport const AaveV2EthereumAssets_KNC_S_TOKEN = '0x9915dfb872778B2890a117DA1F35F335eb06B54f';\nexport const AaveV2EthereumAssets_KNC_ORACLE = '0x656c0544eF4C98A6a98491833A89204Abb045d6b';\nexport const AaveV2EthereumAssets_KNC_INTEREST_RATE_STRATEGY =\n '0xFDBDa42D2aC1bfbbc10555eb255De8387b8977C4';\n\nexport const AaveV2EthereumAssets_LINK_UNDERLYING = '0x514910771AF9Ca656af840dff83E8264EcF986CA';\nexport const AaveV2EthereumAssets_LINK_A_TOKEN = '0xa06bC25B5805d5F8d82847D191Cb4Af5A3e873E0';\nexport const AaveV2EthereumAssets_LINK_V_TOKEN = '0x0b8f12b1788BFdE65Aa1ca52E3e9F3Ba401be16D';\nexport const AaveV2EthereumAssets_LINK_S_TOKEN = '0xFB4AEc4Cc858F2539EBd3D37f2a43eAe5b15b98a';\nexport const AaveV2EthereumAssets_LINK_ORACLE = '0xDC530D9457755926550b59e8ECcdaE7624181557';\nexport const AaveV2EthereumAssets_LINK_INTEREST_RATE_STRATEGY =\n '0xED6547b83276B076B771B88FcCbD68BDeDb3927f';\n\nexport const AaveV2EthereumAssets_MANA_UNDERLYING = '0x0F5D2fB29fb7d3CFeE444a200298f468908cC942';\nexport const AaveV2EthereumAssets_MANA_A_TOKEN = '0xa685a61171bb30d4072B338c80Cb7b2c865c873E';\nexport const AaveV2EthereumAssets_MANA_V_TOKEN = '0x0A68976301e46Ca6Ce7410DB28883E309EA0D352';\nexport const AaveV2EthereumAssets_MANA_S_TOKEN = '0xD86C74eA2224f4B8591560652b50035E4e5c0a3b';\nexport const AaveV2EthereumAssets_MANA_ORACLE = '0x82A44D92D6c329826dc557c5E1Be6ebeC5D5FeB9';\nexport const AaveV2EthereumAssets_MANA_INTEREST_RATE_STRATEGY =\n '0x004fC239848D8A8d3304729b78ba81d73d83C99F';\n\nexport const AaveV2EthereumAssets_MKR_UNDERLYING = '0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2';\nexport const AaveV2EthereumAssets_MKR_A_TOKEN = '0xc713e5E149D5D0715DcD1c156a020976e7E56B88';\nexport const AaveV2EthereumAssets_MKR_V_TOKEN = '0xba728eAd5e496BE00DCF66F650b6d7758eCB50f8';\nexport const AaveV2EthereumAssets_MKR_S_TOKEN = '0xC01C8E4b12a89456a9fD4e4e75B72546Bf53f0B5';\nexport const AaveV2EthereumAssets_MKR_ORACLE = '0x24551a8Fb2A7211A25a17B1481f043A8a8adC7f2';\nexport const AaveV2EthereumAssets_MKR_INTEREST_RATE_STRATEGY =\n '0xE3a3DE71B827cB73663A24cDB6243bA7F986cC3b';\n\nexport const AaveV2EthereumAssets_REN_UNDERLYING = '0x408e41876cCCDC0F92210600ef50372656052a38';\nexport const AaveV2EthereumAssets_REN_A_TOKEN = '0xCC12AbE4ff81c9378D670De1b57F8e0Dd228D77a';\nexport const AaveV2EthereumAssets_REN_V_TOKEN = '0xcd9D82d33bd737De215cDac57FE2F7f04DF77FE0';\nexport const AaveV2EthereumAssets_REN_S_TOKEN = '0x3356Ec1eFA75d9D150Da1EC7d944D9EDf73703B7';\nexport const AaveV2EthereumAssets_REN_ORACLE = '0x3147D7203354Dc06D9fd350c7a2437bcA92387a4';\nexport const AaveV2EthereumAssets_REN_INTEREST_RATE_STRATEGY =\n '0x9B1e3C7483F0f21abFEaE3AeBC9b47b5f23f5bB0';\n\nexport const AaveV2EthereumAssets_SNX_UNDERLYING = '0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F';\nexport const AaveV2EthereumAssets_SNX_A_TOKEN = '0x35f6B052C598d933D69A4EEC4D04c73A191fE6c2';\nexport const AaveV2EthereumAssets_SNX_V_TOKEN = '0x267EB8Cf715455517F9BD5834AeAE3CeA1EBdbD8';\nexport const AaveV2EthereumAssets_SNX_S_TOKEN = '0x8575c8ae70bDB71606A53AeA1c6789cB0fBF3166';\nexport const AaveV2EthereumAssets_SNX_ORACLE = '0x79291A9d692Df95334B1a0B3B4AE6bC606782f8c';\nexport const AaveV2EthereumAssets_SNX_INTEREST_RATE_STRATEGY =\n '0xCc92073dDe8aE03bAA1812AC5cF22e69b5E76914';\n\nexport const AaveV2EthereumAssets_sUSD_UNDERLYING = '0x57Ab1ec28D129707052df4dF418D58a2D46d5f51';\nexport const AaveV2EthereumAssets_sUSD_A_TOKEN = '0x6C5024Cd4F8A59110119C56f8933403A539555EB';\nexport const AaveV2EthereumAssets_sUSD_V_TOKEN = '0xdC6a3Ab17299D9C2A412B0e0a4C1f55446AE0817';\nexport const AaveV2EthereumAssets_sUSD_S_TOKEN = '0x30B0f7324feDF89d8eff397275F8983397eFe4af';\nexport const AaveV2EthereumAssets_sUSD_ORACLE = '0x8e0b7e6062272B5eF4524250bFFF8e5Bd3497757';\nexport const AaveV2EthereumAssets_sUSD_INTEREST_RATE_STRATEGY =\n '0x3082D0a473385Ed2cbd1f16087ab8b7BF79f0355';\n\nexport const AaveV2EthereumAssets_TUSD_UNDERLYING = '0x0000000000085d4780B73119b644AE5ecd22b376';\nexport const AaveV2EthereumAssets_TUSD_A_TOKEN = '0x101cc05f4A51C0319f570d5E146a8C625198e636';\nexport const AaveV2EthereumAssets_TUSD_V_TOKEN = '0x01C0eb1f8c6F1C1bF74ae028697ce7AA2a8b0E92';\nexport const AaveV2EthereumAssets_TUSD_S_TOKEN = '0x7f38d60D94652072b2C44a18c0e14A481EC3C0dd';\nexport const AaveV2EthereumAssets_TUSD_ORACLE = '0x3886BA987236181D98F2401c507Fb8BeA7871dF2';\nexport const AaveV2EthereumAssets_TUSD_INTEREST_RATE_STRATEGY =\n '0x6bcE15B789e537f3abA3C60CB183F0E8737f05eC';\n\nexport const AaveV2EthereumAssets_USDC_UNDERLYING = '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48';\nexport const AaveV2EthereumAssets_USDC_A_TOKEN = '0xBcca60bB61934080951369a648Fb03DF4F96263C';\nexport const AaveV2EthereumAssets_USDC_V_TOKEN = '0x619beb58998eD2278e08620f97007e1116D5D25b';\nexport const AaveV2EthereumAssets_USDC_S_TOKEN = '0xE4922afAB0BbaDd8ab2a88E0C79d884Ad337fcA6';\nexport const AaveV2EthereumAssets_USDC_ORACLE = '0x986b5E1e1755e3C2440e960477f25201B0a8bbD4';\nexport const AaveV2EthereumAssets_USDC_INTEREST_RATE_STRATEGY =\n '0x8Cae0596bC1eD42dc3F04c4506cfe442b3E74e27';\n\nexport const AaveV2EthereumAssets_CRV_UNDERLYING = '0xD533a949740bb3306d119CC777fa900bA034cd52';\nexport const AaveV2EthereumAssets_CRV_A_TOKEN = '0x8dAE6Cb04688C62d939ed9B68d32Bc62e49970b1';\nexport const AaveV2EthereumAssets_CRV_V_TOKEN = '0x00ad8eBF64F141f1C81e9f8f792d3d1631c6c684';\nexport const AaveV2EthereumAssets_CRV_S_TOKEN = '0x9288059a74f589C919c7Cf1Db433251CdFEB874B';\nexport const AaveV2EthereumAssets_CRV_ORACLE = '0x8a12Be339B0cD1829b91Adc01977caa5E9ac121e';\nexport const AaveV2EthereumAssets_CRV_INTEREST_RATE_STRATEGY =\n '0xA4C2C730A4c01c64d54ce0165c27120989A3C743';\n\nexport const AaveV2EthereumAssets_GUSD_UNDERLYING = '0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd';\nexport const AaveV2EthereumAssets_GUSD_A_TOKEN = '0xD37EE7e4f452C6638c96536e68090De8cBcdb583';\nexport const AaveV2EthereumAssets_GUSD_V_TOKEN = '0x279AF5b99540c1A3A7E3CDd326e19659401eF99e';\nexport const AaveV2EthereumAssets_GUSD_S_TOKEN = '0xf8aC64ec6Ff8E0028b37EB89772d21865321bCe0';\nexport const AaveV2EthereumAssets_GUSD_ORACLE = '0xEc6f4Cd64d28Ef32507e2dc399948aAe9Bbedd7e';\nexport const AaveV2EthereumAssets_GUSD_INTEREST_RATE_STRATEGY =\n '0x78Fe5d0427E669ba9F964C3495fF381a805a0487';\n\nexport const AaveV2EthereumAssets_BAL_UNDERLYING = '0xba100000625a3754423978a60c9317c58a424e3D';\nexport const AaveV2EthereumAssets_BAL_A_TOKEN = '0x272F97b7a56a387aE942350bBC7Df5700f8a4576';\nexport const AaveV2EthereumAssets_BAL_V_TOKEN = '0x13210D4Fe0d5402bd7Ecbc4B5bC5cFcA3b71adB0';\nexport const AaveV2EthereumAssets_BAL_S_TOKEN = '0xe569d31590307d05DA3812964F1eDd551D665a0b';\nexport const AaveV2EthereumAssets_BAL_ORACLE = '0xC1438AA3823A6Ba0C159CfA8D98dF5A994bA120b';\nexport const AaveV2EthereumAssets_BAL_INTEREST_RATE_STRATEGY =\n '0x46158614537A48D51a30073A86b4B73B16D33b53';\n\nexport const AaveV2EthereumAssets_xSUSHI_UNDERLYING = '0x8798249c2E607446EfB7Ad49eC89dD1865Ff4272';\nexport const AaveV2EthereumAssets_xSUSHI_A_TOKEN = '0xF256CC7847E919FAc9B808cC216cAc87CCF2f47a';\nexport const AaveV2EthereumAssets_xSUSHI_V_TOKEN = '0xfAFEDF95E21184E3d880bd56D4806c4b8d31c69A';\nexport const AaveV2EthereumAssets_xSUSHI_S_TOKEN = '0x73Bfb81D7dbA75C904f430eA8BAe82DB0D41187B';\nexport const AaveV2EthereumAssets_xSUSHI_ORACLE = '0xF05D9B6C08757EAcb1fbec18e36A1B7566a13DEB';\nexport const AaveV2EthereumAssets_xSUSHI_INTEREST_RATE_STRATEGY =\n '0xb49034Ada4BE5c6Bb3823A623C6250267110b06b';\n\nexport const AaveV2EthereumAssets_renFIL_UNDERLYING = '0xD5147bc8e386d91Cc5DBE72099DAC6C9b99276F5';\nexport const AaveV2EthereumAssets_renFIL_A_TOKEN = '0x514cd6756CCBe28772d4Cb81bC3156BA9d1744aa';\nexport const AaveV2EthereumAssets_renFIL_V_TOKEN = '0x348e2eBD5E962854871874E444F4122399c02755';\nexport const AaveV2EthereumAssets_renFIL_S_TOKEN = '0xcAad05C49E14075077915cB5C820EB3245aFb950';\nexport const AaveV2EthereumAssets_renFIL_ORACLE = '0x0606Be69451B1C9861Ac6b3626b99093b713E801';\nexport const AaveV2EthereumAssets_renFIL_INTEREST_RATE_STRATEGY =\n '0x311C866D55456e465e314A3E9830276B438A73f0';\n\nexport const AaveV2EthereumAssets_RAI_UNDERLYING = '0x03ab458634910AaD20eF5f1C8ee96F1D6ac54919';\nexport const AaveV2EthereumAssets_RAI_A_TOKEN = '0xc9BC48c72154ef3e5425641a3c747242112a46AF';\nexport const AaveV2EthereumAssets_RAI_V_TOKEN = '0xB5385132EE8321977FfF44b60cDE9fE9AB0B4e6b';\nexport const AaveV2EthereumAssets_RAI_S_TOKEN = '0x9C72B8476C33AE214ee3e8C20F0bc28496a62032';\nexport const AaveV2EthereumAssets_RAI_ORACLE = '0x4ad7B025127e89263242aB68F0f9c4E5C033B489';\nexport const AaveV2EthereumAssets_RAI_INTEREST_RATE_STRATEGY =\n '0xA7d4df837926cD55036175AfeF38395d56A64c22';\n\nexport const AaveV2EthereumAssets_AMPL_UNDERLYING = '0xD46bA6D942050d489DBd938a2C909A5d5039A161';\nexport const AaveV2EthereumAssets_AMPL_A_TOKEN = '0x1E6bb68Acec8fefBD87D192bE09bb274170a0548';\nexport const AaveV2EthereumAssets_AMPL_V_TOKEN = '0xf013D90E4e4E3Baf420dFea60735e75dbd42f1e1';\nexport const AaveV2EthereumAssets_AMPL_S_TOKEN = '0x18152C9f77DAdc737006e9430dB913159645fa87';\nexport const AaveV2EthereumAssets_AMPL_ORACLE = '0x492575FDD11a0fCf2C6C719867890a7648d526eB';\nexport const AaveV2EthereumAssets_AMPL_INTEREST_RATE_STRATEGY =\n '0x84d1FaD9559b8AC1Fda17d073B8542c8Fb6986dd';\n\nexport const AaveV2EthereumAssets_USDP_UNDERLYING = '0x8E870D67F660D95d5be530380D0eC0bd388289E1';\nexport const AaveV2EthereumAssets_USDP_A_TOKEN = '0x2e8F4bdbE3d47d7d7DE490437AeA9915D930F1A3';\nexport const AaveV2EthereumAssets_USDP_V_TOKEN = '0xFDb93B3b10936cf81FA59A02A7523B6e2149b2B7';\nexport const AaveV2EthereumAssets_USDP_S_TOKEN = '0x2387119bc85A74e0BBcbe190d80676CB16F10D4F';\nexport const AaveV2EthereumAssets_USDP_ORACLE = '0x3a08ebBaB125224b7b6474384Ee39fBb247D2200';\nexport const AaveV2EthereumAssets_USDP_INTEREST_RATE_STRATEGY =\n '0xaC63290BC16fBc33353b14f139cEf1c660ba56F0';\n\nexport const AaveV2EthereumAssets_DPI_UNDERLYING = '0x1494CA1F11D487c2bBe4543E90080AeBa4BA3C2b';\nexport const AaveV2EthereumAssets_DPI_A_TOKEN = '0x6F634c6135D2EBD550000ac92F494F9CB8183dAe';\nexport const AaveV2EthereumAssets_DPI_V_TOKEN = '0x4dDff5885a67E4EffeC55875a3977D7E60F82ae0';\nexport const AaveV2EthereumAssets_DPI_S_TOKEN = '0xa3953F07f389d719F99FC378ebDb9276177d8A6e';\nexport const AaveV2EthereumAssets_DPI_ORACLE = '0x029849bbc0b1d93b85a8b6190e979fd38F5760E2';\nexport const AaveV2EthereumAssets_DPI_INTEREST_RATE_STRATEGY =\n '0x9440aEc0795D7485e58bCF26622c2f4A681A9671';\n\nexport const AaveV2EthereumAssets_FRAX_UNDERLYING = '0x853d955aCEf822Db058eb8505911ED77F175b99e';\nexport const AaveV2EthereumAssets_FRAX_A_TOKEN = '0xd4937682df3C8aEF4FE912A96A74121C0829E664';\nexport const AaveV2EthereumAssets_FRAX_V_TOKEN = '0xfE8F19B17fFeF0fDbfe2671F248903055AFAA8Ca';\nexport const AaveV2EthereumAssets_FRAX_S_TOKEN = '0x3916e3B6c84b161df1b2733dFfc9569a1dA710c2';\nexport const AaveV2EthereumAssets_FRAX_ORACLE = '0x14d04Fff8D21bd62987a5cE9ce543d2F1edF5D3E';\nexport const AaveV2EthereumAssets_FRAX_INTEREST_RATE_STRATEGY =\n '0x492dcEF1fc5253413fC5576B9522840a1A774DCe';\n\nexport const AaveV2EthereumAssets_FEI_UNDERLYING = '0x956F47F50A910163D8BF957Cf5846D573E7f87CA';\nexport const AaveV2EthereumAssets_FEI_A_TOKEN = '0x683923dB55Fead99A79Fa01A27EeC3cB19679cC3';\nexport const AaveV2EthereumAssets_FEI_V_TOKEN = '0xC2e10006AccAb7B45D9184FcF5b7EC7763f5BaAe';\nexport const AaveV2EthereumAssets_FEI_S_TOKEN = '0xd89cF9E8A858F8B4b31Faf793505e112d6c17449';\nexport const AaveV2EthereumAssets_FEI_ORACLE = '0x7F0D2c2838c6AC24443d13e23d99490017bDe370';\nexport const AaveV2EthereumAssets_FEI_INTEREST_RATE_STRATEGY =\n '0xF0bA2a8c12A2354c075b363765EAe825619bd490';\n\nexport const AaveV2EthereumAssets_stETH_UNDERLYING = '0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84';\nexport const AaveV2EthereumAssets_stETH_A_TOKEN = '0x1982b2F5814301d4e9a8b0201555376e62F82428';\nexport const AaveV2EthereumAssets_stETH_V_TOKEN = '0xA9DEAc9f00Dc4310c35603FCD9D34d1A750f81Db';\nexport const AaveV2EthereumAssets_stETH_S_TOKEN = '0x66457616Dd8489dF5D0AFD8678F4A260088aAF55';\nexport const AaveV2EthereumAssets_stETH_ORACLE = '0xADE6CBA6c45aa8E9d0337cAc3D2619eabc39D901';\nexport const AaveV2EthereumAssets_stETH_INTEREST_RATE_STRATEGY =\n '0xff04ed5f7a6C3a0F1e5Ea20617F8C6f513D5A77c';\n\nexport const AaveV2EthereumAssets_ENS_UNDERLYING = '0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72';\nexport const AaveV2EthereumAssets_ENS_A_TOKEN = '0x9a14e23A58edf4EFDcB360f68cd1b95ce2081a2F';\nexport const AaveV2EthereumAssets_ENS_V_TOKEN = '0x176808047cc9b7A2C9AE202c593ED42dDD7C0D13';\nexport const AaveV2EthereumAssets_ENS_S_TOKEN = '0x34441FFD1948E49dC7a607882D0c38Efd0083815';\nexport const AaveV2EthereumAssets_ENS_ORACLE = '0xd4641b75015E6536E8102D98479568D05D7123Db';\nexport const AaveV2EthereumAssets_ENS_INTEREST_RATE_STRATEGY =\n '0xb2eD1eCE1c13455Ce9299d35D3B00358529f3Dc8';\n\nexport const AaveV2EthereumAssets_UST_UNDERLYING = '0xa693B19d2931d498c5B318dF961919BB4aee87a5';\nexport const AaveV2EthereumAssets_UST_A_TOKEN = '0xc2e2152647F4C26028482Efaf64b2Aa28779EFC4';\nexport const AaveV2EthereumAssets_UST_V_TOKEN = '0xaf32001cf2E66C4C3af4205F6EA77112AA4160FE';\nexport const AaveV2EthereumAssets_UST_S_TOKEN = '0x7FDbfB0412700D94403c42cA3CAEeeA183F07B26';\nexport const AaveV2EthereumAssets_UST_ORACLE = '0xa20623070413d42a5C01Db2c8111640DD7A5A03a';\nexport const AaveV2EthereumAssets_UST_INTEREST_RATE_STRATEGY =\n '0x0dEDCaE8Eb22A2EFB597aBde1834173C47Cff186';\n\nexport const AaveV2EthereumAssets_CVX_UNDERLYING = '0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B';\nexport const AaveV2EthereumAssets_CVX_A_TOKEN = '0x952749E07d7157bb9644A894dFAF3Bad5eF6D918';\nexport const AaveV2EthereumAssets_CVX_V_TOKEN = '0x4Ae5E4409C6Dbc84A00f9f89e4ba096603fb7d50';\nexport const AaveV2EthereumAssets_CVX_S_TOKEN = '0xB01Eb1cE1Da06179136D561766fc2d609C5F55Eb';\nexport const AaveV2EthereumAssets_CVX_ORACLE = '0xC9CbF687f43176B302F03f5e58470b77D07c61c6';\nexport const AaveV2EthereumAssets_CVX_INTEREST_RATE_STRATEGY =\n '0x1dA981865AE7a0C838eFBF4C7DFecb5c7268E73A';\n\nexport const AaveV2EthereumAssets_ONE_INCH_UNDERLYING =\n '0x111111111117dC0aa78b770fA6A738034120C302';\nexport const AaveV2EthereumAssets_ONE_INCH_A_TOKEN = '0xB29130CBcC3F791f077eAdE0266168E808E5151e';\nexport const AaveV2EthereumAssets_ONE_INCH_V_TOKEN = '0xD7896C1B9b4455aFf31473908eB15796ad2295DA';\nexport const AaveV2EthereumAssets_ONE_INCH_S_TOKEN = '0x1278d6ED804d59d2d18a5Aa5638DfD591A79aF0a';\nexport const AaveV2EthereumAssets_ONE_INCH_ORACLE = '0x72AFAECF99C9d9C8215fF44C77B94B99C28741e8';\nexport const AaveV2EthereumAssets_ONE_INCH_INTEREST_RATE_STRATEGY =\n '0xb2eD1eCE1c13455Ce9299d35D3B00358529f3Dc8';\n\nexport const AaveV2EthereumAssets_LUSD_UNDERLYING = '0x5f98805A4E8be255a32880FDeC7F6728C6568bA0';\nexport const AaveV2EthereumAssets_LUSD_A_TOKEN = '0xce1871f791548600cb59efbefFC9c38719142079';\nexport const AaveV2EthereumAssets_LUSD_V_TOKEN = '0x411066489AB40442d6Fc215aD7c64224120D33F2';\nexport const AaveV2EthereumAssets_LUSD_S_TOKEN = '0x39f010127274b2dBdB770B45e1de54d974974526';\nexport const AaveV2EthereumAssets_LUSD_ORACLE = '0x60c0b047133f696334a2b7f68af0b49d2F3D4F72';\nexport const AaveV2EthereumAssets_LUSD_INTEREST_RATE_STRATEGY =\n '0x545Ae1908B6F12e91E03B1DEC4F2e06D0570fE1b';\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAO,MAAM,uCAAuC;AAC7C,MAAM,oCAAoC;AAC1C,MAAM,oCAAoC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","names":[]}
|
|
1
|
+
{"version":3,"sources":["../src/ts/AaveV2EthereumAssets.ts"],"sourcesContent":["export const AaveV2EthereumAssets_USDT_UNDERLYING = '0xdAC17F958D2ee523a2206206994597C13D831ec7';\nexport const AaveV2EthereumAssets_USDT_A_TOKEN = '0x3Ed3B47Dd13EC9a98b44e6204A523E766B225811';\nexport const AaveV2EthereumAssets_USDT_V_TOKEN = '0x531842cEbbdD378f8ee36D171d6cC9C4fcf475Ec';\nexport const AaveV2EthereumAssets_USDT_S_TOKEN = '0xe91D55AB2240594855aBd11b3faAE801Fd4c4687';\nexport const AaveV2EthereumAssets_USDT_ORACLE = '0xEe9F2375b4bdF6387aa8265dD4FB8F16512A1d46';\nexport const AaveV2EthereumAssets_USDT_INTEREST_RATE_STRATEGY =\n '0xF22c8255eA615b3Da6CA5CF5aeCc8956bfF07Aa8';\n\nexport const AaveV2EthereumAssets_WBTC_UNDERLYING = '0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599';\nexport const AaveV2EthereumAssets_WBTC_A_TOKEN = '0x9ff58f4fFB29fA2266Ab25e75e2A8b3503311656';\nexport const AaveV2EthereumAssets_WBTC_V_TOKEN = '0x9c39809Dec7F95F5e0713634a4D0701329B3b4d2';\nexport const AaveV2EthereumAssets_WBTC_S_TOKEN = '0x51B039b9AFE64B78758f8Ef091211b5387eA717c';\nexport const AaveV2EthereumAssets_WBTC_ORACLE = '0xFD858c8bC5ac5e10f01018bC78471bb0DC392247';\nexport const AaveV2EthereumAssets_WBTC_INTEREST_RATE_STRATEGY =\n '0x32f3A6134590fc2d9440663d35a2F0a6265F04c4';\n\nexport const AaveV2EthereumAssets_WETH_UNDERLYING = '0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2';\nexport const AaveV2EthereumAssets_WETH_A_TOKEN = '0x030bA81f1c18d280636F32af80b9AAd02Cf0854e';\nexport const AaveV2EthereumAssets_WETH_V_TOKEN = '0xF63B34710400CAd3e044cFfDcAb00a0f32E33eCf';\nexport const AaveV2EthereumAssets_WETH_S_TOKEN = '0x4e977830ba4bd783C0BB7F15d3e243f73FF57121';\nexport const AaveV2EthereumAssets_WETH_ORACLE = '0x0000000000000000000000000000000000000000';\nexport const AaveV2EthereumAssets_WETH_INTEREST_RATE_STRATEGY =\n '0xb8975328Aa52c00B9Ec1e11e518C4900f2e6C62a';\n\nexport const AaveV2EthereumAssets_YFI_UNDERLYING = '0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e';\nexport const AaveV2EthereumAssets_YFI_A_TOKEN = '0x5165d24277cD063F5ac44Efd447B27025e888f37';\nexport const AaveV2EthereumAssets_YFI_V_TOKEN = '0x7EbD09022Be45AD993BAA1CEc61166Fcc8644d97';\nexport const AaveV2EthereumAssets_YFI_S_TOKEN = '0xca823F78C2Dd38993284bb42Ba9b14152082F7BD';\nexport const AaveV2EthereumAssets_YFI_ORACLE = '0x7c5d4F8345e66f68099581Db340cd65B078C41f4';\nexport const AaveV2EthereumAssets_YFI_INTEREST_RATE_STRATEGY =\n '0xfd71623D7F41360aefE200de4f17E20A29e1d58C';\n\nexport const AaveV2EthereumAssets_ZRX_UNDERLYING = '0xE41d2489571d322189246DaFA5ebDe1F4699F498';\nexport const AaveV2EthereumAssets_ZRX_A_TOKEN = '0xDf7FF54aAcAcbFf42dfe29DD6144A69b629f8C9e';\nexport const AaveV2EthereumAssets_ZRX_V_TOKEN = '0x85791D117A392097590bDeD3bD5abB8d5A20491A';\nexport const AaveV2EthereumAssets_ZRX_S_TOKEN = '0x071B4323a24E73A5afeEbe34118Cd21B8FAAF7C3';\nexport const AaveV2EthereumAssets_ZRX_ORACLE = '0x2Da4983a622a8498bb1a21FaE9D8F6C664939962';\nexport const AaveV2EthereumAssets_ZRX_INTEREST_RATE_STRATEGY =\n '0x1a4babC0e20d892167792AC79618273711afD3e7';\n\nexport const AaveV2EthereumAssets_UNI_UNDERLYING = '0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984';\nexport const AaveV2EthereumAssets_UNI_A_TOKEN = '0xB9D7CB55f463405CDfBe4E90a6D2Df01C2B92BF1';\nexport const AaveV2EthereumAssets_UNI_V_TOKEN = '0x5BdB050A92CADcCfCDcCCBFC17204a1C9cC0Ab73';\nexport const AaveV2EthereumAssets_UNI_S_TOKEN = '0xD939F7430dC8D5a427f156dE1012A56C18AcB6Aa';\nexport const AaveV2EthereumAssets_UNI_ORACLE = '0xD6aA3D25116d8dA79Ea0246c4826EB951872e02e';\nexport const AaveV2EthereumAssets_UNI_INTEREST_RATE_STRATEGY =\n '0x24ABFac8dd8f270D752837fDFe3B3C735361f4eE';\n\nexport const AaveV2EthereumAssets_AAVE_UNDERLYING = '0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9';\nexport const AaveV2EthereumAssets_AAVE_A_TOKEN = '0xFFC97d72E13E01096502Cb8Eb52dEe56f74DAD7B';\nexport const AaveV2EthereumAssets_AAVE_V_TOKEN = '0xF7DBA49d571745D9d7fcb56225B05BEA803EBf3C';\nexport const AaveV2EthereumAssets_AAVE_S_TOKEN = '0x079D6a3E844BcECf5720478A718Edb6575362C5f';\nexport const AaveV2EthereumAssets_AAVE_ORACLE = '0x6Df09E975c830ECae5bd4eD9d90f3A95a4f88012';\nexport const AaveV2EthereumAssets_AAVE_INTEREST_RATE_STRATEGY =\n '0xd4cA26F2496195C4F886D464D8578368236bB747';\n\nexport const AaveV2EthereumAssets_BAT_UNDERLYING = '0x0D8775F648430679A709E98d2b0Cb6250d2887EF';\nexport const AaveV2EthereumAssets_BAT_A_TOKEN = '0x05Ec93c0365baAeAbF7AefFb0972ea7ECdD39CF1';\nexport const AaveV2EthereumAssets_BAT_V_TOKEN = '0xfc218A6Dfe6901CB34B1a5281FC6f1b8e7E56877';\nexport const AaveV2EthereumAssets_BAT_S_TOKEN = '0x277f8676FAcf4dAA5a6EA38ba511B7F65AA02f9F';\nexport const AaveV2EthereumAssets_BAT_ORACLE = '0x0d16d4528239e9ee52fa531af613AcdB23D88c94';\nexport const AaveV2EthereumAssets_BAT_INTEREST_RATE_STRATEGY =\n '0xBdfC85b140edF1FeaFd6eD664027AA4C23b4A29F';\n\nexport const AaveV2EthereumAssets_BUSD_UNDERLYING = '0x4Fabb145d64652a948d72533023f6E7A623C7C53';\nexport const AaveV2EthereumAssets_BUSD_A_TOKEN = '0xA361718326c15715591c299427c62086F69923D9';\nexport const AaveV2EthereumAssets_BUSD_V_TOKEN = '0xbA429f7011c9fa04cDd46a2Da24dc0FF0aC6099c';\nexport const AaveV2EthereumAssets_BUSD_S_TOKEN = '0x4A7A63909A72D268b1D8a93a9395d098688e0e5C';\nexport const AaveV2EthereumAssets_BUSD_ORACLE = '0x614715d2Af89E6EC99A233818275142cE88d1Cfd';\nexport const AaveV2EthereumAssets_BUSD_INTEREST_RATE_STRATEGY =\n '0xB28cA2760001c9837430F20c50fD89Ed56A449f0';\n\nexport const AaveV2EthereumAssets_DAI_UNDERLYING = '0x6B175474E89094C44Da98b954EedeAC495271d0F';\nexport const AaveV2EthereumAssets_DAI_A_TOKEN = '0x028171bCA77440897B824Ca71D1c56caC55b68A3';\nexport const AaveV2EthereumAssets_DAI_V_TOKEN = '0x6C3c78838c761c6Ac7bE9F59fe808ea2A6E4379d';\nexport const AaveV2EthereumAssets_DAI_S_TOKEN = '0x778A13D3eeb110A4f7bb6529F99c000119a08E92';\nexport const AaveV2EthereumAssets_DAI_ORACLE = '0x773616E4d11A78F511299002da57A0a94577F1f4';\nexport const AaveV2EthereumAssets_DAI_INTEREST_RATE_STRATEGY =\n '0xfffE32106A68aA3eD39CcCE673B646423EEaB62a';\n\nexport const AaveV2EthereumAssets_ENJ_UNDERLYING = '0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c';\nexport const AaveV2EthereumAssets_ENJ_A_TOKEN = '0xaC6Df26a590F08dcC95D5a4705ae8abbc88509Ef';\nexport const AaveV2EthereumAssets_ENJ_V_TOKEN = '0x38995F292a6E31b78203254fE1cdd5Ca1010A446';\nexport const AaveV2EthereumAssets_ENJ_S_TOKEN = '0x943DcCA156b5312Aa24c1a08769D67FEce4ac14C';\nexport const AaveV2EthereumAssets_ENJ_ORACLE = '0x24D9aB51950F3d62E9144fdC2f3135DAA6Ce8D1B';\nexport const AaveV2EthereumAssets_ENJ_INTEREST_RATE_STRATEGY =\n '0x4a4fb6B26e7F516594b7242240039EA8FAAc897a';\n\nexport const AaveV2EthereumAssets_KNC_UNDERLYING = '0xdd974D5C2e2928deA5F71b9825b8b646686BD200';\nexport const AaveV2EthereumAssets_KNC_A_TOKEN = '0x39C6b3e42d6A679d7D776778Fe880BC9487C2EDA';\nexport const AaveV2EthereumAssets_KNC_V_TOKEN = '0x6B05D1c608015Ccb8e205A690cB86773A96F39f1';\nexport const AaveV2EthereumAssets_KNC_S_TOKEN = '0x9915dfb872778B2890a117DA1F35F335eb06B54f';\nexport const AaveV2EthereumAssets_KNC_ORACLE = '0x656c0544eF4C98A6a98491833A89204Abb045d6b';\nexport const AaveV2EthereumAssets_KNC_INTEREST_RATE_STRATEGY =\n '0xFDBDa42D2aC1bfbbc10555eb255De8387b8977C4';\n\nexport const AaveV2EthereumAssets_LINK_UNDERLYING = '0x514910771AF9Ca656af840dff83E8264EcF986CA';\nexport const AaveV2EthereumAssets_LINK_A_TOKEN = '0xa06bC25B5805d5F8d82847D191Cb4Af5A3e873E0';\nexport const AaveV2EthereumAssets_LINK_V_TOKEN = '0x0b8f12b1788BFdE65Aa1ca52E3e9F3Ba401be16D';\nexport const AaveV2EthereumAssets_LINK_S_TOKEN = '0xFB4AEc4Cc858F2539EBd3D37f2a43eAe5b15b98a';\nexport const AaveV2EthereumAssets_LINK_ORACLE = '0xDC530D9457755926550b59e8ECcdaE7624181557';\nexport const AaveV2EthereumAssets_LINK_INTEREST_RATE_STRATEGY =\n '0xED6547b83276B076B771B88FcCbD68BDeDb3927f';\n\nexport const AaveV2EthereumAssets_MANA_UNDERLYING = '0x0F5D2fB29fb7d3CFeE444a200298f468908cC942';\nexport const AaveV2EthereumAssets_MANA_A_TOKEN = '0xa685a61171bb30d4072B338c80Cb7b2c865c873E';\nexport const AaveV2EthereumAssets_MANA_V_TOKEN = '0x0A68976301e46Ca6Ce7410DB28883E309EA0D352';\nexport const AaveV2EthereumAssets_MANA_S_TOKEN = '0xD86C74eA2224f4B8591560652b50035E4e5c0a3b';\nexport const AaveV2EthereumAssets_MANA_ORACLE = '0x82A44D92D6c329826dc557c5E1Be6ebeC5D5FeB9';\nexport const AaveV2EthereumAssets_MANA_INTEREST_RATE_STRATEGY =\n '0x004fC239848D8A8d3304729b78ba81d73d83C99F';\n\nexport const AaveV2EthereumAssets_MKR_UNDERLYING = '0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2';\nexport const AaveV2EthereumAssets_MKR_A_TOKEN = '0xc713e5E149D5D0715DcD1c156a020976e7E56B88';\nexport const AaveV2EthereumAssets_MKR_V_TOKEN = '0xba728eAd5e496BE00DCF66F650b6d7758eCB50f8';\nexport const AaveV2EthereumAssets_MKR_S_TOKEN = '0xC01C8E4b12a89456a9fD4e4e75B72546Bf53f0B5';\nexport const AaveV2EthereumAssets_MKR_ORACLE = '0x24551a8Fb2A7211A25a17B1481f043A8a8adC7f2';\nexport const AaveV2EthereumAssets_MKR_INTEREST_RATE_STRATEGY =\n '0xE3a3DE71B827cB73663A24cDB6243bA7F986cC3b';\n\nexport const AaveV2EthereumAssets_REN_UNDERLYING = '0x408e41876cCCDC0F92210600ef50372656052a38';\nexport const AaveV2EthereumAssets_REN_A_TOKEN = '0xCC12AbE4ff81c9378D670De1b57F8e0Dd228D77a';\nexport const AaveV2EthereumAssets_REN_V_TOKEN = '0xcd9D82d33bd737De215cDac57FE2F7f04DF77FE0';\nexport const AaveV2EthereumAssets_REN_S_TOKEN = '0x3356Ec1eFA75d9D150Da1EC7d944D9EDf73703B7';\nexport const AaveV2EthereumAssets_REN_ORACLE = '0x3147D7203354Dc06D9fd350c7a2437bcA92387a4';\nexport const AaveV2EthereumAssets_REN_INTEREST_RATE_STRATEGY =\n '0x9B1e3C7483F0f21abFEaE3AeBC9b47b5f23f5bB0';\n\nexport const AaveV2EthereumAssets_SNX_UNDERLYING = '0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F';\nexport const AaveV2EthereumAssets_SNX_A_TOKEN = '0x35f6B052C598d933D69A4EEC4D04c73A191fE6c2';\nexport const AaveV2EthereumAssets_SNX_V_TOKEN = '0x267EB8Cf715455517F9BD5834AeAE3CeA1EBdbD8';\nexport const AaveV2EthereumAssets_SNX_S_TOKEN = '0x8575c8ae70bDB71606A53AeA1c6789cB0fBF3166';\nexport const AaveV2EthereumAssets_SNX_ORACLE = '0x79291A9d692Df95334B1a0B3B4AE6bC606782f8c';\nexport const AaveV2EthereumAssets_SNX_INTEREST_RATE_STRATEGY =\n '0xCc92073dDe8aE03bAA1812AC5cF22e69b5E76914';\n\nexport const AaveV2EthereumAssets_sUSD_UNDERLYING = '0x57Ab1ec28D129707052df4dF418D58a2D46d5f51';\nexport const AaveV2EthereumAssets_sUSD_A_TOKEN = '0x6C5024Cd4F8A59110119C56f8933403A539555EB';\nexport const AaveV2EthereumAssets_sUSD_V_TOKEN = '0xdC6a3Ab17299D9C2A412B0e0a4C1f55446AE0817';\nexport const AaveV2EthereumAssets_sUSD_S_TOKEN = '0x30B0f7324feDF89d8eff397275F8983397eFe4af';\nexport const AaveV2EthereumAssets_sUSD_ORACLE = '0x8e0b7e6062272B5eF4524250bFFF8e5Bd3497757';\nexport const AaveV2EthereumAssets_sUSD_INTEREST_RATE_STRATEGY =\n '0x3082D0a473385Ed2cbd1f16087ab8b7BF79f0355';\n\nexport const AaveV2EthereumAssets_TUSD_UNDERLYING = '0x0000000000085d4780B73119b644AE5ecd22b376';\nexport const AaveV2EthereumAssets_TUSD_A_TOKEN = '0x101cc05f4A51C0319f570d5E146a8C625198e636';\nexport const AaveV2EthereumAssets_TUSD_V_TOKEN = '0x01C0eb1f8c6F1C1bF74ae028697ce7AA2a8b0E92';\nexport const AaveV2EthereumAssets_TUSD_S_TOKEN = '0x7f38d60D94652072b2C44a18c0e14A481EC3C0dd';\nexport const AaveV2EthereumAssets_TUSD_ORACLE = '0x3886BA987236181D98F2401c507Fb8BeA7871dF2';\nexport const AaveV2EthereumAssets_TUSD_INTEREST_RATE_STRATEGY =\n '0x67a81df2b7FAf4a324D94De9Cc778704F4500478';\n\nexport const AaveV2EthereumAssets_USDC_UNDERLYING = '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48';\nexport const AaveV2EthereumAssets_USDC_A_TOKEN = '0xBcca60bB61934080951369a648Fb03DF4F96263C';\nexport const AaveV2EthereumAssets_USDC_V_TOKEN = '0x619beb58998eD2278e08620f97007e1116D5D25b';\nexport const AaveV2EthereumAssets_USDC_S_TOKEN = '0xE4922afAB0BbaDd8ab2a88E0C79d884Ad337fcA6';\nexport const AaveV2EthereumAssets_USDC_ORACLE = '0x986b5E1e1755e3C2440e960477f25201B0a8bbD4';\nexport const AaveV2EthereumAssets_USDC_INTEREST_RATE_STRATEGY =\n '0x8Cae0596bC1eD42dc3F04c4506cfe442b3E74e27';\n\nexport const AaveV2EthereumAssets_CRV_UNDERLYING = '0xD533a949740bb3306d119CC777fa900bA034cd52';\nexport const AaveV2EthereumAssets_CRV_A_TOKEN = '0x8dAE6Cb04688C62d939ed9B68d32Bc62e49970b1';\nexport const AaveV2EthereumAssets_CRV_V_TOKEN = '0x00ad8eBF64F141f1C81e9f8f792d3d1631c6c684';\nexport const AaveV2EthereumAssets_CRV_S_TOKEN = '0x9288059a74f589C919c7Cf1Db433251CdFEB874B';\nexport const AaveV2EthereumAssets_CRV_ORACLE = '0x8a12Be339B0cD1829b91Adc01977caa5E9ac121e';\nexport const AaveV2EthereumAssets_CRV_INTEREST_RATE_STRATEGY =\n '0xA4C2C730A4c01c64d54ce0165c27120989A3C743';\n\nexport const AaveV2EthereumAssets_GUSD_UNDERLYING = '0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd';\nexport const AaveV2EthereumAssets_GUSD_A_TOKEN = '0xD37EE7e4f452C6638c96536e68090De8cBcdb583';\nexport const AaveV2EthereumAssets_GUSD_V_TOKEN = '0x279AF5b99540c1A3A7E3CDd326e19659401eF99e';\nexport const AaveV2EthereumAssets_GUSD_S_TOKEN = '0xf8aC64ec6Ff8E0028b37EB89772d21865321bCe0';\nexport const AaveV2EthereumAssets_GUSD_ORACLE = '0xEc6f4Cd64d28Ef32507e2dc399948aAe9Bbedd7e';\nexport const AaveV2EthereumAssets_GUSD_INTEREST_RATE_STRATEGY =\n '0x78Fe5d0427E669ba9F964C3495fF381a805a0487';\n\nexport const AaveV2EthereumAssets_BAL_UNDERLYING = '0xba100000625a3754423978a60c9317c58a424e3D';\nexport const AaveV2EthereumAssets_BAL_A_TOKEN = '0x272F97b7a56a387aE942350bBC7Df5700f8a4576';\nexport const AaveV2EthereumAssets_BAL_V_TOKEN = '0x13210D4Fe0d5402bd7Ecbc4B5bC5cFcA3b71adB0';\nexport const AaveV2EthereumAssets_BAL_S_TOKEN = '0xe569d31590307d05DA3812964F1eDd551D665a0b';\nexport const AaveV2EthereumAssets_BAL_ORACLE = '0xC1438AA3823A6Ba0C159CfA8D98dF5A994bA120b';\nexport const AaveV2EthereumAssets_BAL_INTEREST_RATE_STRATEGY =\n '0x46158614537A48D51a30073A86b4B73B16D33b53';\n\nexport const AaveV2EthereumAssets_xSUSHI_UNDERLYING = '0x8798249c2E607446EfB7Ad49eC89dD1865Ff4272';\nexport const AaveV2EthereumAssets_xSUSHI_A_TOKEN = '0xF256CC7847E919FAc9B808cC216cAc87CCF2f47a';\nexport const AaveV2EthereumAssets_xSUSHI_V_TOKEN = '0xfAFEDF95E21184E3d880bd56D4806c4b8d31c69A';\nexport const AaveV2EthereumAssets_xSUSHI_S_TOKEN = '0x73Bfb81D7dbA75C904f430eA8BAe82DB0D41187B';\nexport const AaveV2EthereumAssets_xSUSHI_ORACLE = '0xF05D9B6C08757EAcb1fbec18e36A1B7566a13DEB';\nexport const AaveV2EthereumAssets_xSUSHI_INTEREST_RATE_STRATEGY =\n '0xb49034Ada4BE5c6Bb3823A623C6250267110b06b';\n\nexport const AaveV2EthereumAssets_renFIL_UNDERLYING = '0xD5147bc8e386d91Cc5DBE72099DAC6C9b99276F5';\nexport const AaveV2EthereumAssets_renFIL_A_TOKEN = '0x514cd6756CCBe28772d4Cb81bC3156BA9d1744aa';\nexport const AaveV2EthereumAssets_renFIL_V_TOKEN = '0x348e2eBD5E962854871874E444F4122399c02755';\nexport const AaveV2EthereumAssets_renFIL_S_TOKEN = '0xcAad05C49E14075077915cB5C820EB3245aFb950';\nexport const AaveV2EthereumAssets_renFIL_ORACLE = '0x0606Be69451B1C9861Ac6b3626b99093b713E801';\nexport const AaveV2EthereumAssets_renFIL_INTEREST_RATE_STRATEGY =\n '0x311C866D55456e465e314A3E9830276B438A73f0';\n\nexport const AaveV2EthereumAssets_RAI_UNDERLYING = '0x03ab458634910AaD20eF5f1C8ee96F1D6ac54919';\nexport const AaveV2EthereumAssets_RAI_A_TOKEN = '0xc9BC48c72154ef3e5425641a3c747242112a46AF';\nexport const AaveV2EthereumAssets_RAI_V_TOKEN = '0xB5385132EE8321977FfF44b60cDE9fE9AB0B4e6b';\nexport const AaveV2EthereumAssets_RAI_S_TOKEN = '0x9C72B8476C33AE214ee3e8C20F0bc28496a62032';\nexport const AaveV2EthereumAssets_RAI_ORACLE = '0x4ad7B025127e89263242aB68F0f9c4E5C033B489';\nexport const AaveV2EthereumAssets_RAI_INTEREST_RATE_STRATEGY =\n '0xA7d4df837926cD55036175AfeF38395d56A64c22';\n\nexport const AaveV2EthereumAssets_AMPL_UNDERLYING = '0xD46bA6D942050d489DBd938a2C909A5d5039A161';\nexport const AaveV2EthereumAssets_AMPL_A_TOKEN = '0x1E6bb68Acec8fefBD87D192bE09bb274170a0548';\nexport const AaveV2EthereumAssets_AMPL_V_TOKEN = '0xf013D90E4e4E3Baf420dFea60735e75dbd42f1e1';\nexport const AaveV2EthereumAssets_AMPL_S_TOKEN = '0x18152C9f77DAdc737006e9430dB913159645fa87';\nexport const AaveV2EthereumAssets_AMPL_ORACLE = '0x492575FDD11a0fCf2C6C719867890a7648d526eB';\nexport const AaveV2EthereumAssets_AMPL_INTEREST_RATE_STRATEGY =\n '0x84d1FaD9559b8AC1Fda17d073B8542c8Fb6986dd';\n\nexport const AaveV2EthereumAssets_USDP_UNDERLYING = '0x8E870D67F660D95d5be530380D0eC0bd388289E1';\nexport const AaveV2EthereumAssets_USDP_A_TOKEN = '0x2e8F4bdbE3d47d7d7DE490437AeA9915D930F1A3';\nexport const AaveV2EthereumAssets_USDP_V_TOKEN = '0xFDb93B3b10936cf81FA59A02A7523B6e2149b2B7';\nexport const AaveV2EthereumAssets_USDP_S_TOKEN = '0x2387119bc85A74e0BBcbe190d80676CB16F10D4F';\nexport const AaveV2EthereumAssets_USDP_ORACLE = '0x3a08ebBaB125224b7b6474384Ee39fBb247D2200';\nexport const AaveV2EthereumAssets_USDP_INTEREST_RATE_STRATEGY =\n '0xaC63290BC16fBc33353b14f139cEf1c660ba56F0';\n\nexport const AaveV2EthereumAssets_DPI_UNDERLYING = '0x1494CA1F11D487c2bBe4543E90080AeBa4BA3C2b';\nexport const AaveV2EthereumAssets_DPI_A_TOKEN = '0x6F634c6135D2EBD550000ac92F494F9CB8183dAe';\nexport const AaveV2EthereumAssets_DPI_V_TOKEN = '0x4dDff5885a67E4EffeC55875a3977D7E60F82ae0';\nexport const AaveV2EthereumAssets_DPI_S_TOKEN = '0xa3953F07f389d719F99FC378ebDb9276177d8A6e';\nexport const AaveV2EthereumAssets_DPI_ORACLE = '0x029849bbc0b1d93b85a8b6190e979fd38F5760E2';\nexport const AaveV2EthereumAssets_DPI_INTEREST_RATE_STRATEGY =\n '0x9440aEc0795D7485e58bCF26622c2f4A681A9671';\n\nexport const AaveV2EthereumAssets_FRAX_UNDERLYING = '0x853d955aCEf822Db058eb8505911ED77F175b99e';\nexport const AaveV2EthereumAssets_FRAX_A_TOKEN = '0xd4937682df3C8aEF4FE912A96A74121C0829E664';\nexport const AaveV2EthereumAssets_FRAX_V_TOKEN = '0xfE8F19B17fFeF0fDbfe2671F248903055AFAA8Ca';\nexport const AaveV2EthereumAssets_FRAX_S_TOKEN = '0x3916e3B6c84b161df1b2733dFfc9569a1dA710c2';\nexport const AaveV2EthereumAssets_FRAX_ORACLE = '0x14d04Fff8D21bd62987a5cE9ce543d2F1edF5D3E';\nexport const AaveV2EthereumAssets_FRAX_INTEREST_RATE_STRATEGY =\n '0x492dcEF1fc5253413fC5576B9522840a1A774DCe';\n\nexport const AaveV2EthereumAssets_FEI_UNDERLYING = '0x956F47F50A910163D8BF957Cf5846D573E7f87CA';\nexport const AaveV2EthereumAssets_FEI_A_TOKEN = '0x683923dB55Fead99A79Fa01A27EeC3cB19679cC3';\nexport const AaveV2EthereumAssets_FEI_V_TOKEN = '0xC2e10006AccAb7B45D9184FcF5b7EC7763f5BaAe';\nexport const AaveV2EthereumAssets_FEI_S_TOKEN = '0xd89cF9E8A858F8B4b31Faf793505e112d6c17449';\nexport const AaveV2EthereumAssets_FEI_ORACLE = '0xac3AF0f4A52C577Cc2C241dF51a01FDe3D06D93B';\nexport const AaveV2EthereumAssets_FEI_INTEREST_RATE_STRATEGY =\n '0x795dC59EA6472Dfa4298A454C6E8Dcb005643A13';\n\nexport const AaveV2EthereumAssets_stETH_UNDERLYING = '0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84';\nexport const AaveV2EthereumAssets_stETH_A_TOKEN = '0x1982b2F5814301d4e9a8b0201555376e62F82428';\nexport const AaveV2EthereumAssets_stETH_V_TOKEN = '0xA9DEAc9f00Dc4310c35603FCD9D34d1A750f81Db';\nexport const AaveV2EthereumAssets_stETH_S_TOKEN = '0x66457616Dd8489dF5D0AFD8678F4A260088aAF55';\nexport const AaveV2EthereumAssets_stETH_ORACLE = '0xADE6CBA6c45aa8E9d0337cAc3D2619eabc39D901';\nexport const AaveV2EthereumAssets_stETH_INTEREST_RATE_STRATEGY =\n '0xff04ed5f7a6C3a0F1e5Ea20617F8C6f513D5A77c';\n\nexport const AaveV2EthereumAssets_ENS_UNDERLYING = '0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72';\nexport const AaveV2EthereumAssets_ENS_A_TOKEN = '0x9a14e23A58edf4EFDcB360f68cd1b95ce2081a2F';\nexport const AaveV2EthereumAssets_ENS_V_TOKEN = '0x176808047cc9b7A2C9AE202c593ED42dDD7C0D13';\nexport const AaveV2EthereumAssets_ENS_S_TOKEN = '0x34441FFD1948E49dC7a607882D0c38Efd0083815';\nexport const AaveV2EthereumAssets_ENS_ORACLE = '0xd4641b75015E6536E8102D98479568D05D7123Db';\nexport const AaveV2EthereumAssets_ENS_INTEREST_RATE_STRATEGY =\n '0xb2eD1eCE1c13455Ce9299d35D3B00358529f3Dc8';\n\nexport const AaveV2EthereumAssets_UST_UNDERLYING = '0xa693B19d2931d498c5B318dF961919BB4aee87a5';\nexport const AaveV2EthereumAssets_UST_A_TOKEN = '0xc2e2152647F4C26028482Efaf64b2Aa28779EFC4';\nexport const AaveV2EthereumAssets_UST_V_TOKEN = '0xaf32001cf2E66C4C3af4205F6EA77112AA4160FE';\nexport const AaveV2EthereumAssets_UST_S_TOKEN = '0x7FDbfB0412700D94403c42cA3CAEeeA183F07B26';\nexport const AaveV2EthereumAssets_UST_ORACLE = '0xa20623070413d42a5C01Db2c8111640DD7A5A03a';\nexport const AaveV2EthereumAssets_UST_INTEREST_RATE_STRATEGY =\n '0x0dEDCaE8Eb22A2EFB597aBde1834173C47Cff186';\n\nexport const AaveV2EthereumAssets_CVX_UNDERLYING = '0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B';\nexport const AaveV2EthereumAssets_CVX_A_TOKEN = '0x952749E07d7157bb9644A894dFAF3Bad5eF6D918';\nexport const AaveV2EthereumAssets_CVX_V_TOKEN = '0x4Ae5E4409C6Dbc84A00f9f89e4ba096603fb7d50';\nexport const AaveV2EthereumAssets_CVX_S_TOKEN = '0xB01Eb1cE1Da06179136D561766fc2d609C5F55Eb';\nexport const AaveV2EthereumAssets_CVX_ORACLE = '0xC9CbF687f43176B302F03f5e58470b77D07c61c6';\nexport const AaveV2EthereumAssets_CVX_INTEREST_RATE_STRATEGY =\n '0x1dA981865AE7a0C838eFBF4C7DFecb5c7268E73A';\n\nexport const AaveV2EthereumAssets_ONE_INCH_UNDERLYING =\n '0x111111111117dC0aa78b770fA6A738034120C302';\nexport const AaveV2EthereumAssets_ONE_INCH_A_TOKEN = '0xB29130CBcC3F791f077eAdE0266168E808E5151e';\nexport const AaveV2EthereumAssets_ONE_INCH_V_TOKEN = '0xD7896C1B9b4455aFf31473908eB15796ad2295DA';\nexport const AaveV2EthereumAssets_ONE_INCH_S_TOKEN = '0x1278d6ED804d59d2d18a5Aa5638DfD591A79aF0a';\nexport const AaveV2EthereumAssets_ONE_INCH_ORACLE = '0x72AFAECF99C9d9C8215fF44C77B94B99C28741e8';\nexport const AaveV2EthereumAssets_ONE_INCH_INTEREST_RATE_STRATEGY =\n '0xb2eD1eCE1c13455Ce9299d35D3B00358529f3Dc8';\n\nexport const AaveV2EthereumAssets_LUSD_UNDERLYING = '0x5f98805A4E8be255a32880FDeC7F6728C6568bA0';\nexport const AaveV2EthereumAssets_LUSD_A_TOKEN = '0xce1871f791548600cb59efbefFC9c38719142079';\nexport const AaveV2EthereumAssets_LUSD_V_TOKEN = '0x411066489AB40442d6Fc215aD7c64224120D33F2';\nexport const AaveV2EthereumAssets_LUSD_S_TOKEN = '0x39f010127274b2dBdB770B45e1de54d974974526';\nexport const AaveV2EthereumAssets_LUSD_ORACLE = '0x60c0b047133f696334a2b7f68af0b49d2F3D4F72';\nexport const AaveV2EthereumAssets_LUSD_INTEREST_RATE_STRATEGY =\n '0x545Ae1908B6F12e91E03B1DEC4F2e06D0570fE1b';\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAO,MAAM,uCAAuC;AAC7C,MAAM,oCAAoC;AAC1C,MAAM,oCAAoC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","names":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { M as AaveV2EthereumAssets_AAVE_A_TOKEN, Q as AaveV2EthereumAssets_AAVE_INTEREST_RATE_STRATEGY, P as AaveV2EthereumAssets_AAVE_ORACLE, O as AaveV2EthereumAssets_AAVE_S_TOKEN, L as AaveV2EthereumAssets_AAVE_UNDERLYING, N as AaveV2EthereumAssets_AAVE_V_TOKEN, bE as AaveV2EthereumAssets_AMPL_A_TOKEN, bI as AaveV2EthereumAssets_AMPL_INTEREST_RATE_STRATEGY, bH as AaveV2EthereumAssets_AMPL_ORACLE, bG as AaveV2EthereumAssets_AMPL_S_TOKEN, bD as AaveV2EthereumAssets_AMPL_UNDERLYING, bF as AaveV2EthereumAssets_AMPL_V_TOKEN, bg as AaveV2EthereumAssets_BAL_A_TOKEN, bk as AaveV2EthereumAssets_BAL_INTEREST_RATE_STRATEGY, bj as AaveV2EthereumAssets_BAL_ORACLE, bi as AaveV2EthereumAssets_BAL_S_TOKEN, bf as AaveV2EthereumAssets_BAL_UNDERLYING, bh as AaveV2EthereumAssets_BAL_V_TOKEN, S as AaveV2EthereumAssets_BAT_A_TOKEN, W as AaveV2EthereumAssets_BAT_INTEREST_RATE_STRATEGY, V as AaveV2EthereumAssets_BAT_ORACLE, U as AaveV2EthereumAssets_BAT_S_TOKEN, R as AaveV2EthereumAssets_BAT_UNDERLYING, T as AaveV2EthereumAssets_BAT_V_TOKEN, Y as AaveV2EthereumAssets_BUSD_A_TOKEN, a0 as AaveV2EthereumAssets_BUSD_INTEREST_RATE_STRATEGY, $ as AaveV2EthereumAssets_BUSD_ORACLE, _ as AaveV2EthereumAssets_BUSD_S_TOKEN, X as AaveV2EthereumAssets_BUSD_UNDERLYING, Z as AaveV2EthereumAssets_BUSD_V_TOKEN, b4 as AaveV2EthereumAssets_CRV_A_TOKEN, b8 as AaveV2EthereumAssets_CRV_INTEREST_RATE_STRATEGY, b7 as AaveV2EthereumAssets_CRV_ORACLE, b6 as AaveV2EthereumAssets_CRV_S_TOKEN, b3 as AaveV2EthereumAssets_CRV_UNDERLYING, b5 as AaveV2EthereumAssets_CRV_V_TOKEN, co as AaveV2EthereumAssets_CVX_A_TOKEN, cs as AaveV2EthereumAssets_CVX_INTEREST_RATE_STRATEGY, cr as AaveV2EthereumAssets_CVX_ORACLE, cq as AaveV2EthereumAssets_CVX_S_TOKEN, cn as AaveV2EthereumAssets_CVX_UNDERLYING, cp as AaveV2EthereumAssets_CVX_V_TOKEN, a2 as AaveV2EthereumAssets_DAI_A_TOKEN, a6 as AaveV2EthereumAssets_DAI_INTEREST_RATE_STRATEGY, a5 as AaveV2EthereumAssets_DAI_ORACLE, a4 as AaveV2EthereumAssets_DAI_S_TOKEN, a1 as AaveV2EthereumAssets_DAI_UNDERLYING, a3 as AaveV2EthereumAssets_DAI_V_TOKEN, bQ as AaveV2EthereumAssets_DPI_A_TOKEN, bU as AaveV2EthereumAssets_DPI_INTEREST_RATE_STRATEGY, bT as AaveV2EthereumAssets_DPI_ORACLE, bS as AaveV2EthereumAssets_DPI_S_TOKEN, bP as AaveV2EthereumAssets_DPI_UNDERLYING, bR as AaveV2EthereumAssets_DPI_V_TOKEN, a8 as AaveV2EthereumAssets_ENJ_A_TOKEN, ac as AaveV2EthereumAssets_ENJ_INTEREST_RATE_STRATEGY, ab as AaveV2EthereumAssets_ENJ_ORACLE, aa as AaveV2EthereumAssets_ENJ_S_TOKEN, a7 as AaveV2EthereumAssets_ENJ_UNDERLYING, a9 as AaveV2EthereumAssets_ENJ_V_TOKEN, cc as AaveV2EthereumAssets_ENS_A_TOKEN, cg as AaveV2EthereumAssets_ENS_INTEREST_RATE_STRATEGY, cf as AaveV2EthereumAssets_ENS_ORACLE, ce as AaveV2EthereumAssets_ENS_S_TOKEN, cb as AaveV2EthereumAssets_ENS_UNDERLYING, cd as AaveV2EthereumAssets_ENS_V_TOKEN, c0 as AaveV2EthereumAssets_FEI_A_TOKEN, c4 as AaveV2EthereumAssets_FEI_INTEREST_RATE_STRATEGY, c3 as AaveV2EthereumAssets_FEI_ORACLE, c2 as AaveV2EthereumAssets_FEI_S_TOKEN, b$ as AaveV2EthereumAssets_FEI_UNDERLYING, c1 as AaveV2EthereumAssets_FEI_V_TOKEN, bW as AaveV2EthereumAssets_FRAX_A_TOKEN, b_ as AaveV2EthereumAssets_FRAX_INTEREST_RATE_STRATEGY, bZ as AaveV2EthereumAssets_FRAX_ORACLE, bY as AaveV2EthereumAssets_FRAX_S_TOKEN, bV as AaveV2EthereumAssets_FRAX_UNDERLYING, bX as AaveV2EthereumAssets_FRAX_V_TOKEN, ba as AaveV2EthereumAssets_GUSD_A_TOKEN, be as AaveV2EthereumAssets_GUSD_INTEREST_RATE_STRATEGY, bd as AaveV2EthereumAssets_GUSD_ORACLE, bc as AaveV2EthereumAssets_GUSD_S_TOKEN, b9 as AaveV2EthereumAssets_GUSD_UNDERLYING, bb as AaveV2EthereumAssets_GUSD_V_TOKEN, ae as AaveV2EthereumAssets_KNC_A_TOKEN, ai as AaveV2EthereumAssets_KNC_INTEREST_RATE_STRATEGY, ah as AaveV2EthereumAssets_KNC_ORACLE, ag as AaveV2EthereumAssets_KNC_S_TOKEN, ad as AaveV2EthereumAssets_KNC_UNDERLYING, af as AaveV2EthereumAssets_KNC_V_TOKEN, ak as AaveV2EthereumAssets_LINK_A_TOKEN, ao as AaveV2EthereumAssets_LINK_INTEREST_RATE_STRATEGY, an as AaveV2EthereumAssets_LINK_ORACLE, am as AaveV2EthereumAssets_LINK_S_TOKEN, aj as AaveV2EthereumAssets_LINK_UNDERLYING, al as AaveV2EthereumAssets_LINK_V_TOKEN, cA as AaveV2EthereumAssets_LUSD_A_TOKEN, cE as AaveV2EthereumAssets_LUSD_INTEREST_RATE_STRATEGY, cD as AaveV2EthereumAssets_LUSD_ORACLE, cC as AaveV2EthereumAssets_LUSD_S_TOKEN, cz as AaveV2EthereumAssets_LUSD_UNDERLYING, cB as AaveV2EthereumAssets_LUSD_V_TOKEN, aq as AaveV2EthereumAssets_MANA_A_TOKEN, au as AaveV2EthereumAssets_MANA_INTEREST_RATE_STRATEGY, at as AaveV2EthereumAssets_MANA_ORACLE, as as AaveV2EthereumAssets_MANA_S_TOKEN, ap as AaveV2EthereumAssets_MANA_UNDERLYING, ar as AaveV2EthereumAssets_MANA_V_TOKEN, aw as AaveV2EthereumAssets_MKR_A_TOKEN, aA as AaveV2EthereumAssets_MKR_INTEREST_RATE_STRATEGY, az as AaveV2EthereumAssets_MKR_ORACLE, ay as AaveV2EthereumAssets_MKR_S_TOKEN, av as AaveV2EthereumAssets_MKR_UNDERLYING, ax as AaveV2EthereumAssets_MKR_V_TOKEN, cu as AaveV2EthereumAssets_ONE_INCH_A_TOKEN, cy as AaveV2EthereumAssets_ONE_INCH_INTEREST_RATE_STRATEGY, cx as AaveV2EthereumAssets_ONE_INCH_ORACLE, cw as AaveV2EthereumAssets_ONE_INCH_S_TOKEN, ct as AaveV2EthereumAssets_ONE_INCH_UNDERLYING, cv as AaveV2EthereumAssets_ONE_INCH_V_TOKEN, by as AaveV2EthereumAssets_RAI_A_TOKEN, bC as AaveV2EthereumAssets_RAI_INTEREST_RATE_STRATEGY, bB as AaveV2EthereumAssets_RAI_ORACLE, bA as AaveV2EthereumAssets_RAI_S_TOKEN, bx as AaveV2EthereumAssets_RAI_UNDERLYING, bz as AaveV2EthereumAssets_RAI_V_TOKEN, aC as AaveV2EthereumAssets_REN_A_TOKEN, aG as AaveV2EthereumAssets_REN_INTEREST_RATE_STRATEGY, aF as AaveV2EthereumAssets_REN_ORACLE, aE as AaveV2EthereumAssets_REN_S_TOKEN, aB as AaveV2EthereumAssets_REN_UNDERLYING, aD as AaveV2EthereumAssets_REN_V_TOKEN, aI as AaveV2EthereumAssets_SNX_A_TOKEN, aM as AaveV2EthereumAssets_SNX_INTEREST_RATE_STRATEGY, aL as AaveV2EthereumAssets_SNX_ORACLE, aK as AaveV2EthereumAssets_SNX_S_TOKEN, aH as AaveV2EthereumAssets_SNX_UNDERLYING, aJ as AaveV2EthereumAssets_SNX_V_TOKEN, aU as AaveV2EthereumAssets_TUSD_A_TOKEN, aY as AaveV2EthereumAssets_TUSD_INTEREST_RATE_STRATEGY, aX as AaveV2EthereumAssets_TUSD_ORACLE, aW as AaveV2EthereumAssets_TUSD_S_TOKEN, aT as AaveV2EthereumAssets_TUSD_UNDERLYING, aV as AaveV2EthereumAssets_TUSD_V_TOKEN, G as AaveV2EthereumAssets_UNI_A_TOKEN, K as AaveV2EthereumAssets_UNI_INTEREST_RATE_STRATEGY, J as AaveV2EthereumAssets_UNI_ORACLE, I as AaveV2EthereumAssets_UNI_S_TOKEN, F as AaveV2EthereumAssets_UNI_UNDERLYING, H as AaveV2EthereumAssets_UNI_V_TOKEN, a_ as AaveV2EthereumAssets_USDC_A_TOKEN, b2 as AaveV2EthereumAssets_USDC_INTEREST_RATE_STRATEGY, b1 as AaveV2EthereumAssets_USDC_ORACLE, b0 as AaveV2EthereumAssets_USDC_S_TOKEN, aZ as AaveV2EthereumAssets_USDC_UNDERLYING, a$ as AaveV2EthereumAssets_USDC_V_TOKEN, bK as AaveV2EthereumAssets_USDP_A_TOKEN, bO as AaveV2EthereumAssets_USDP_INTEREST_RATE_STRATEGY, bN as AaveV2EthereumAssets_USDP_ORACLE, bM as AaveV2EthereumAssets_USDP_S_TOKEN, bJ as AaveV2EthereumAssets_USDP_UNDERLYING, bL as AaveV2EthereumAssets_USDP_V_TOKEN, b as AaveV2EthereumAssets_USDT_A_TOKEN, f as AaveV2EthereumAssets_USDT_INTEREST_RATE_STRATEGY, e as AaveV2EthereumAssets_USDT_ORACLE, d as AaveV2EthereumAssets_USDT_S_TOKEN, a as AaveV2EthereumAssets_USDT_UNDERLYING, c as AaveV2EthereumAssets_USDT_V_TOKEN, ci as AaveV2EthereumAssets_UST_A_TOKEN, cm as AaveV2EthereumAssets_UST_INTEREST_RATE_STRATEGY, cl as AaveV2EthereumAssets_UST_ORACLE, ck as AaveV2EthereumAssets_UST_S_TOKEN, ch as AaveV2EthereumAssets_UST_UNDERLYING, cj as AaveV2EthereumAssets_UST_V_TOKEN, h as AaveV2EthereumAssets_WBTC_A_TOKEN, l as AaveV2EthereumAssets_WBTC_INTEREST_RATE_STRATEGY, k as AaveV2EthereumAssets_WBTC_ORACLE, j as AaveV2EthereumAssets_WBTC_S_TOKEN, g as AaveV2EthereumAssets_WBTC_UNDERLYING, i as AaveV2EthereumAssets_WBTC_V_TOKEN, n as AaveV2EthereumAssets_WETH_A_TOKEN, r as AaveV2EthereumAssets_WETH_INTEREST_RATE_STRATEGY, q as AaveV2EthereumAssets_WETH_ORACLE, p as AaveV2EthereumAssets_WETH_S_TOKEN, m as AaveV2EthereumAssets_WETH_UNDERLYING, o as AaveV2EthereumAssets_WETH_V_TOKEN, t as AaveV2EthereumAssets_YFI_A_TOKEN, x as AaveV2EthereumAssets_YFI_INTEREST_RATE_STRATEGY, w as AaveV2EthereumAssets_YFI_ORACLE, v as AaveV2EthereumAssets_YFI_S_TOKEN, s as AaveV2EthereumAssets_YFI_UNDERLYING, u as AaveV2EthereumAssets_YFI_V_TOKEN, z as AaveV2EthereumAssets_ZRX_A_TOKEN, E as AaveV2EthereumAssets_ZRX_INTEREST_RATE_STRATEGY, D as AaveV2EthereumAssets_ZRX_ORACLE, C as AaveV2EthereumAssets_ZRX_S_TOKEN, y as AaveV2EthereumAssets_ZRX_UNDERLYING, B as AaveV2EthereumAssets_ZRX_V_TOKEN, bs as AaveV2EthereumAssets_renFIL_A_TOKEN, bw as AaveV2EthereumAssets_renFIL_INTEREST_RATE_STRATEGY, bv as AaveV2EthereumAssets_renFIL_ORACLE, bu as AaveV2EthereumAssets_renFIL_S_TOKEN, br as AaveV2EthereumAssets_renFIL_UNDERLYING, bt as AaveV2EthereumAssets_renFIL_V_TOKEN, aO as AaveV2EthereumAssets_sUSD_A_TOKEN, aS as AaveV2EthereumAssets_sUSD_INTEREST_RATE_STRATEGY, aR as AaveV2EthereumAssets_sUSD_ORACLE, aQ as AaveV2EthereumAssets_sUSD_S_TOKEN, aN as AaveV2EthereumAssets_sUSD_UNDERLYING, aP as AaveV2EthereumAssets_sUSD_V_TOKEN, c6 as AaveV2EthereumAssets_stETH_A_TOKEN, ca as AaveV2EthereumAssets_stETH_INTEREST_RATE_STRATEGY, c9 as AaveV2EthereumAssets_stETH_ORACLE, c8 as AaveV2EthereumAssets_stETH_S_TOKEN, c5 as AaveV2EthereumAssets_stETH_UNDERLYING, c7 as AaveV2EthereumAssets_stETH_V_TOKEN, bm as AaveV2EthereumAssets_xSUSHI_A_TOKEN, bq as AaveV2EthereumAssets_xSUSHI_INTEREST_RATE_STRATEGY, bp as AaveV2EthereumAssets_xSUSHI_ORACLE, bo as AaveV2EthereumAssets_xSUSHI_S_TOKEN, bl as AaveV2EthereumAssets_xSUSHI_UNDERLYING, bn as AaveV2EthereumAssets_xSUSHI_V_TOKEN } from './AaveV2EthereumAssets-
|
|
1
|
+
export { M as AaveV2EthereumAssets_AAVE_A_TOKEN, Q as AaveV2EthereumAssets_AAVE_INTEREST_RATE_STRATEGY, P as AaveV2EthereumAssets_AAVE_ORACLE, O as AaveV2EthereumAssets_AAVE_S_TOKEN, L as AaveV2EthereumAssets_AAVE_UNDERLYING, N as AaveV2EthereumAssets_AAVE_V_TOKEN, bE as AaveV2EthereumAssets_AMPL_A_TOKEN, bI as AaveV2EthereumAssets_AMPL_INTEREST_RATE_STRATEGY, bH as AaveV2EthereumAssets_AMPL_ORACLE, bG as AaveV2EthereumAssets_AMPL_S_TOKEN, bD as AaveV2EthereumAssets_AMPL_UNDERLYING, bF as AaveV2EthereumAssets_AMPL_V_TOKEN, bg as AaveV2EthereumAssets_BAL_A_TOKEN, bk as AaveV2EthereumAssets_BAL_INTEREST_RATE_STRATEGY, bj as AaveV2EthereumAssets_BAL_ORACLE, bi as AaveV2EthereumAssets_BAL_S_TOKEN, bf as AaveV2EthereumAssets_BAL_UNDERLYING, bh as AaveV2EthereumAssets_BAL_V_TOKEN, S as AaveV2EthereumAssets_BAT_A_TOKEN, W as AaveV2EthereumAssets_BAT_INTEREST_RATE_STRATEGY, V as AaveV2EthereumAssets_BAT_ORACLE, U as AaveV2EthereumAssets_BAT_S_TOKEN, R as AaveV2EthereumAssets_BAT_UNDERLYING, T as AaveV2EthereumAssets_BAT_V_TOKEN, Y as AaveV2EthereumAssets_BUSD_A_TOKEN, a0 as AaveV2EthereumAssets_BUSD_INTEREST_RATE_STRATEGY, $ as AaveV2EthereumAssets_BUSD_ORACLE, _ as AaveV2EthereumAssets_BUSD_S_TOKEN, X as AaveV2EthereumAssets_BUSD_UNDERLYING, Z as AaveV2EthereumAssets_BUSD_V_TOKEN, b4 as AaveV2EthereumAssets_CRV_A_TOKEN, b8 as AaveV2EthereumAssets_CRV_INTEREST_RATE_STRATEGY, b7 as AaveV2EthereumAssets_CRV_ORACLE, b6 as AaveV2EthereumAssets_CRV_S_TOKEN, b3 as AaveV2EthereumAssets_CRV_UNDERLYING, b5 as AaveV2EthereumAssets_CRV_V_TOKEN, co as AaveV2EthereumAssets_CVX_A_TOKEN, cs as AaveV2EthereumAssets_CVX_INTEREST_RATE_STRATEGY, cr as AaveV2EthereumAssets_CVX_ORACLE, cq as AaveV2EthereumAssets_CVX_S_TOKEN, cn as AaveV2EthereumAssets_CVX_UNDERLYING, cp as AaveV2EthereumAssets_CVX_V_TOKEN, a2 as AaveV2EthereumAssets_DAI_A_TOKEN, a6 as AaveV2EthereumAssets_DAI_INTEREST_RATE_STRATEGY, a5 as AaveV2EthereumAssets_DAI_ORACLE, a4 as AaveV2EthereumAssets_DAI_S_TOKEN, a1 as AaveV2EthereumAssets_DAI_UNDERLYING, a3 as AaveV2EthereumAssets_DAI_V_TOKEN, bQ as AaveV2EthereumAssets_DPI_A_TOKEN, bU as AaveV2EthereumAssets_DPI_INTEREST_RATE_STRATEGY, bT as AaveV2EthereumAssets_DPI_ORACLE, bS as AaveV2EthereumAssets_DPI_S_TOKEN, bP as AaveV2EthereumAssets_DPI_UNDERLYING, bR as AaveV2EthereumAssets_DPI_V_TOKEN, a8 as AaveV2EthereumAssets_ENJ_A_TOKEN, ac as AaveV2EthereumAssets_ENJ_INTEREST_RATE_STRATEGY, ab as AaveV2EthereumAssets_ENJ_ORACLE, aa as AaveV2EthereumAssets_ENJ_S_TOKEN, a7 as AaveV2EthereumAssets_ENJ_UNDERLYING, a9 as AaveV2EthereumAssets_ENJ_V_TOKEN, cc as AaveV2EthereumAssets_ENS_A_TOKEN, cg as AaveV2EthereumAssets_ENS_INTEREST_RATE_STRATEGY, cf as AaveV2EthereumAssets_ENS_ORACLE, ce as AaveV2EthereumAssets_ENS_S_TOKEN, cb as AaveV2EthereumAssets_ENS_UNDERLYING, cd as AaveV2EthereumAssets_ENS_V_TOKEN, c0 as AaveV2EthereumAssets_FEI_A_TOKEN, c4 as AaveV2EthereumAssets_FEI_INTEREST_RATE_STRATEGY, c3 as AaveV2EthereumAssets_FEI_ORACLE, c2 as AaveV2EthereumAssets_FEI_S_TOKEN, b$ as AaveV2EthereumAssets_FEI_UNDERLYING, c1 as AaveV2EthereumAssets_FEI_V_TOKEN, bW as AaveV2EthereumAssets_FRAX_A_TOKEN, b_ as AaveV2EthereumAssets_FRAX_INTEREST_RATE_STRATEGY, bZ as AaveV2EthereumAssets_FRAX_ORACLE, bY as AaveV2EthereumAssets_FRAX_S_TOKEN, bV as AaveV2EthereumAssets_FRAX_UNDERLYING, bX as AaveV2EthereumAssets_FRAX_V_TOKEN, ba as AaveV2EthereumAssets_GUSD_A_TOKEN, be as AaveV2EthereumAssets_GUSD_INTEREST_RATE_STRATEGY, bd as AaveV2EthereumAssets_GUSD_ORACLE, bc as AaveV2EthereumAssets_GUSD_S_TOKEN, b9 as AaveV2EthereumAssets_GUSD_UNDERLYING, bb as AaveV2EthereumAssets_GUSD_V_TOKEN, ae as AaveV2EthereumAssets_KNC_A_TOKEN, ai as AaveV2EthereumAssets_KNC_INTEREST_RATE_STRATEGY, ah as AaveV2EthereumAssets_KNC_ORACLE, ag as AaveV2EthereumAssets_KNC_S_TOKEN, ad as AaveV2EthereumAssets_KNC_UNDERLYING, af as AaveV2EthereumAssets_KNC_V_TOKEN, ak as AaveV2EthereumAssets_LINK_A_TOKEN, ao as AaveV2EthereumAssets_LINK_INTEREST_RATE_STRATEGY, an as AaveV2EthereumAssets_LINK_ORACLE, am as AaveV2EthereumAssets_LINK_S_TOKEN, aj as AaveV2EthereumAssets_LINK_UNDERLYING, al as AaveV2EthereumAssets_LINK_V_TOKEN, cA as AaveV2EthereumAssets_LUSD_A_TOKEN, cE as AaveV2EthereumAssets_LUSD_INTEREST_RATE_STRATEGY, cD as AaveV2EthereumAssets_LUSD_ORACLE, cC as AaveV2EthereumAssets_LUSD_S_TOKEN, cz as AaveV2EthereumAssets_LUSD_UNDERLYING, cB as AaveV2EthereumAssets_LUSD_V_TOKEN, aq as AaveV2EthereumAssets_MANA_A_TOKEN, au as AaveV2EthereumAssets_MANA_INTEREST_RATE_STRATEGY, at as AaveV2EthereumAssets_MANA_ORACLE, as as AaveV2EthereumAssets_MANA_S_TOKEN, ap as AaveV2EthereumAssets_MANA_UNDERLYING, ar as AaveV2EthereumAssets_MANA_V_TOKEN, aw as AaveV2EthereumAssets_MKR_A_TOKEN, aA as AaveV2EthereumAssets_MKR_INTEREST_RATE_STRATEGY, az as AaveV2EthereumAssets_MKR_ORACLE, ay as AaveV2EthereumAssets_MKR_S_TOKEN, av as AaveV2EthereumAssets_MKR_UNDERLYING, ax as AaveV2EthereumAssets_MKR_V_TOKEN, cu as AaveV2EthereumAssets_ONE_INCH_A_TOKEN, cy as AaveV2EthereumAssets_ONE_INCH_INTEREST_RATE_STRATEGY, cx as AaveV2EthereumAssets_ONE_INCH_ORACLE, cw as AaveV2EthereumAssets_ONE_INCH_S_TOKEN, ct as AaveV2EthereumAssets_ONE_INCH_UNDERLYING, cv as AaveV2EthereumAssets_ONE_INCH_V_TOKEN, by as AaveV2EthereumAssets_RAI_A_TOKEN, bC as AaveV2EthereumAssets_RAI_INTEREST_RATE_STRATEGY, bB as AaveV2EthereumAssets_RAI_ORACLE, bA as AaveV2EthereumAssets_RAI_S_TOKEN, bx as AaveV2EthereumAssets_RAI_UNDERLYING, bz as AaveV2EthereumAssets_RAI_V_TOKEN, aC as AaveV2EthereumAssets_REN_A_TOKEN, aG as AaveV2EthereumAssets_REN_INTEREST_RATE_STRATEGY, aF as AaveV2EthereumAssets_REN_ORACLE, aE as AaveV2EthereumAssets_REN_S_TOKEN, aB as AaveV2EthereumAssets_REN_UNDERLYING, aD as AaveV2EthereumAssets_REN_V_TOKEN, aI as AaveV2EthereumAssets_SNX_A_TOKEN, aM as AaveV2EthereumAssets_SNX_INTEREST_RATE_STRATEGY, aL as AaveV2EthereumAssets_SNX_ORACLE, aK as AaveV2EthereumAssets_SNX_S_TOKEN, aH as AaveV2EthereumAssets_SNX_UNDERLYING, aJ as AaveV2EthereumAssets_SNX_V_TOKEN, aU as AaveV2EthereumAssets_TUSD_A_TOKEN, aY as AaveV2EthereumAssets_TUSD_INTEREST_RATE_STRATEGY, aX as AaveV2EthereumAssets_TUSD_ORACLE, aW as AaveV2EthereumAssets_TUSD_S_TOKEN, aT as AaveV2EthereumAssets_TUSD_UNDERLYING, aV as AaveV2EthereumAssets_TUSD_V_TOKEN, G as AaveV2EthereumAssets_UNI_A_TOKEN, K as AaveV2EthereumAssets_UNI_INTEREST_RATE_STRATEGY, J as AaveV2EthereumAssets_UNI_ORACLE, I as AaveV2EthereumAssets_UNI_S_TOKEN, F as AaveV2EthereumAssets_UNI_UNDERLYING, H as AaveV2EthereumAssets_UNI_V_TOKEN, a_ as AaveV2EthereumAssets_USDC_A_TOKEN, b2 as AaveV2EthereumAssets_USDC_INTEREST_RATE_STRATEGY, b1 as AaveV2EthereumAssets_USDC_ORACLE, b0 as AaveV2EthereumAssets_USDC_S_TOKEN, aZ as AaveV2EthereumAssets_USDC_UNDERLYING, a$ as AaveV2EthereumAssets_USDC_V_TOKEN, bK as AaveV2EthereumAssets_USDP_A_TOKEN, bO as AaveV2EthereumAssets_USDP_INTEREST_RATE_STRATEGY, bN as AaveV2EthereumAssets_USDP_ORACLE, bM as AaveV2EthereumAssets_USDP_S_TOKEN, bJ as AaveV2EthereumAssets_USDP_UNDERLYING, bL as AaveV2EthereumAssets_USDP_V_TOKEN, b as AaveV2EthereumAssets_USDT_A_TOKEN, f as AaveV2EthereumAssets_USDT_INTEREST_RATE_STRATEGY, e as AaveV2EthereumAssets_USDT_ORACLE, d as AaveV2EthereumAssets_USDT_S_TOKEN, a as AaveV2EthereumAssets_USDT_UNDERLYING, c as AaveV2EthereumAssets_USDT_V_TOKEN, ci as AaveV2EthereumAssets_UST_A_TOKEN, cm as AaveV2EthereumAssets_UST_INTEREST_RATE_STRATEGY, cl as AaveV2EthereumAssets_UST_ORACLE, ck as AaveV2EthereumAssets_UST_S_TOKEN, ch as AaveV2EthereumAssets_UST_UNDERLYING, cj as AaveV2EthereumAssets_UST_V_TOKEN, h as AaveV2EthereumAssets_WBTC_A_TOKEN, l as AaveV2EthereumAssets_WBTC_INTEREST_RATE_STRATEGY, k as AaveV2EthereumAssets_WBTC_ORACLE, j as AaveV2EthereumAssets_WBTC_S_TOKEN, g as AaveV2EthereumAssets_WBTC_UNDERLYING, i as AaveV2EthereumAssets_WBTC_V_TOKEN, n as AaveV2EthereumAssets_WETH_A_TOKEN, r as AaveV2EthereumAssets_WETH_INTEREST_RATE_STRATEGY, q as AaveV2EthereumAssets_WETH_ORACLE, p as AaveV2EthereumAssets_WETH_S_TOKEN, m as AaveV2EthereumAssets_WETH_UNDERLYING, o as AaveV2EthereumAssets_WETH_V_TOKEN, t as AaveV2EthereumAssets_YFI_A_TOKEN, x as AaveV2EthereumAssets_YFI_INTEREST_RATE_STRATEGY, w as AaveV2EthereumAssets_YFI_ORACLE, v as AaveV2EthereumAssets_YFI_S_TOKEN, s as AaveV2EthereumAssets_YFI_UNDERLYING, u as AaveV2EthereumAssets_YFI_V_TOKEN, z as AaveV2EthereumAssets_ZRX_A_TOKEN, E as AaveV2EthereumAssets_ZRX_INTEREST_RATE_STRATEGY, D as AaveV2EthereumAssets_ZRX_ORACLE, C as AaveV2EthereumAssets_ZRX_S_TOKEN, y as AaveV2EthereumAssets_ZRX_UNDERLYING, B as AaveV2EthereumAssets_ZRX_V_TOKEN, bs as AaveV2EthereumAssets_renFIL_A_TOKEN, bw as AaveV2EthereumAssets_renFIL_INTEREST_RATE_STRATEGY, bv as AaveV2EthereumAssets_renFIL_ORACLE, bu as AaveV2EthereumAssets_renFIL_S_TOKEN, br as AaveV2EthereumAssets_renFIL_UNDERLYING, bt as AaveV2EthereumAssets_renFIL_V_TOKEN, aO as AaveV2EthereumAssets_sUSD_A_TOKEN, aS as AaveV2EthereumAssets_sUSD_INTEREST_RATE_STRATEGY, aR as AaveV2EthereumAssets_sUSD_ORACLE, aQ as AaveV2EthereumAssets_sUSD_S_TOKEN, aN as AaveV2EthereumAssets_sUSD_UNDERLYING, aP as AaveV2EthereumAssets_sUSD_V_TOKEN, c6 as AaveV2EthereumAssets_stETH_A_TOKEN, ca as AaveV2EthereumAssets_stETH_INTEREST_RATE_STRATEGY, c9 as AaveV2EthereumAssets_stETH_ORACLE, c8 as AaveV2EthereumAssets_stETH_S_TOKEN, c5 as AaveV2EthereumAssets_stETH_UNDERLYING, c7 as AaveV2EthereumAssets_stETH_V_TOKEN, bm as AaveV2EthereumAssets_xSUSHI_A_TOKEN, bq as AaveV2EthereumAssets_xSUSHI_INTEREST_RATE_STRATEGY, bp as AaveV2EthereumAssets_xSUSHI_ORACLE, bo as AaveV2EthereumAssets_xSUSHI_S_TOKEN, bl as AaveV2EthereumAssets_xSUSHI_UNDERLYING, bn as AaveV2EthereumAssets_xSUSHI_V_TOKEN } from './AaveV2EthereumAssets-9270eaf2.js';
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
const AaveV2EthereumAssets_TUSD_V_TOKEN = "0x01C0eb1f8c6F1C1bF74ae028697ce7AA2a8b0E92";
|
|
114
114
|
const AaveV2EthereumAssets_TUSD_S_TOKEN = "0x7f38d60D94652072b2C44a18c0e14A481EC3C0dd";
|
|
115
115
|
const AaveV2EthereumAssets_TUSD_ORACLE = "0x3886BA987236181D98F2401c507Fb8BeA7871dF2";
|
|
116
|
-
const AaveV2EthereumAssets_TUSD_INTEREST_RATE_STRATEGY = "
|
|
116
|
+
const AaveV2EthereumAssets_TUSD_INTEREST_RATE_STRATEGY = "0x67a81df2b7FAf4a324D94De9Cc778704F4500478";
|
|
117
117
|
const AaveV2EthereumAssets_USDC_UNDERLYING = "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
118
118
|
const AaveV2EthereumAssets_USDC_A_TOKEN = "0xBcca60bB61934080951369a648Fb03DF4F96263C";
|
|
119
119
|
const AaveV2EthereumAssets_USDC_V_TOKEN = "0x619beb58998eD2278e08620f97007e1116D5D25b";
|
|
@@ -184,8 +184,8 @@
|
|
|
184
184
|
const AaveV2EthereumAssets_FEI_A_TOKEN = "0x683923dB55Fead99A79Fa01A27EeC3cB19679cC3";
|
|
185
185
|
const AaveV2EthereumAssets_FEI_V_TOKEN = "0xC2e10006AccAb7B45D9184FcF5b7EC7763f5BaAe";
|
|
186
186
|
const AaveV2EthereumAssets_FEI_S_TOKEN = "0xd89cF9E8A858F8B4b31Faf793505e112d6c17449";
|
|
187
|
-
const AaveV2EthereumAssets_FEI_ORACLE = "
|
|
188
|
-
const AaveV2EthereumAssets_FEI_INTEREST_RATE_STRATEGY = "
|
|
187
|
+
const AaveV2EthereumAssets_FEI_ORACLE = "0xac3AF0f4A52C577Cc2C241dF51a01FDe3D06D93B";
|
|
188
|
+
const AaveV2EthereumAssets_FEI_INTEREST_RATE_STRATEGY = "0x795dC59EA6472Dfa4298A454C6E8Dcb005643A13";
|
|
189
189
|
const AaveV2EthereumAssets_stETH_UNDERLYING = "0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84";
|
|
190
190
|
const AaveV2EthereumAssets_stETH_A_TOKEN = "0x1982b2F5814301d4e9a8b0201555376e62F82428";
|
|
191
191
|
const AaveV2EthereumAssets_stETH_V_TOKEN = "0xA9DEAc9f00Dc4310c35603FCD9D34d1A750f81Db";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/ts/AaveV2EthereumAssets.ts"],"sourcesContent":["export const AaveV2EthereumAssets_USDT_UNDERLYING = '0xdAC17F958D2ee523a2206206994597C13D831ec7';\nexport const AaveV2EthereumAssets_USDT_A_TOKEN = '0x3Ed3B47Dd13EC9a98b44e6204A523E766B225811';\nexport const AaveV2EthereumAssets_USDT_V_TOKEN = '0x531842cEbbdD378f8ee36D171d6cC9C4fcf475Ec';\nexport const AaveV2EthereumAssets_USDT_S_TOKEN = '0xe91D55AB2240594855aBd11b3faAE801Fd4c4687';\nexport const AaveV2EthereumAssets_USDT_ORACLE = '0xEe9F2375b4bdF6387aa8265dD4FB8F16512A1d46';\nexport const AaveV2EthereumAssets_USDT_INTEREST_RATE_STRATEGY =\n '0xF22c8255eA615b3Da6CA5CF5aeCc8956bfF07Aa8';\n\nexport const AaveV2EthereumAssets_WBTC_UNDERLYING = '0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599';\nexport const AaveV2EthereumAssets_WBTC_A_TOKEN = '0x9ff58f4fFB29fA2266Ab25e75e2A8b3503311656';\nexport const AaveV2EthereumAssets_WBTC_V_TOKEN = '0x9c39809Dec7F95F5e0713634a4D0701329B3b4d2';\nexport const AaveV2EthereumAssets_WBTC_S_TOKEN = '0x51B039b9AFE64B78758f8Ef091211b5387eA717c';\nexport const AaveV2EthereumAssets_WBTC_ORACLE = '0xFD858c8bC5ac5e10f01018bC78471bb0DC392247';\nexport const AaveV2EthereumAssets_WBTC_INTEREST_RATE_STRATEGY =\n '0x32f3A6134590fc2d9440663d35a2F0a6265F04c4';\n\nexport const AaveV2EthereumAssets_WETH_UNDERLYING = '0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2';\nexport const AaveV2EthereumAssets_WETH_A_TOKEN = '0x030bA81f1c18d280636F32af80b9AAd02Cf0854e';\nexport const AaveV2EthereumAssets_WETH_V_TOKEN = '0xF63B34710400CAd3e044cFfDcAb00a0f32E33eCf';\nexport const AaveV2EthereumAssets_WETH_S_TOKEN = '0x4e977830ba4bd783C0BB7F15d3e243f73FF57121';\nexport const AaveV2EthereumAssets_WETH_ORACLE = '0x0000000000000000000000000000000000000000';\nexport const AaveV2EthereumAssets_WETH_INTEREST_RATE_STRATEGY =\n '0xb8975328Aa52c00B9Ec1e11e518C4900f2e6C62a';\n\nexport const AaveV2EthereumAssets_YFI_UNDERLYING = '0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e';\nexport const AaveV2EthereumAssets_YFI_A_TOKEN = '0x5165d24277cD063F5ac44Efd447B27025e888f37';\nexport const AaveV2EthereumAssets_YFI_V_TOKEN = '0x7EbD09022Be45AD993BAA1CEc61166Fcc8644d97';\nexport const AaveV2EthereumAssets_YFI_S_TOKEN = '0xca823F78C2Dd38993284bb42Ba9b14152082F7BD';\nexport const AaveV2EthereumAssets_YFI_ORACLE = '0x7c5d4F8345e66f68099581Db340cd65B078C41f4';\nexport const AaveV2EthereumAssets_YFI_INTEREST_RATE_STRATEGY =\n '0xfd71623D7F41360aefE200de4f17E20A29e1d58C';\n\nexport const AaveV2EthereumAssets_ZRX_UNDERLYING = '0xE41d2489571d322189246DaFA5ebDe1F4699F498';\nexport const AaveV2EthereumAssets_ZRX_A_TOKEN = '0xDf7FF54aAcAcbFf42dfe29DD6144A69b629f8C9e';\nexport const AaveV2EthereumAssets_ZRX_V_TOKEN = '0x85791D117A392097590bDeD3bD5abB8d5A20491A';\nexport const AaveV2EthereumAssets_ZRX_S_TOKEN = '0x071B4323a24E73A5afeEbe34118Cd21B8FAAF7C3';\nexport const AaveV2EthereumAssets_ZRX_ORACLE = '0x2Da4983a622a8498bb1a21FaE9D8F6C664939962';\nexport const AaveV2EthereumAssets_ZRX_INTEREST_RATE_STRATEGY =\n '0x1a4babC0e20d892167792AC79618273711afD3e7';\n\nexport const AaveV2EthereumAssets_UNI_UNDERLYING = '0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984';\nexport const AaveV2EthereumAssets_UNI_A_TOKEN = '0xB9D7CB55f463405CDfBe4E90a6D2Df01C2B92BF1';\nexport const AaveV2EthereumAssets_UNI_V_TOKEN = '0x5BdB050A92CADcCfCDcCCBFC17204a1C9cC0Ab73';\nexport const AaveV2EthereumAssets_UNI_S_TOKEN = '0xD939F7430dC8D5a427f156dE1012A56C18AcB6Aa';\nexport const AaveV2EthereumAssets_UNI_ORACLE = '0xD6aA3D25116d8dA79Ea0246c4826EB951872e02e';\nexport const AaveV2EthereumAssets_UNI_INTEREST_RATE_STRATEGY =\n '0x24ABFac8dd8f270D752837fDFe3B3C735361f4eE';\n\nexport const AaveV2EthereumAssets_AAVE_UNDERLYING = '0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9';\nexport const AaveV2EthereumAssets_AAVE_A_TOKEN = '0xFFC97d72E13E01096502Cb8Eb52dEe56f74DAD7B';\nexport const AaveV2EthereumAssets_AAVE_V_TOKEN = '0xF7DBA49d571745D9d7fcb56225B05BEA803EBf3C';\nexport const AaveV2EthereumAssets_AAVE_S_TOKEN = '0x079D6a3E844BcECf5720478A718Edb6575362C5f';\nexport const AaveV2EthereumAssets_AAVE_ORACLE = '0x6Df09E975c830ECae5bd4eD9d90f3A95a4f88012';\nexport const AaveV2EthereumAssets_AAVE_INTEREST_RATE_STRATEGY =\n '0xd4cA26F2496195C4F886D464D8578368236bB747';\n\nexport const AaveV2EthereumAssets_BAT_UNDERLYING = '0x0D8775F648430679A709E98d2b0Cb6250d2887EF';\nexport const AaveV2EthereumAssets_BAT_A_TOKEN = '0x05Ec93c0365baAeAbF7AefFb0972ea7ECdD39CF1';\nexport const AaveV2EthereumAssets_BAT_V_TOKEN = '0xfc218A6Dfe6901CB34B1a5281FC6f1b8e7E56877';\nexport const AaveV2EthereumAssets_BAT_S_TOKEN = '0x277f8676FAcf4dAA5a6EA38ba511B7F65AA02f9F';\nexport const AaveV2EthereumAssets_BAT_ORACLE = '0x0d16d4528239e9ee52fa531af613AcdB23D88c94';\nexport const AaveV2EthereumAssets_BAT_INTEREST_RATE_STRATEGY =\n '0xBdfC85b140edF1FeaFd6eD664027AA4C23b4A29F';\n\nexport const AaveV2EthereumAssets_BUSD_UNDERLYING = '0x4Fabb145d64652a948d72533023f6E7A623C7C53';\nexport const AaveV2EthereumAssets_BUSD_A_TOKEN = '0xA361718326c15715591c299427c62086F69923D9';\nexport const AaveV2EthereumAssets_BUSD_V_TOKEN = '0xbA429f7011c9fa04cDd46a2Da24dc0FF0aC6099c';\nexport const AaveV2EthereumAssets_BUSD_S_TOKEN = '0x4A7A63909A72D268b1D8a93a9395d098688e0e5C';\nexport const AaveV2EthereumAssets_BUSD_ORACLE = '0x614715d2Af89E6EC99A233818275142cE88d1Cfd';\nexport const AaveV2EthereumAssets_BUSD_INTEREST_RATE_STRATEGY =\n '0xB28cA2760001c9837430F20c50fD89Ed56A449f0';\n\nexport const AaveV2EthereumAssets_DAI_UNDERLYING = '0x6B175474E89094C44Da98b954EedeAC495271d0F';\nexport const AaveV2EthereumAssets_DAI_A_TOKEN = '0x028171bCA77440897B824Ca71D1c56caC55b68A3';\nexport const AaveV2EthereumAssets_DAI_V_TOKEN = '0x6C3c78838c761c6Ac7bE9F59fe808ea2A6E4379d';\nexport const AaveV2EthereumAssets_DAI_S_TOKEN = '0x778A13D3eeb110A4f7bb6529F99c000119a08E92';\nexport const AaveV2EthereumAssets_DAI_ORACLE = '0x773616E4d11A78F511299002da57A0a94577F1f4';\nexport const AaveV2EthereumAssets_DAI_INTEREST_RATE_STRATEGY =\n '0xfffE32106A68aA3eD39CcCE673B646423EEaB62a';\n\nexport const AaveV2EthereumAssets_ENJ_UNDERLYING = '0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c';\nexport const AaveV2EthereumAssets_ENJ_A_TOKEN = '0xaC6Df26a590F08dcC95D5a4705ae8abbc88509Ef';\nexport const AaveV2EthereumAssets_ENJ_V_TOKEN = '0x38995F292a6E31b78203254fE1cdd5Ca1010A446';\nexport const AaveV2EthereumAssets_ENJ_S_TOKEN = '0x943DcCA156b5312Aa24c1a08769D67FEce4ac14C';\nexport const AaveV2EthereumAssets_ENJ_ORACLE = '0x24D9aB51950F3d62E9144fdC2f3135DAA6Ce8D1B';\nexport const AaveV2EthereumAssets_ENJ_INTEREST_RATE_STRATEGY =\n '0x4a4fb6B26e7F516594b7242240039EA8FAAc897a';\n\nexport const AaveV2EthereumAssets_KNC_UNDERLYING = '0xdd974D5C2e2928deA5F71b9825b8b646686BD200';\nexport const AaveV2EthereumAssets_KNC_A_TOKEN = '0x39C6b3e42d6A679d7D776778Fe880BC9487C2EDA';\nexport const AaveV2EthereumAssets_KNC_V_TOKEN = '0x6B05D1c608015Ccb8e205A690cB86773A96F39f1';\nexport const AaveV2EthereumAssets_KNC_S_TOKEN = '0x9915dfb872778B2890a117DA1F35F335eb06B54f';\nexport const AaveV2EthereumAssets_KNC_ORACLE = '0x656c0544eF4C98A6a98491833A89204Abb045d6b';\nexport const AaveV2EthereumAssets_KNC_INTEREST_RATE_STRATEGY =\n '0xFDBDa42D2aC1bfbbc10555eb255De8387b8977C4';\n\nexport const AaveV2EthereumAssets_LINK_UNDERLYING = '0x514910771AF9Ca656af840dff83E8264EcF986CA';\nexport const AaveV2EthereumAssets_LINK_A_TOKEN = '0xa06bC25B5805d5F8d82847D191Cb4Af5A3e873E0';\nexport const AaveV2EthereumAssets_LINK_V_TOKEN = '0x0b8f12b1788BFdE65Aa1ca52E3e9F3Ba401be16D';\nexport const AaveV2EthereumAssets_LINK_S_TOKEN = '0xFB4AEc4Cc858F2539EBd3D37f2a43eAe5b15b98a';\nexport const AaveV2EthereumAssets_LINK_ORACLE = '0xDC530D9457755926550b59e8ECcdaE7624181557';\nexport const AaveV2EthereumAssets_LINK_INTEREST_RATE_STRATEGY =\n '0xED6547b83276B076B771B88FcCbD68BDeDb3927f';\n\nexport const AaveV2EthereumAssets_MANA_UNDERLYING = '0x0F5D2fB29fb7d3CFeE444a200298f468908cC942';\nexport const AaveV2EthereumAssets_MANA_A_TOKEN = '0xa685a61171bb30d4072B338c80Cb7b2c865c873E';\nexport const AaveV2EthereumAssets_MANA_V_TOKEN = '0x0A68976301e46Ca6Ce7410DB28883E309EA0D352';\nexport const AaveV2EthereumAssets_MANA_S_TOKEN = '0xD86C74eA2224f4B8591560652b50035E4e5c0a3b';\nexport const AaveV2EthereumAssets_MANA_ORACLE = '0x82A44D92D6c329826dc557c5E1Be6ebeC5D5FeB9';\nexport const AaveV2EthereumAssets_MANA_INTEREST_RATE_STRATEGY =\n '0x004fC239848D8A8d3304729b78ba81d73d83C99F';\n\nexport const AaveV2EthereumAssets_MKR_UNDERLYING = '0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2';\nexport const AaveV2EthereumAssets_MKR_A_TOKEN = '0xc713e5E149D5D0715DcD1c156a020976e7E56B88';\nexport const AaveV2EthereumAssets_MKR_V_TOKEN = '0xba728eAd5e496BE00DCF66F650b6d7758eCB50f8';\nexport const AaveV2EthereumAssets_MKR_S_TOKEN = '0xC01C8E4b12a89456a9fD4e4e75B72546Bf53f0B5';\nexport const AaveV2EthereumAssets_MKR_ORACLE = '0x24551a8Fb2A7211A25a17B1481f043A8a8adC7f2';\nexport const AaveV2EthereumAssets_MKR_INTEREST_RATE_STRATEGY =\n '0xE3a3DE71B827cB73663A24cDB6243bA7F986cC3b';\n\nexport const AaveV2EthereumAssets_REN_UNDERLYING = '0x408e41876cCCDC0F92210600ef50372656052a38';\nexport const AaveV2EthereumAssets_REN_A_TOKEN = '0xCC12AbE4ff81c9378D670De1b57F8e0Dd228D77a';\nexport const AaveV2EthereumAssets_REN_V_TOKEN = '0xcd9D82d33bd737De215cDac57FE2F7f04DF77FE0';\nexport const AaveV2EthereumAssets_REN_S_TOKEN = '0x3356Ec1eFA75d9D150Da1EC7d944D9EDf73703B7';\nexport const AaveV2EthereumAssets_REN_ORACLE = '0x3147D7203354Dc06D9fd350c7a2437bcA92387a4';\nexport const AaveV2EthereumAssets_REN_INTEREST_RATE_STRATEGY =\n '0x9B1e3C7483F0f21abFEaE3AeBC9b47b5f23f5bB0';\n\nexport const AaveV2EthereumAssets_SNX_UNDERLYING = '0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F';\nexport const AaveV2EthereumAssets_SNX_A_TOKEN = '0x35f6B052C598d933D69A4EEC4D04c73A191fE6c2';\nexport const AaveV2EthereumAssets_SNX_V_TOKEN = '0x267EB8Cf715455517F9BD5834AeAE3CeA1EBdbD8';\nexport const AaveV2EthereumAssets_SNX_S_TOKEN = '0x8575c8ae70bDB71606A53AeA1c6789cB0fBF3166';\nexport const AaveV2EthereumAssets_SNX_ORACLE = '0x79291A9d692Df95334B1a0B3B4AE6bC606782f8c';\nexport const AaveV2EthereumAssets_SNX_INTEREST_RATE_STRATEGY =\n '0xCc92073dDe8aE03bAA1812AC5cF22e69b5E76914';\n\nexport const AaveV2EthereumAssets_sUSD_UNDERLYING = '0x57Ab1ec28D129707052df4dF418D58a2D46d5f51';\nexport const AaveV2EthereumAssets_sUSD_A_TOKEN = '0x6C5024Cd4F8A59110119C56f8933403A539555EB';\nexport const AaveV2EthereumAssets_sUSD_V_TOKEN = '0xdC6a3Ab17299D9C2A412B0e0a4C1f55446AE0817';\nexport const AaveV2EthereumAssets_sUSD_S_TOKEN = '0x30B0f7324feDF89d8eff397275F8983397eFe4af';\nexport const AaveV2EthereumAssets_sUSD_ORACLE = '0x8e0b7e6062272B5eF4524250bFFF8e5Bd3497757';\nexport const AaveV2EthereumAssets_sUSD_INTEREST_RATE_STRATEGY =\n '0x3082D0a473385Ed2cbd1f16087ab8b7BF79f0355';\n\nexport const AaveV2EthereumAssets_TUSD_UNDERLYING = '0x0000000000085d4780B73119b644AE5ecd22b376';\nexport const AaveV2EthereumAssets_TUSD_A_TOKEN = '0x101cc05f4A51C0319f570d5E146a8C625198e636';\nexport const AaveV2EthereumAssets_TUSD_V_TOKEN = '0x01C0eb1f8c6F1C1bF74ae028697ce7AA2a8b0E92';\nexport const AaveV2EthereumAssets_TUSD_S_TOKEN = '0x7f38d60D94652072b2C44a18c0e14A481EC3C0dd';\nexport const AaveV2EthereumAssets_TUSD_ORACLE = '0x3886BA987236181D98F2401c507Fb8BeA7871dF2';\nexport const AaveV2EthereumAssets_TUSD_INTEREST_RATE_STRATEGY =\n '0x6bcE15B789e537f3abA3C60CB183F0E8737f05eC';\n\nexport const AaveV2EthereumAssets_USDC_UNDERLYING = '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48';\nexport const AaveV2EthereumAssets_USDC_A_TOKEN = '0xBcca60bB61934080951369a648Fb03DF4F96263C';\nexport const AaveV2EthereumAssets_USDC_V_TOKEN = '0x619beb58998eD2278e08620f97007e1116D5D25b';\nexport const AaveV2EthereumAssets_USDC_S_TOKEN = '0xE4922afAB0BbaDd8ab2a88E0C79d884Ad337fcA6';\nexport const AaveV2EthereumAssets_USDC_ORACLE = '0x986b5E1e1755e3C2440e960477f25201B0a8bbD4';\nexport const AaveV2EthereumAssets_USDC_INTEREST_RATE_STRATEGY =\n '0x8Cae0596bC1eD42dc3F04c4506cfe442b3E74e27';\n\nexport const AaveV2EthereumAssets_CRV_UNDERLYING = '0xD533a949740bb3306d119CC777fa900bA034cd52';\nexport const AaveV2EthereumAssets_CRV_A_TOKEN = '0x8dAE6Cb04688C62d939ed9B68d32Bc62e49970b1';\nexport const AaveV2EthereumAssets_CRV_V_TOKEN = '0x00ad8eBF64F141f1C81e9f8f792d3d1631c6c684';\nexport const AaveV2EthereumAssets_CRV_S_TOKEN = '0x9288059a74f589C919c7Cf1Db433251CdFEB874B';\nexport const AaveV2EthereumAssets_CRV_ORACLE = '0x8a12Be339B0cD1829b91Adc01977caa5E9ac121e';\nexport const AaveV2EthereumAssets_CRV_INTEREST_RATE_STRATEGY =\n '0xA4C2C730A4c01c64d54ce0165c27120989A3C743';\n\nexport const AaveV2EthereumAssets_GUSD_UNDERLYING = '0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd';\nexport const AaveV2EthereumAssets_GUSD_A_TOKEN = '0xD37EE7e4f452C6638c96536e68090De8cBcdb583';\nexport const AaveV2EthereumAssets_GUSD_V_TOKEN = '0x279AF5b99540c1A3A7E3CDd326e19659401eF99e';\nexport const AaveV2EthereumAssets_GUSD_S_TOKEN = '0xf8aC64ec6Ff8E0028b37EB89772d21865321bCe0';\nexport const AaveV2EthereumAssets_GUSD_ORACLE = '0xEc6f4Cd64d28Ef32507e2dc399948aAe9Bbedd7e';\nexport const AaveV2EthereumAssets_GUSD_INTEREST_RATE_STRATEGY =\n '0x78Fe5d0427E669ba9F964C3495fF381a805a0487';\n\nexport const AaveV2EthereumAssets_BAL_UNDERLYING = '0xba100000625a3754423978a60c9317c58a424e3D';\nexport const AaveV2EthereumAssets_BAL_A_TOKEN = '0x272F97b7a56a387aE942350bBC7Df5700f8a4576';\nexport const AaveV2EthereumAssets_BAL_V_TOKEN = '0x13210D4Fe0d5402bd7Ecbc4B5bC5cFcA3b71adB0';\nexport const AaveV2EthereumAssets_BAL_S_TOKEN = '0xe569d31590307d05DA3812964F1eDd551D665a0b';\nexport const AaveV2EthereumAssets_BAL_ORACLE = '0xC1438AA3823A6Ba0C159CfA8D98dF5A994bA120b';\nexport const AaveV2EthereumAssets_BAL_INTEREST_RATE_STRATEGY =\n '0x46158614537A48D51a30073A86b4B73B16D33b53';\n\nexport const AaveV2EthereumAssets_xSUSHI_UNDERLYING = '0x8798249c2E607446EfB7Ad49eC89dD1865Ff4272';\nexport const AaveV2EthereumAssets_xSUSHI_A_TOKEN = '0xF256CC7847E919FAc9B808cC216cAc87CCF2f47a';\nexport const AaveV2EthereumAssets_xSUSHI_V_TOKEN = '0xfAFEDF95E21184E3d880bd56D4806c4b8d31c69A';\nexport const AaveV2EthereumAssets_xSUSHI_S_TOKEN = '0x73Bfb81D7dbA75C904f430eA8BAe82DB0D41187B';\nexport const AaveV2EthereumAssets_xSUSHI_ORACLE = '0xF05D9B6C08757EAcb1fbec18e36A1B7566a13DEB';\nexport const AaveV2EthereumAssets_xSUSHI_INTEREST_RATE_STRATEGY =\n '0xb49034Ada4BE5c6Bb3823A623C6250267110b06b';\n\nexport const AaveV2EthereumAssets_renFIL_UNDERLYING = '0xD5147bc8e386d91Cc5DBE72099DAC6C9b99276F5';\nexport const AaveV2EthereumAssets_renFIL_A_TOKEN = '0x514cd6756CCBe28772d4Cb81bC3156BA9d1744aa';\nexport const AaveV2EthereumAssets_renFIL_V_TOKEN = '0x348e2eBD5E962854871874E444F4122399c02755';\nexport const AaveV2EthereumAssets_renFIL_S_TOKEN = '0xcAad05C49E14075077915cB5C820EB3245aFb950';\nexport const AaveV2EthereumAssets_renFIL_ORACLE = '0x0606Be69451B1C9861Ac6b3626b99093b713E801';\nexport const AaveV2EthereumAssets_renFIL_INTEREST_RATE_STRATEGY =\n '0x311C866D55456e465e314A3E9830276B438A73f0';\n\nexport const AaveV2EthereumAssets_RAI_UNDERLYING = '0x03ab458634910AaD20eF5f1C8ee96F1D6ac54919';\nexport const AaveV2EthereumAssets_RAI_A_TOKEN = '0xc9BC48c72154ef3e5425641a3c747242112a46AF';\nexport const AaveV2EthereumAssets_RAI_V_TOKEN = '0xB5385132EE8321977FfF44b60cDE9fE9AB0B4e6b';\nexport const AaveV2EthereumAssets_RAI_S_TOKEN = '0x9C72B8476C33AE214ee3e8C20F0bc28496a62032';\nexport const AaveV2EthereumAssets_RAI_ORACLE = '0x4ad7B025127e89263242aB68F0f9c4E5C033B489';\nexport const AaveV2EthereumAssets_RAI_INTEREST_RATE_STRATEGY =\n '0xA7d4df837926cD55036175AfeF38395d56A64c22';\n\nexport const AaveV2EthereumAssets_AMPL_UNDERLYING = '0xD46bA6D942050d489DBd938a2C909A5d5039A161';\nexport const AaveV2EthereumAssets_AMPL_A_TOKEN = '0x1E6bb68Acec8fefBD87D192bE09bb274170a0548';\nexport const AaveV2EthereumAssets_AMPL_V_TOKEN = '0xf013D90E4e4E3Baf420dFea60735e75dbd42f1e1';\nexport const AaveV2EthereumAssets_AMPL_S_TOKEN = '0x18152C9f77DAdc737006e9430dB913159645fa87';\nexport const AaveV2EthereumAssets_AMPL_ORACLE = '0x492575FDD11a0fCf2C6C719867890a7648d526eB';\nexport const AaveV2EthereumAssets_AMPL_INTEREST_RATE_STRATEGY =\n '0x84d1FaD9559b8AC1Fda17d073B8542c8Fb6986dd';\n\nexport const AaveV2EthereumAssets_USDP_UNDERLYING = '0x8E870D67F660D95d5be530380D0eC0bd388289E1';\nexport const AaveV2EthereumAssets_USDP_A_TOKEN = '0x2e8F4bdbE3d47d7d7DE490437AeA9915D930F1A3';\nexport const AaveV2EthereumAssets_USDP_V_TOKEN = '0xFDb93B3b10936cf81FA59A02A7523B6e2149b2B7';\nexport const AaveV2EthereumAssets_USDP_S_TOKEN = '0x2387119bc85A74e0BBcbe190d80676CB16F10D4F';\nexport const AaveV2EthereumAssets_USDP_ORACLE = '0x3a08ebBaB125224b7b6474384Ee39fBb247D2200';\nexport const AaveV2EthereumAssets_USDP_INTEREST_RATE_STRATEGY =\n '0xaC63290BC16fBc33353b14f139cEf1c660ba56F0';\n\nexport const AaveV2EthereumAssets_DPI_UNDERLYING = '0x1494CA1F11D487c2bBe4543E90080AeBa4BA3C2b';\nexport const AaveV2EthereumAssets_DPI_A_TOKEN = '0x6F634c6135D2EBD550000ac92F494F9CB8183dAe';\nexport const AaveV2EthereumAssets_DPI_V_TOKEN = '0x4dDff5885a67E4EffeC55875a3977D7E60F82ae0';\nexport const AaveV2EthereumAssets_DPI_S_TOKEN = '0xa3953F07f389d719F99FC378ebDb9276177d8A6e';\nexport const AaveV2EthereumAssets_DPI_ORACLE = '0x029849bbc0b1d93b85a8b6190e979fd38F5760E2';\nexport const AaveV2EthereumAssets_DPI_INTEREST_RATE_STRATEGY =\n '0x9440aEc0795D7485e58bCF26622c2f4A681A9671';\n\nexport const AaveV2EthereumAssets_FRAX_UNDERLYING = '0x853d955aCEf822Db058eb8505911ED77F175b99e';\nexport const AaveV2EthereumAssets_FRAX_A_TOKEN = '0xd4937682df3C8aEF4FE912A96A74121C0829E664';\nexport const AaveV2EthereumAssets_FRAX_V_TOKEN = '0xfE8F19B17fFeF0fDbfe2671F248903055AFAA8Ca';\nexport const AaveV2EthereumAssets_FRAX_S_TOKEN = '0x3916e3B6c84b161df1b2733dFfc9569a1dA710c2';\nexport const AaveV2EthereumAssets_FRAX_ORACLE = '0x14d04Fff8D21bd62987a5cE9ce543d2F1edF5D3E';\nexport const AaveV2EthereumAssets_FRAX_INTEREST_RATE_STRATEGY =\n '0x492dcEF1fc5253413fC5576B9522840a1A774DCe';\n\nexport const AaveV2EthereumAssets_FEI_UNDERLYING = '0x956F47F50A910163D8BF957Cf5846D573E7f87CA';\nexport const AaveV2EthereumAssets_FEI_A_TOKEN = '0x683923dB55Fead99A79Fa01A27EeC3cB19679cC3';\nexport const AaveV2EthereumAssets_FEI_V_TOKEN = '0xC2e10006AccAb7B45D9184FcF5b7EC7763f5BaAe';\nexport const AaveV2EthereumAssets_FEI_S_TOKEN = '0xd89cF9E8A858F8B4b31Faf793505e112d6c17449';\nexport const AaveV2EthereumAssets_FEI_ORACLE = '0x7F0D2c2838c6AC24443d13e23d99490017bDe370';\nexport const AaveV2EthereumAssets_FEI_INTEREST_RATE_STRATEGY =\n '0xF0bA2a8c12A2354c075b363765EAe825619bd490';\n\nexport const AaveV2EthereumAssets_stETH_UNDERLYING = '0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84';\nexport const AaveV2EthereumAssets_stETH_A_TOKEN = '0x1982b2F5814301d4e9a8b0201555376e62F82428';\nexport const AaveV2EthereumAssets_stETH_V_TOKEN = '0xA9DEAc9f00Dc4310c35603FCD9D34d1A750f81Db';\nexport const AaveV2EthereumAssets_stETH_S_TOKEN = '0x66457616Dd8489dF5D0AFD8678F4A260088aAF55';\nexport const AaveV2EthereumAssets_stETH_ORACLE = '0xADE6CBA6c45aa8E9d0337cAc3D2619eabc39D901';\nexport const AaveV2EthereumAssets_stETH_INTEREST_RATE_STRATEGY =\n '0xff04ed5f7a6C3a0F1e5Ea20617F8C6f513D5A77c';\n\nexport const AaveV2EthereumAssets_ENS_UNDERLYING = '0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72';\nexport const AaveV2EthereumAssets_ENS_A_TOKEN = '0x9a14e23A58edf4EFDcB360f68cd1b95ce2081a2F';\nexport const AaveV2EthereumAssets_ENS_V_TOKEN = '0x176808047cc9b7A2C9AE202c593ED42dDD7C0D13';\nexport const AaveV2EthereumAssets_ENS_S_TOKEN = '0x34441FFD1948E49dC7a607882D0c38Efd0083815';\nexport const AaveV2EthereumAssets_ENS_ORACLE = '0xd4641b75015E6536E8102D98479568D05D7123Db';\nexport const AaveV2EthereumAssets_ENS_INTEREST_RATE_STRATEGY =\n '0xb2eD1eCE1c13455Ce9299d35D3B00358529f3Dc8';\n\nexport const AaveV2EthereumAssets_UST_UNDERLYING = '0xa693B19d2931d498c5B318dF961919BB4aee87a5';\nexport const AaveV2EthereumAssets_UST_A_TOKEN = '0xc2e2152647F4C26028482Efaf64b2Aa28779EFC4';\nexport const AaveV2EthereumAssets_UST_V_TOKEN = '0xaf32001cf2E66C4C3af4205F6EA77112AA4160FE';\nexport const AaveV2EthereumAssets_UST_S_TOKEN = '0x7FDbfB0412700D94403c42cA3CAEeeA183F07B26';\nexport const AaveV2EthereumAssets_UST_ORACLE = '0xa20623070413d42a5C01Db2c8111640DD7A5A03a';\nexport const AaveV2EthereumAssets_UST_INTEREST_RATE_STRATEGY =\n '0x0dEDCaE8Eb22A2EFB597aBde1834173C47Cff186';\n\nexport const AaveV2EthereumAssets_CVX_UNDERLYING = '0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B';\nexport const AaveV2EthereumAssets_CVX_A_TOKEN = '0x952749E07d7157bb9644A894dFAF3Bad5eF6D918';\nexport const AaveV2EthereumAssets_CVX_V_TOKEN = '0x4Ae5E4409C6Dbc84A00f9f89e4ba096603fb7d50';\nexport const AaveV2EthereumAssets_CVX_S_TOKEN = '0xB01Eb1cE1Da06179136D561766fc2d609C5F55Eb';\nexport const AaveV2EthereumAssets_CVX_ORACLE = '0xC9CbF687f43176B302F03f5e58470b77D07c61c6';\nexport const AaveV2EthereumAssets_CVX_INTEREST_RATE_STRATEGY =\n '0x1dA981865AE7a0C838eFBF4C7DFecb5c7268E73A';\n\nexport const AaveV2EthereumAssets_ONE_INCH_UNDERLYING =\n '0x111111111117dC0aa78b770fA6A738034120C302';\nexport const AaveV2EthereumAssets_ONE_INCH_A_TOKEN = '0xB29130CBcC3F791f077eAdE0266168E808E5151e';\nexport const AaveV2EthereumAssets_ONE_INCH_V_TOKEN = '0xD7896C1B9b4455aFf31473908eB15796ad2295DA';\nexport const AaveV2EthereumAssets_ONE_INCH_S_TOKEN = '0x1278d6ED804d59d2d18a5Aa5638DfD591A79aF0a';\nexport const AaveV2EthereumAssets_ONE_INCH_ORACLE = '0x72AFAECF99C9d9C8215fF44C77B94B99C28741e8';\nexport const AaveV2EthereumAssets_ONE_INCH_INTEREST_RATE_STRATEGY =\n '0xb2eD1eCE1c13455Ce9299d35D3B00358529f3Dc8';\n\nexport const AaveV2EthereumAssets_LUSD_UNDERLYING = '0x5f98805A4E8be255a32880FDeC7F6728C6568bA0';\nexport const AaveV2EthereumAssets_LUSD_A_TOKEN = '0xce1871f791548600cb59efbefFC9c38719142079';\nexport const AaveV2EthereumAssets_LUSD_V_TOKEN = '0x411066489AB40442d6Fc215aD7c64224120D33F2';\nexport const AaveV2EthereumAssets_LUSD_S_TOKEN = '0x39f010127274b2dBdB770B45e1de54d974974526';\nexport const AaveV2EthereumAssets_LUSD_ORACLE = '0x60c0b047133f696334a2b7f68af0b49d2F3D4F72';\nexport const AaveV2EthereumAssets_LUSD_INTEREST_RATE_STRATEGY =\n '0x545Ae1908B6F12e91E03B1DEC4F2e06D0570fE1b';\n"],"mappings":"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","names":[]}
|
|
1
|
+
{"version":3,"sources":["../src/ts/AaveV2EthereumAssets.ts"],"sourcesContent":["export const AaveV2EthereumAssets_USDT_UNDERLYING = '0xdAC17F958D2ee523a2206206994597C13D831ec7';\nexport const AaveV2EthereumAssets_USDT_A_TOKEN = '0x3Ed3B47Dd13EC9a98b44e6204A523E766B225811';\nexport const AaveV2EthereumAssets_USDT_V_TOKEN = '0x531842cEbbdD378f8ee36D171d6cC9C4fcf475Ec';\nexport const AaveV2EthereumAssets_USDT_S_TOKEN = '0xe91D55AB2240594855aBd11b3faAE801Fd4c4687';\nexport const AaveV2EthereumAssets_USDT_ORACLE = '0xEe9F2375b4bdF6387aa8265dD4FB8F16512A1d46';\nexport const AaveV2EthereumAssets_USDT_INTEREST_RATE_STRATEGY =\n '0xF22c8255eA615b3Da6CA5CF5aeCc8956bfF07Aa8';\n\nexport const AaveV2EthereumAssets_WBTC_UNDERLYING = '0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599';\nexport const AaveV2EthereumAssets_WBTC_A_TOKEN = '0x9ff58f4fFB29fA2266Ab25e75e2A8b3503311656';\nexport const AaveV2EthereumAssets_WBTC_V_TOKEN = '0x9c39809Dec7F95F5e0713634a4D0701329B3b4d2';\nexport const AaveV2EthereumAssets_WBTC_S_TOKEN = '0x51B039b9AFE64B78758f8Ef091211b5387eA717c';\nexport const AaveV2EthereumAssets_WBTC_ORACLE = '0xFD858c8bC5ac5e10f01018bC78471bb0DC392247';\nexport const AaveV2EthereumAssets_WBTC_INTEREST_RATE_STRATEGY =\n '0x32f3A6134590fc2d9440663d35a2F0a6265F04c4';\n\nexport const AaveV2EthereumAssets_WETH_UNDERLYING = '0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2';\nexport const AaveV2EthereumAssets_WETH_A_TOKEN = '0x030bA81f1c18d280636F32af80b9AAd02Cf0854e';\nexport const AaveV2EthereumAssets_WETH_V_TOKEN = '0xF63B34710400CAd3e044cFfDcAb00a0f32E33eCf';\nexport const AaveV2EthereumAssets_WETH_S_TOKEN = '0x4e977830ba4bd783C0BB7F15d3e243f73FF57121';\nexport const AaveV2EthereumAssets_WETH_ORACLE = '0x0000000000000000000000000000000000000000';\nexport const AaveV2EthereumAssets_WETH_INTEREST_RATE_STRATEGY =\n '0xb8975328Aa52c00B9Ec1e11e518C4900f2e6C62a';\n\nexport const AaveV2EthereumAssets_YFI_UNDERLYING = '0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e';\nexport const AaveV2EthereumAssets_YFI_A_TOKEN = '0x5165d24277cD063F5ac44Efd447B27025e888f37';\nexport const AaveV2EthereumAssets_YFI_V_TOKEN = '0x7EbD09022Be45AD993BAA1CEc61166Fcc8644d97';\nexport const AaveV2EthereumAssets_YFI_S_TOKEN = '0xca823F78C2Dd38993284bb42Ba9b14152082F7BD';\nexport const AaveV2EthereumAssets_YFI_ORACLE = '0x7c5d4F8345e66f68099581Db340cd65B078C41f4';\nexport const AaveV2EthereumAssets_YFI_INTEREST_RATE_STRATEGY =\n '0xfd71623D7F41360aefE200de4f17E20A29e1d58C';\n\nexport const AaveV2EthereumAssets_ZRX_UNDERLYING = '0xE41d2489571d322189246DaFA5ebDe1F4699F498';\nexport const AaveV2EthereumAssets_ZRX_A_TOKEN = '0xDf7FF54aAcAcbFf42dfe29DD6144A69b629f8C9e';\nexport const AaveV2EthereumAssets_ZRX_V_TOKEN = '0x85791D117A392097590bDeD3bD5abB8d5A20491A';\nexport const AaveV2EthereumAssets_ZRX_S_TOKEN = '0x071B4323a24E73A5afeEbe34118Cd21B8FAAF7C3';\nexport const AaveV2EthereumAssets_ZRX_ORACLE = '0x2Da4983a622a8498bb1a21FaE9D8F6C664939962';\nexport const AaveV2EthereumAssets_ZRX_INTEREST_RATE_STRATEGY =\n '0x1a4babC0e20d892167792AC79618273711afD3e7';\n\nexport const AaveV2EthereumAssets_UNI_UNDERLYING = '0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984';\nexport const AaveV2EthereumAssets_UNI_A_TOKEN = '0xB9D7CB55f463405CDfBe4E90a6D2Df01C2B92BF1';\nexport const AaveV2EthereumAssets_UNI_V_TOKEN = '0x5BdB050A92CADcCfCDcCCBFC17204a1C9cC0Ab73';\nexport const AaveV2EthereumAssets_UNI_S_TOKEN = '0xD939F7430dC8D5a427f156dE1012A56C18AcB6Aa';\nexport const AaveV2EthereumAssets_UNI_ORACLE = '0xD6aA3D25116d8dA79Ea0246c4826EB951872e02e';\nexport const AaveV2EthereumAssets_UNI_INTEREST_RATE_STRATEGY =\n '0x24ABFac8dd8f270D752837fDFe3B3C735361f4eE';\n\nexport const AaveV2EthereumAssets_AAVE_UNDERLYING = '0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9';\nexport const AaveV2EthereumAssets_AAVE_A_TOKEN = '0xFFC97d72E13E01096502Cb8Eb52dEe56f74DAD7B';\nexport const AaveV2EthereumAssets_AAVE_V_TOKEN = '0xF7DBA49d571745D9d7fcb56225B05BEA803EBf3C';\nexport const AaveV2EthereumAssets_AAVE_S_TOKEN = '0x079D6a3E844BcECf5720478A718Edb6575362C5f';\nexport const AaveV2EthereumAssets_AAVE_ORACLE = '0x6Df09E975c830ECae5bd4eD9d90f3A95a4f88012';\nexport const AaveV2EthereumAssets_AAVE_INTEREST_RATE_STRATEGY =\n '0xd4cA26F2496195C4F886D464D8578368236bB747';\n\nexport const AaveV2EthereumAssets_BAT_UNDERLYING = '0x0D8775F648430679A709E98d2b0Cb6250d2887EF';\nexport const AaveV2EthereumAssets_BAT_A_TOKEN = '0x05Ec93c0365baAeAbF7AefFb0972ea7ECdD39CF1';\nexport const AaveV2EthereumAssets_BAT_V_TOKEN = '0xfc218A6Dfe6901CB34B1a5281FC6f1b8e7E56877';\nexport const AaveV2EthereumAssets_BAT_S_TOKEN = '0x277f8676FAcf4dAA5a6EA38ba511B7F65AA02f9F';\nexport const AaveV2EthereumAssets_BAT_ORACLE = '0x0d16d4528239e9ee52fa531af613AcdB23D88c94';\nexport const AaveV2EthereumAssets_BAT_INTEREST_RATE_STRATEGY =\n '0xBdfC85b140edF1FeaFd6eD664027AA4C23b4A29F';\n\nexport const AaveV2EthereumAssets_BUSD_UNDERLYING = '0x4Fabb145d64652a948d72533023f6E7A623C7C53';\nexport const AaveV2EthereumAssets_BUSD_A_TOKEN = '0xA361718326c15715591c299427c62086F69923D9';\nexport const AaveV2EthereumAssets_BUSD_V_TOKEN = '0xbA429f7011c9fa04cDd46a2Da24dc0FF0aC6099c';\nexport const AaveV2EthereumAssets_BUSD_S_TOKEN = '0x4A7A63909A72D268b1D8a93a9395d098688e0e5C';\nexport const AaveV2EthereumAssets_BUSD_ORACLE = '0x614715d2Af89E6EC99A233818275142cE88d1Cfd';\nexport const AaveV2EthereumAssets_BUSD_INTEREST_RATE_STRATEGY =\n '0xB28cA2760001c9837430F20c50fD89Ed56A449f0';\n\nexport const AaveV2EthereumAssets_DAI_UNDERLYING = '0x6B175474E89094C44Da98b954EedeAC495271d0F';\nexport const AaveV2EthereumAssets_DAI_A_TOKEN = '0x028171bCA77440897B824Ca71D1c56caC55b68A3';\nexport const AaveV2EthereumAssets_DAI_V_TOKEN = '0x6C3c78838c761c6Ac7bE9F59fe808ea2A6E4379d';\nexport const AaveV2EthereumAssets_DAI_S_TOKEN = '0x778A13D3eeb110A4f7bb6529F99c000119a08E92';\nexport const AaveV2EthereumAssets_DAI_ORACLE = '0x773616E4d11A78F511299002da57A0a94577F1f4';\nexport const AaveV2EthereumAssets_DAI_INTEREST_RATE_STRATEGY =\n '0xfffE32106A68aA3eD39CcCE673B646423EEaB62a';\n\nexport const AaveV2EthereumAssets_ENJ_UNDERLYING = '0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c';\nexport const AaveV2EthereumAssets_ENJ_A_TOKEN = '0xaC6Df26a590F08dcC95D5a4705ae8abbc88509Ef';\nexport const AaveV2EthereumAssets_ENJ_V_TOKEN = '0x38995F292a6E31b78203254fE1cdd5Ca1010A446';\nexport const AaveV2EthereumAssets_ENJ_S_TOKEN = '0x943DcCA156b5312Aa24c1a08769D67FEce4ac14C';\nexport const AaveV2EthereumAssets_ENJ_ORACLE = '0x24D9aB51950F3d62E9144fdC2f3135DAA6Ce8D1B';\nexport const AaveV2EthereumAssets_ENJ_INTEREST_RATE_STRATEGY =\n '0x4a4fb6B26e7F516594b7242240039EA8FAAc897a';\n\nexport const AaveV2EthereumAssets_KNC_UNDERLYING = '0xdd974D5C2e2928deA5F71b9825b8b646686BD200';\nexport const AaveV2EthereumAssets_KNC_A_TOKEN = '0x39C6b3e42d6A679d7D776778Fe880BC9487C2EDA';\nexport const AaveV2EthereumAssets_KNC_V_TOKEN = '0x6B05D1c608015Ccb8e205A690cB86773A96F39f1';\nexport const AaveV2EthereumAssets_KNC_S_TOKEN = '0x9915dfb872778B2890a117DA1F35F335eb06B54f';\nexport const AaveV2EthereumAssets_KNC_ORACLE = '0x656c0544eF4C98A6a98491833A89204Abb045d6b';\nexport const AaveV2EthereumAssets_KNC_INTEREST_RATE_STRATEGY =\n '0xFDBDa42D2aC1bfbbc10555eb255De8387b8977C4';\n\nexport const AaveV2EthereumAssets_LINK_UNDERLYING = '0x514910771AF9Ca656af840dff83E8264EcF986CA';\nexport const AaveV2EthereumAssets_LINK_A_TOKEN = '0xa06bC25B5805d5F8d82847D191Cb4Af5A3e873E0';\nexport const AaveV2EthereumAssets_LINK_V_TOKEN = '0x0b8f12b1788BFdE65Aa1ca52E3e9F3Ba401be16D';\nexport const AaveV2EthereumAssets_LINK_S_TOKEN = '0xFB4AEc4Cc858F2539EBd3D37f2a43eAe5b15b98a';\nexport const AaveV2EthereumAssets_LINK_ORACLE = '0xDC530D9457755926550b59e8ECcdaE7624181557';\nexport const AaveV2EthereumAssets_LINK_INTEREST_RATE_STRATEGY =\n '0xED6547b83276B076B771B88FcCbD68BDeDb3927f';\n\nexport const AaveV2EthereumAssets_MANA_UNDERLYING = '0x0F5D2fB29fb7d3CFeE444a200298f468908cC942';\nexport const AaveV2EthereumAssets_MANA_A_TOKEN = '0xa685a61171bb30d4072B338c80Cb7b2c865c873E';\nexport const AaveV2EthereumAssets_MANA_V_TOKEN = '0x0A68976301e46Ca6Ce7410DB28883E309EA0D352';\nexport const AaveV2EthereumAssets_MANA_S_TOKEN = '0xD86C74eA2224f4B8591560652b50035E4e5c0a3b';\nexport const AaveV2EthereumAssets_MANA_ORACLE = '0x82A44D92D6c329826dc557c5E1Be6ebeC5D5FeB9';\nexport const AaveV2EthereumAssets_MANA_INTEREST_RATE_STRATEGY =\n '0x004fC239848D8A8d3304729b78ba81d73d83C99F';\n\nexport const AaveV2EthereumAssets_MKR_UNDERLYING = '0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2';\nexport const AaveV2EthereumAssets_MKR_A_TOKEN = '0xc713e5E149D5D0715DcD1c156a020976e7E56B88';\nexport const AaveV2EthereumAssets_MKR_V_TOKEN = '0xba728eAd5e496BE00DCF66F650b6d7758eCB50f8';\nexport const AaveV2EthereumAssets_MKR_S_TOKEN = '0xC01C8E4b12a89456a9fD4e4e75B72546Bf53f0B5';\nexport const AaveV2EthereumAssets_MKR_ORACLE = '0x24551a8Fb2A7211A25a17B1481f043A8a8adC7f2';\nexport const AaveV2EthereumAssets_MKR_INTEREST_RATE_STRATEGY =\n '0xE3a3DE71B827cB73663A24cDB6243bA7F986cC3b';\n\nexport const AaveV2EthereumAssets_REN_UNDERLYING = '0x408e41876cCCDC0F92210600ef50372656052a38';\nexport const AaveV2EthereumAssets_REN_A_TOKEN = '0xCC12AbE4ff81c9378D670De1b57F8e0Dd228D77a';\nexport const AaveV2EthereumAssets_REN_V_TOKEN = '0xcd9D82d33bd737De215cDac57FE2F7f04DF77FE0';\nexport const AaveV2EthereumAssets_REN_S_TOKEN = '0x3356Ec1eFA75d9D150Da1EC7d944D9EDf73703B7';\nexport const AaveV2EthereumAssets_REN_ORACLE = '0x3147D7203354Dc06D9fd350c7a2437bcA92387a4';\nexport const AaveV2EthereumAssets_REN_INTEREST_RATE_STRATEGY =\n '0x9B1e3C7483F0f21abFEaE3AeBC9b47b5f23f5bB0';\n\nexport const AaveV2EthereumAssets_SNX_UNDERLYING = '0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F';\nexport const AaveV2EthereumAssets_SNX_A_TOKEN = '0x35f6B052C598d933D69A4EEC4D04c73A191fE6c2';\nexport const AaveV2EthereumAssets_SNX_V_TOKEN = '0x267EB8Cf715455517F9BD5834AeAE3CeA1EBdbD8';\nexport const AaveV2EthereumAssets_SNX_S_TOKEN = '0x8575c8ae70bDB71606A53AeA1c6789cB0fBF3166';\nexport const AaveV2EthereumAssets_SNX_ORACLE = '0x79291A9d692Df95334B1a0B3B4AE6bC606782f8c';\nexport const AaveV2EthereumAssets_SNX_INTEREST_RATE_STRATEGY =\n '0xCc92073dDe8aE03bAA1812AC5cF22e69b5E76914';\n\nexport const AaveV2EthereumAssets_sUSD_UNDERLYING = '0x57Ab1ec28D129707052df4dF418D58a2D46d5f51';\nexport const AaveV2EthereumAssets_sUSD_A_TOKEN = '0x6C5024Cd4F8A59110119C56f8933403A539555EB';\nexport const AaveV2EthereumAssets_sUSD_V_TOKEN = '0xdC6a3Ab17299D9C2A412B0e0a4C1f55446AE0817';\nexport const AaveV2EthereumAssets_sUSD_S_TOKEN = '0x30B0f7324feDF89d8eff397275F8983397eFe4af';\nexport const AaveV2EthereumAssets_sUSD_ORACLE = '0x8e0b7e6062272B5eF4524250bFFF8e5Bd3497757';\nexport const AaveV2EthereumAssets_sUSD_INTEREST_RATE_STRATEGY =\n '0x3082D0a473385Ed2cbd1f16087ab8b7BF79f0355';\n\nexport const AaveV2EthereumAssets_TUSD_UNDERLYING = '0x0000000000085d4780B73119b644AE5ecd22b376';\nexport const AaveV2EthereumAssets_TUSD_A_TOKEN = '0x101cc05f4A51C0319f570d5E146a8C625198e636';\nexport const AaveV2EthereumAssets_TUSD_V_TOKEN = '0x01C0eb1f8c6F1C1bF74ae028697ce7AA2a8b0E92';\nexport const AaveV2EthereumAssets_TUSD_S_TOKEN = '0x7f38d60D94652072b2C44a18c0e14A481EC3C0dd';\nexport const AaveV2EthereumAssets_TUSD_ORACLE = '0x3886BA987236181D98F2401c507Fb8BeA7871dF2';\nexport const AaveV2EthereumAssets_TUSD_INTEREST_RATE_STRATEGY =\n '0x67a81df2b7FAf4a324D94De9Cc778704F4500478';\n\nexport const AaveV2EthereumAssets_USDC_UNDERLYING = '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48';\nexport const AaveV2EthereumAssets_USDC_A_TOKEN = '0xBcca60bB61934080951369a648Fb03DF4F96263C';\nexport const AaveV2EthereumAssets_USDC_V_TOKEN = '0x619beb58998eD2278e08620f97007e1116D5D25b';\nexport const AaveV2EthereumAssets_USDC_S_TOKEN = '0xE4922afAB0BbaDd8ab2a88E0C79d884Ad337fcA6';\nexport const AaveV2EthereumAssets_USDC_ORACLE = '0x986b5E1e1755e3C2440e960477f25201B0a8bbD4';\nexport const AaveV2EthereumAssets_USDC_INTEREST_RATE_STRATEGY =\n '0x8Cae0596bC1eD42dc3F04c4506cfe442b3E74e27';\n\nexport const AaveV2EthereumAssets_CRV_UNDERLYING = '0xD533a949740bb3306d119CC777fa900bA034cd52';\nexport const AaveV2EthereumAssets_CRV_A_TOKEN = '0x8dAE6Cb04688C62d939ed9B68d32Bc62e49970b1';\nexport const AaveV2EthereumAssets_CRV_V_TOKEN = '0x00ad8eBF64F141f1C81e9f8f792d3d1631c6c684';\nexport const AaveV2EthereumAssets_CRV_S_TOKEN = '0x9288059a74f589C919c7Cf1Db433251CdFEB874B';\nexport const AaveV2EthereumAssets_CRV_ORACLE = '0x8a12Be339B0cD1829b91Adc01977caa5E9ac121e';\nexport const AaveV2EthereumAssets_CRV_INTEREST_RATE_STRATEGY =\n '0xA4C2C730A4c01c64d54ce0165c27120989A3C743';\n\nexport const AaveV2EthereumAssets_GUSD_UNDERLYING = '0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd';\nexport const AaveV2EthereumAssets_GUSD_A_TOKEN = '0xD37EE7e4f452C6638c96536e68090De8cBcdb583';\nexport const AaveV2EthereumAssets_GUSD_V_TOKEN = '0x279AF5b99540c1A3A7E3CDd326e19659401eF99e';\nexport const AaveV2EthereumAssets_GUSD_S_TOKEN = '0xf8aC64ec6Ff8E0028b37EB89772d21865321bCe0';\nexport const AaveV2EthereumAssets_GUSD_ORACLE = '0xEc6f4Cd64d28Ef32507e2dc399948aAe9Bbedd7e';\nexport const AaveV2EthereumAssets_GUSD_INTEREST_RATE_STRATEGY =\n '0x78Fe5d0427E669ba9F964C3495fF381a805a0487';\n\nexport const AaveV2EthereumAssets_BAL_UNDERLYING = '0xba100000625a3754423978a60c9317c58a424e3D';\nexport const AaveV2EthereumAssets_BAL_A_TOKEN = '0x272F97b7a56a387aE942350bBC7Df5700f8a4576';\nexport const AaveV2EthereumAssets_BAL_V_TOKEN = '0x13210D4Fe0d5402bd7Ecbc4B5bC5cFcA3b71adB0';\nexport const AaveV2EthereumAssets_BAL_S_TOKEN = '0xe569d31590307d05DA3812964F1eDd551D665a0b';\nexport const AaveV2EthereumAssets_BAL_ORACLE = '0xC1438AA3823A6Ba0C159CfA8D98dF5A994bA120b';\nexport const AaveV2EthereumAssets_BAL_INTEREST_RATE_STRATEGY =\n '0x46158614537A48D51a30073A86b4B73B16D33b53';\n\nexport const AaveV2EthereumAssets_xSUSHI_UNDERLYING = '0x8798249c2E607446EfB7Ad49eC89dD1865Ff4272';\nexport const AaveV2EthereumAssets_xSUSHI_A_TOKEN = '0xF256CC7847E919FAc9B808cC216cAc87CCF2f47a';\nexport const AaveV2EthereumAssets_xSUSHI_V_TOKEN = '0xfAFEDF95E21184E3d880bd56D4806c4b8d31c69A';\nexport const AaveV2EthereumAssets_xSUSHI_S_TOKEN = '0x73Bfb81D7dbA75C904f430eA8BAe82DB0D41187B';\nexport const AaveV2EthereumAssets_xSUSHI_ORACLE = '0xF05D9B6C08757EAcb1fbec18e36A1B7566a13DEB';\nexport const AaveV2EthereumAssets_xSUSHI_INTEREST_RATE_STRATEGY =\n '0xb49034Ada4BE5c6Bb3823A623C6250267110b06b';\n\nexport const AaveV2EthereumAssets_renFIL_UNDERLYING = '0xD5147bc8e386d91Cc5DBE72099DAC6C9b99276F5';\nexport const AaveV2EthereumAssets_renFIL_A_TOKEN = '0x514cd6756CCBe28772d4Cb81bC3156BA9d1744aa';\nexport const AaveV2EthereumAssets_renFIL_V_TOKEN = '0x348e2eBD5E962854871874E444F4122399c02755';\nexport const AaveV2EthereumAssets_renFIL_S_TOKEN = '0xcAad05C49E14075077915cB5C820EB3245aFb950';\nexport const AaveV2EthereumAssets_renFIL_ORACLE = '0x0606Be69451B1C9861Ac6b3626b99093b713E801';\nexport const AaveV2EthereumAssets_renFIL_INTEREST_RATE_STRATEGY =\n '0x311C866D55456e465e314A3E9830276B438A73f0';\n\nexport const AaveV2EthereumAssets_RAI_UNDERLYING = '0x03ab458634910AaD20eF5f1C8ee96F1D6ac54919';\nexport const AaveV2EthereumAssets_RAI_A_TOKEN = '0xc9BC48c72154ef3e5425641a3c747242112a46AF';\nexport const AaveV2EthereumAssets_RAI_V_TOKEN = '0xB5385132EE8321977FfF44b60cDE9fE9AB0B4e6b';\nexport const AaveV2EthereumAssets_RAI_S_TOKEN = '0x9C72B8476C33AE214ee3e8C20F0bc28496a62032';\nexport const AaveV2EthereumAssets_RAI_ORACLE = '0x4ad7B025127e89263242aB68F0f9c4E5C033B489';\nexport const AaveV2EthereumAssets_RAI_INTEREST_RATE_STRATEGY =\n '0xA7d4df837926cD55036175AfeF38395d56A64c22';\n\nexport const AaveV2EthereumAssets_AMPL_UNDERLYING = '0xD46bA6D942050d489DBd938a2C909A5d5039A161';\nexport const AaveV2EthereumAssets_AMPL_A_TOKEN = '0x1E6bb68Acec8fefBD87D192bE09bb274170a0548';\nexport const AaveV2EthereumAssets_AMPL_V_TOKEN = '0xf013D90E4e4E3Baf420dFea60735e75dbd42f1e1';\nexport const AaveV2EthereumAssets_AMPL_S_TOKEN = '0x18152C9f77DAdc737006e9430dB913159645fa87';\nexport const AaveV2EthereumAssets_AMPL_ORACLE = '0x492575FDD11a0fCf2C6C719867890a7648d526eB';\nexport const AaveV2EthereumAssets_AMPL_INTEREST_RATE_STRATEGY =\n '0x84d1FaD9559b8AC1Fda17d073B8542c8Fb6986dd';\n\nexport const AaveV2EthereumAssets_USDP_UNDERLYING = '0x8E870D67F660D95d5be530380D0eC0bd388289E1';\nexport const AaveV2EthereumAssets_USDP_A_TOKEN = '0x2e8F4bdbE3d47d7d7DE490437AeA9915D930F1A3';\nexport const AaveV2EthereumAssets_USDP_V_TOKEN = '0xFDb93B3b10936cf81FA59A02A7523B6e2149b2B7';\nexport const AaveV2EthereumAssets_USDP_S_TOKEN = '0x2387119bc85A74e0BBcbe190d80676CB16F10D4F';\nexport const AaveV2EthereumAssets_USDP_ORACLE = '0x3a08ebBaB125224b7b6474384Ee39fBb247D2200';\nexport const AaveV2EthereumAssets_USDP_INTEREST_RATE_STRATEGY =\n '0xaC63290BC16fBc33353b14f139cEf1c660ba56F0';\n\nexport const AaveV2EthereumAssets_DPI_UNDERLYING = '0x1494CA1F11D487c2bBe4543E90080AeBa4BA3C2b';\nexport const AaveV2EthereumAssets_DPI_A_TOKEN = '0x6F634c6135D2EBD550000ac92F494F9CB8183dAe';\nexport const AaveV2EthereumAssets_DPI_V_TOKEN = '0x4dDff5885a67E4EffeC55875a3977D7E60F82ae0';\nexport const AaveV2EthereumAssets_DPI_S_TOKEN = '0xa3953F07f389d719F99FC378ebDb9276177d8A6e';\nexport const AaveV2EthereumAssets_DPI_ORACLE = '0x029849bbc0b1d93b85a8b6190e979fd38F5760E2';\nexport const AaveV2EthereumAssets_DPI_INTEREST_RATE_STRATEGY =\n '0x9440aEc0795D7485e58bCF26622c2f4A681A9671';\n\nexport const AaveV2EthereumAssets_FRAX_UNDERLYING = '0x853d955aCEf822Db058eb8505911ED77F175b99e';\nexport const AaveV2EthereumAssets_FRAX_A_TOKEN = '0xd4937682df3C8aEF4FE912A96A74121C0829E664';\nexport const AaveV2EthereumAssets_FRAX_V_TOKEN = '0xfE8F19B17fFeF0fDbfe2671F248903055AFAA8Ca';\nexport const AaveV2EthereumAssets_FRAX_S_TOKEN = '0x3916e3B6c84b161df1b2733dFfc9569a1dA710c2';\nexport const AaveV2EthereumAssets_FRAX_ORACLE = '0x14d04Fff8D21bd62987a5cE9ce543d2F1edF5D3E';\nexport const AaveV2EthereumAssets_FRAX_INTEREST_RATE_STRATEGY =\n '0x492dcEF1fc5253413fC5576B9522840a1A774DCe';\n\nexport const AaveV2EthereumAssets_FEI_UNDERLYING = '0x956F47F50A910163D8BF957Cf5846D573E7f87CA';\nexport const AaveV2EthereumAssets_FEI_A_TOKEN = '0x683923dB55Fead99A79Fa01A27EeC3cB19679cC3';\nexport const AaveV2EthereumAssets_FEI_V_TOKEN = '0xC2e10006AccAb7B45D9184FcF5b7EC7763f5BaAe';\nexport const AaveV2EthereumAssets_FEI_S_TOKEN = '0xd89cF9E8A858F8B4b31Faf793505e112d6c17449';\nexport const AaveV2EthereumAssets_FEI_ORACLE = '0xac3AF0f4A52C577Cc2C241dF51a01FDe3D06D93B';\nexport const AaveV2EthereumAssets_FEI_INTEREST_RATE_STRATEGY =\n '0x795dC59EA6472Dfa4298A454C6E8Dcb005643A13';\n\nexport const AaveV2EthereumAssets_stETH_UNDERLYING = '0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84';\nexport const AaveV2EthereumAssets_stETH_A_TOKEN = '0x1982b2F5814301d4e9a8b0201555376e62F82428';\nexport const AaveV2EthereumAssets_stETH_V_TOKEN = '0xA9DEAc9f00Dc4310c35603FCD9D34d1A750f81Db';\nexport const AaveV2EthereumAssets_stETH_S_TOKEN = '0x66457616Dd8489dF5D0AFD8678F4A260088aAF55';\nexport const AaveV2EthereumAssets_stETH_ORACLE = '0xADE6CBA6c45aa8E9d0337cAc3D2619eabc39D901';\nexport const AaveV2EthereumAssets_stETH_INTEREST_RATE_STRATEGY =\n '0xff04ed5f7a6C3a0F1e5Ea20617F8C6f513D5A77c';\n\nexport const AaveV2EthereumAssets_ENS_UNDERLYING = '0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72';\nexport const AaveV2EthereumAssets_ENS_A_TOKEN = '0x9a14e23A58edf4EFDcB360f68cd1b95ce2081a2F';\nexport const AaveV2EthereumAssets_ENS_V_TOKEN = '0x176808047cc9b7A2C9AE202c593ED42dDD7C0D13';\nexport const AaveV2EthereumAssets_ENS_S_TOKEN = '0x34441FFD1948E49dC7a607882D0c38Efd0083815';\nexport const AaveV2EthereumAssets_ENS_ORACLE = '0xd4641b75015E6536E8102D98479568D05D7123Db';\nexport const AaveV2EthereumAssets_ENS_INTEREST_RATE_STRATEGY =\n '0xb2eD1eCE1c13455Ce9299d35D3B00358529f3Dc8';\n\nexport const AaveV2EthereumAssets_UST_UNDERLYING = '0xa693B19d2931d498c5B318dF961919BB4aee87a5';\nexport const AaveV2EthereumAssets_UST_A_TOKEN = '0xc2e2152647F4C26028482Efaf64b2Aa28779EFC4';\nexport const AaveV2EthereumAssets_UST_V_TOKEN = '0xaf32001cf2E66C4C3af4205F6EA77112AA4160FE';\nexport const AaveV2EthereumAssets_UST_S_TOKEN = '0x7FDbfB0412700D94403c42cA3CAEeeA183F07B26';\nexport const AaveV2EthereumAssets_UST_ORACLE = '0xa20623070413d42a5C01Db2c8111640DD7A5A03a';\nexport const AaveV2EthereumAssets_UST_INTEREST_RATE_STRATEGY =\n '0x0dEDCaE8Eb22A2EFB597aBde1834173C47Cff186';\n\nexport const AaveV2EthereumAssets_CVX_UNDERLYING = '0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B';\nexport const AaveV2EthereumAssets_CVX_A_TOKEN = '0x952749E07d7157bb9644A894dFAF3Bad5eF6D918';\nexport const AaveV2EthereumAssets_CVX_V_TOKEN = '0x4Ae5E4409C6Dbc84A00f9f89e4ba096603fb7d50';\nexport const AaveV2EthereumAssets_CVX_S_TOKEN = '0xB01Eb1cE1Da06179136D561766fc2d609C5F55Eb';\nexport const AaveV2EthereumAssets_CVX_ORACLE = '0xC9CbF687f43176B302F03f5e58470b77D07c61c6';\nexport const AaveV2EthereumAssets_CVX_INTEREST_RATE_STRATEGY =\n '0x1dA981865AE7a0C838eFBF4C7DFecb5c7268E73A';\n\nexport const AaveV2EthereumAssets_ONE_INCH_UNDERLYING =\n '0x111111111117dC0aa78b770fA6A738034120C302';\nexport const AaveV2EthereumAssets_ONE_INCH_A_TOKEN = '0xB29130CBcC3F791f077eAdE0266168E808E5151e';\nexport const AaveV2EthereumAssets_ONE_INCH_V_TOKEN = '0xD7896C1B9b4455aFf31473908eB15796ad2295DA';\nexport const AaveV2EthereumAssets_ONE_INCH_S_TOKEN = '0x1278d6ED804d59d2d18a5Aa5638DfD591A79aF0a';\nexport const AaveV2EthereumAssets_ONE_INCH_ORACLE = '0x72AFAECF99C9d9C8215fF44C77B94B99C28741e8';\nexport const AaveV2EthereumAssets_ONE_INCH_INTEREST_RATE_STRATEGY =\n '0xb2eD1eCE1c13455Ce9299d35D3B00358529f3Dc8';\n\nexport const AaveV2EthereumAssets_LUSD_UNDERLYING = '0x5f98805A4E8be255a32880FDeC7F6728C6568bA0';\nexport const AaveV2EthereumAssets_LUSD_A_TOKEN = '0xce1871f791548600cb59efbefFC9c38719142079';\nexport const AaveV2EthereumAssets_LUSD_V_TOKEN = '0x411066489AB40442d6Fc215aD7c64224120D33F2';\nexport const AaveV2EthereumAssets_LUSD_S_TOKEN = '0x39f010127274b2dBdB770B45e1de54d974974526';\nexport const AaveV2EthereumAssets_LUSD_ORACLE = '0x60c0b047133f696334a2b7f68af0b49d2F3D4F72';\nexport const AaveV2EthereumAssets_LUSD_INTEREST_RATE_STRATEGY =\n '0x545Ae1908B6F12e91E03B1DEC4F2e06D0570fE1b';\n"],"mappings":"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","names":[]}
|
|
@@ -111,7 +111,7 @@ const AaveV2EthereumAssets_TUSD_A_TOKEN = "0x101cc05f4A51C0319f570d5E146a8C62519
|
|
|
111
111
|
const AaveV2EthereumAssets_TUSD_V_TOKEN = "0x01C0eb1f8c6F1C1bF74ae028697ce7AA2a8b0E92";
|
|
112
112
|
const AaveV2EthereumAssets_TUSD_S_TOKEN = "0x7f38d60D94652072b2C44a18c0e14A481EC3C0dd";
|
|
113
113
|
const AaveV2EthereumAssets_TUSD_ORACLE = "0x3886BA987236181D98F2401c507Fb8BeA7871dF2";
|
|
114
|
-
const AaveV2EthereumAssets_TUSD_INTEREST_RATE_STRATEGY = "
|
|
114
|
+
const AaveV2EthereumAssets_TUSD_INTEREST_RATE_STRATEGY = "0x67a81df2b7FAf4a324D94De9Cc778704F4500478";
|
|
115
115
|
const AaveV2EthereumAssets_USDC_UNDERLYING = "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48";
|
|
116
116
|
const AaveV2EthereumAssets_USDC_A_TOKEN = "0xBcca60bB61934080951369a648Fb03DF4F96263C";
|
|
117
117
|
const AaveV2EthereumAssets_USDC_V_TOKEN = "0x619beb58998eD2278e08620f97007e1116D5D25b";
|
|
@@ -182,8 +182,8 @@ const AaveV2EthereumAssets_FEI_UNDERLYING = "0x956F47F50A910163D8BF957Cf5846D573
|
|
|
182
182
|
const AaveV2EthereumAssets_FEI_A_TOKEN = "0x683923dB55Fead99A79Fa01A27EeC3cB19679cC3";
|
|
183
183
|
const AaveV2EthereumAssets_FEI_V_TOKEN = "0xC2e10006AccAb7B45D9184FcF5b7EC7763f5BaAe";
|
|
184
184
|
const AaveV2EthereumAssets_FEI_S_TOKEN = "0xd89cF9E8A858F8B4b31Faf793505e112d6c17449";
|
|
185
|
-
const AaveV2EthereumAssets_FEI_ORACLE = "
|
|
186
|
-
const AaveV2EthereumAssets_FEI_INTEREST_RATE_STRATEGY = "
|
|
185
|
+
const AaveV2EthereumAssets_FEI_ORACLE = "0xac3AF0f4A52C577Cc2C241dF51a01FDe3D06D93B";
|
|
186
|
+
const AaveV2EthereumAssets_FEI_INTEREST_RATE_STRATEGY = "0x795dC59EA6472Dfa4298A454C6E8Dcb005643A13";
|
|
187
187
|
const AaveV2EthereumAssets_stETH_UNDERLYING = "0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84";
|
|
188
188
|
const AaveV2EthereumAssets_stETH_A_TOKEN = "0x1982b2F5814301d4e9a8b0201555376e62F82428";
|
|
189
189
|
const AaveV2EthereumAssets_stETH_V_TOKEN = "0xA9DEAc9f00Dc4310c35603FCD9D34d1A750f81Db";
|