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 948ada6 commit 471c510Copy full SHA for 471c510
src/oeth/processors/oeth.ts
@@ -52,6 +52,7 @@ const otokenProcessor = createOTokenProcessor({
52
rebaseOptEvents: 18872285,
53
},
54
getAmoSupply: async (ctx, height) => {
55
+ if (height < 17297479) return 0n
56
const oethContract = new erc20.Contract(ctx, { height }, OETH_ADDRESS)
57
const rewardPoolContract = new baseRewardPool.Contract(ctx, { height }, OETH_CURVE_REWARD_LP_ADDRESS)
58
const [poolBalance, rewardBalance, rewardTotal] = await Promise.all([
0 commit comments