Skip to content

Commit 8823af7

Browse files
committed
add: base metavaults
1 parent e52ef18 commit 8823af7

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

src/adaptors/maxapy/index.js

+13-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,23 @@ const VAULTS = {
2020
symbol: 'USDC',
2121
underlying: '0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174'
2222
}
23+
},
24+
base: {
25+
'0xb272e80042634Bca5d3466446b0C48Ba278A8Ae5': {
26+
symbol: 'WETH',
27+
underlying: '0x4200000000000000000000000000000000000006'
28+
},
29+
'0x7a63e8FC1d0A5E9BE52f05817E8C49D9e2d6efAe': {
30+
symbol: 'USDC',
31+
underlying: '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913'
32+
}
2333
}
2434
};
2535

2636
const CHAIN_IDS = {
2737
ethereum: 1,
28-
polygon: 137
38+
polygon: 137,
39+
base: 8453
2940
};
3041

3142
class MaxApyAdapter {
@@ -104,4 +115,4 @@ module.exports = {
104115
timetravel: false,
105116
apy: () => new MaxApyAdapter().getApy(),
106117
url: 'https://app.maxapy.io/vaults'
107-
};
118+
};

0 commit comments

Comments
 (0)