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
For any OP Stack chain where we have a valid mainnet RPC, we can call totalProcessed() and get the ETH balance for each fee vault address on a regular cadence in order to get "all-time fees paid."
Then the deltas between each pull imply the revenue earned in that period (i.e. if we return 10 ETH yesterday, and 12 ETH today, we can calculate 10-12 = 2 ETH earned today.
For any OP Stack chain where we have a valid mainnet RPC, we can call
totalProcessed()
and get the ETH balance for each fee vault address on a regular cadence in order to get "all-time fees paid."Then the deltas between each pull imply the revenue earned in that period (i.e. if we return 10 ETH yesterday, and 12 ETH today, we can calculate 10-12 = 2 ETH earned today.
See:
Notes:
There may be consistent "RPC Call" utilities we can use across other jobs, such as #934 .
The text was updated successfully, but these errors were encountered: