You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In both places, instead of searching from block 0, we can start from 14113768 (for mainnet), which is the contract creation. Not sure if will speed things up or not, but it can't hurt!
There are 2 places where we read TokenStaking's
Stakedevents:nuit/packages/react-app/src/pages/simplePRE/delegate.js
Line 26 in dbd55fa
nuit/packages/react-app/src/pages/simplePRE/bondOperator.js
Line 26 in dbd55fa
In both places, instead of searching from block 0, we can start from
14113768(for mainnet), which is the contract creation. Not sure if will speed things up or not, but it can't hurt!