Skip to content

Commit

Permalink
jellyverse listing (#10639)
Browse files Browse the repository at this point in the history
  • Loading branch information
jovanjellylabs committed Jun 13, 2024
1 parent 4eb7d68 commit c76dcc1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions projects/jellyverse/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
const { onChainTvl } = require('../helper/balancer')

const config = {
vault: "0xFB43069f6d0473B85686a85F4Ce4Fc1FD8F00875",
startingBlock: 81_247_457,
};

module.exports = {
sei: {
tvl: onChainTvl(config.vault, config.startingBlock),
}
}

0 comments on commit c76dcc1

Please sign in to comment.