We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e52ef18 commit 8823af7Copy full SHA for 8823af7
src/adaptors/maxapy/index.js
@@ -20,12 +20,23 @@ const VAULTS = {
20
symbol: 'USDC',
21
underlying: '0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174'
22
}
23
+ },
24
+ base: {
25
+ '0xb272e80042634Bca5d3466446b0C48Ba278A8Ae5': {
26
+ symbol: 'WETH',
27
+ underlying: '0x4200000000000000000000000000000000000006'
28
29
+ '0x7a63e8FC1d0A5E9BE52f05817E8C49D9e2d6efAe': {
30
+ symbol: 'USDC',
31
+ underlying: '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913'
32
+ }
33
34
};
35
36
const CHAIN_IDS = {
37
ethereum: 1,
- polygon: 137
38
+ polygon: 137,
39
+ base: 8453
40
41
42
class MaxApyAdapter {
@@ -104,4 +115,4 @@ module.exports = {
104
115
timetravel: false,
105
116
apy: () => new MaxApyAdapter().getApy(),
106
117
url: 'https://app.maxapy.io/vaults'
107
-};
118
+};
0 commit comments