Skip to content

Commit acc32bf

Browse files
kptvermeulenKoeng1nt0ki
authored
project/reform (DefiLlama#12201)
Co-authored-by: Koen <[email protected]> Co-authored-by: g1nt0ki <[email protected]>
1 parent 06e947a commit acc32bf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

projects/reform/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)