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 4759c35 commit ba03fd3Copy full SHA for ba03fd3
projects/zeebu/index.js
@@ -18,4 +18,6 @@ Object.keys(VOTING_ESCROW_ADDRESSES).forEach(chain => {
18
tvl: () => ({}),
19
staking: staking(VOTING_ESCROW_ADDRESSES[chain], ZBU_ADDRESSES[chain])
20
}
21
-})
+})
22
+
23
+module.exports.base.pool2 = staking('0x45dd22aCe398002b34cB37b363B2F02C7dd47842', '0xC3889F9764d68BDF2e16f237206746344172A147')
0 commit comments