Skip to content

Commit

Permalink
fix(backend): use rpc 2 for circulating supply (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
cherrybarry authored Nov 5, 2024
1 parent d8fd768 commit c340db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/src/libs/supply.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const circulatingSupply = async (block: Block) => {
await retry(async () => {
try {
const amount = await lockup.locked(
config.rpcUrl,
config.rpcUrl2,
account.account_id,
+block.block_height,
block.block_timestamp,
Expand Down

0 comments on commit c340db0

Please sign in to comment.