We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0cdb4 commit 22c7521Copy full SHA for 22c7521
projects/luckypeaches/index.js
@@ -0,0 +1,10 @@
1
+const { aaveExports } = require('../helper/aave')
2
+
3
+module.exports = {
4
+ hemi: aaveExports(
5
+ 'hemi',
6
+ undefined,
7
8
+ ['0x986b04d0a228b8cB81E236F9Add85e43758F21B2']
9
+ ),
10
+}
0 commit comments