Skip to content

Commit

Permalink
project/reform (DefiLlama#12201)
Browse files Browse the repository at this point in the history
Co-authored-by: Koen <[email protected]>
Co-authored-by: g1nt0ki <[email protected]>
  • Loading branch information
3 people authored and twothirtyfive committed Dec 11, 2024
1 parent 313b2dc commit 31cf047
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions projects/reform/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
const { staking } = require('../helper/staking')

module.exports = {
ethereum: {
tvl: () => ({}),
staking: staking('0x74ef3b69e8c475df8450eddda5dabd9b6dd17972', '0xea3eed8616877F5d3c4aEbf5A799F2e8D6DE9A5E'),
pool2: staking('0x74ef3b69e8c475df8450eddda5dabd9b6dd17972', '0xf4e14a7766a3316d6cefbaec614c714f2d4965d8')
}
}

0 comments on commit 31cf047

Please sign in to comment.