Remove Earliest
from blockParamLiterals since specifying block 0 is trivial and this type can be reused in situations where the options are pending or latest
This commit is contained in:
@@ -350,7 +350,6 @@ export interface IndexedFilterValues {
|
||||
|
||||
export enum BlockParamLiteral {
|
||||
Latest = 'latest',
|
||||
Earliest = 'earliest',
|
||||
Pending = 'pending',
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user