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 06e947a commit acc32bfCopy full SHA for acc32bf
projects/reform/index.js
@@ -0,0 +1,9 @@
1
+const { staking } = require('../helper/staking')
2
+
3
+module.exports = {
4
+ ethereum: {
5
+ tvl: () => ({}),
6
+ staking: staking('0x74ef3b69e8c475df8450eddda5dabd9b6dd17972', '0xea3eed8616877F5d3c4aEbf5A799F2e8D6DE9A5E'),
7
+ pool2: staking('0x74ef3b69e8c475df8450eddda5dabd9b6dd17972', '0xf4e14a7766a3316d6cefbaec614c714f2d4965d8')
8
+ }
9
+}
0 commit comments