Skip to content

Commit

Permalink
git push origin fix-penpad-server (#10052)
Browse files Browse the repository at this point in the history
  • Loading branch information
Define101 authored Apr 30, 2024
1 parent 8a0a991 commit 5290280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/penpad/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ const { staking } = require('../helper/staking');
module.exports = {
methodology: 'Counts liquidty on the staking',
scroll: {
tvl: staking('0x8F53fA7928305Fd4f78c12BA9d9DE6B2420A2188, ADDRESSES.null),
tvl: staking('0x8F53fA7928305Fd4f78c12BA9d9DE6B2420A2188', ADDRESSES.null),
},
}

0 comments on commit 5290280

Please sign in to comment.