-
Notifications
You must be signed in to change notification settings - Fork 582
Closed
Description
Analogous to: snapshot-labs/snapshot-v1#918
We could replace:
Line 22 in 81f100e
export const SNAPSHOT_SCORE_API = 'https://score.snapshot.org/api/scores'; |
...with an optional last parameter here:
Lines 115 to 122 in 81f100e
export async function getScores( | |
space: string, | |
strategies: any[], | |
network: string, | |
provider: StaticJsonRpcProvider | string, | |
addresses: string[], | |
snapshot: number | string = 'latest' | |
) { |
...defaulting to
https://score.snapshot.org
if not set of course.Metadata
Metadata
Assignees
Labels
No labels