Skip to content

Commit

Permalink
fix the bug in sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Apr 25, 2023
1 parent 1d23268 commit f35edd1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion projects/api3/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { sumTokens2 } = require('../helper/unwrapLPs')

const api3_token = '0x0b38210ea11411557c13457d4da7dc6ea731b88a'
const api3_dao_pool = '0x6dd655f10d4b9e242ae186d9050b68f725c76d76'
const api3CirculatingSupply = "cD34bC5B03C954268d27c9Bc165a623c318bD0a8"
const api3CirculatingSupply = "0xcD34bC5B03C954268d27c9Bc165a623c318bD0a8"

const stakingTVL = async (timestamp, ethBlock, chainBlocks, { api }) => {
const balances = {}
Expand Down

0 comments on commit f35edd1

Please sign in to comment.