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 e23472b commit a777698Copy full SHA for a777698
src/templates/erc20/erc20-rebasing.ts
@@ -131,10 +131,6 @@ export const createRebasingERC20Tracker = ({
131
const account = accounts[i].toLowerCase()
132
if (account === ADDRESS_ZERO) continue
133
const id = `${ctx.chain.id}-${block.header.height}-${address}-${account}`
134
- ctx.log.info(
135
- { credits: credits[i], mostRecentState: mostRecentState?.rebasingCreditsPerToken },
136
- 'credits',
137
- )
138
const balance = new ERC20Balance({
139
id,
140
chainId: ctx.chain.id,
0 commit comments