Skip to content

Commit aaaeafd

Browse files
authored
feat: add blast endpoint for Sablier (DefiLlama#9825)
1 parent 5bbfcef commit aaaeafd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/sablier-v2/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ const config = {
4040
polygon: { endpoints: ['https://api.thegraph.com/subgraphs/name/sablier-labs/sablier-v2-polygon'], },
4141
avax: { endpoints: ['https://api.thegraph.com/subgraphs/name/sablier-labs/sablier-v2-avalanche'], },
4242
base: { endpoints: ['https://api.thegraph.com/subgraphs/name/sablier-labs/sablier-v2-base'], },
43+
blast: { endpoints: ['https://api.studio.thegraph.com/query/57079/sablier-v2-blast/version/latest'], },
4344
}
4445

4546
Object.keys(config).forEach(chain => {

0 commit comments

Comments
 (0)