Skip to content

Commit

Permalink
[METADATA] Base mainnet subgraphv1 endpoint (#1939)
Browse files Browse the repository at this point in the history
* added base subgraphv1 endpoint

* bumped up version
  • Loading branch information
mmd-afegbua authored May 1, 2024
1 parent 59ded82 commit d791b50
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to the metadata will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v1.2.2]
### Added
- Added Base v1 subgraph endpoint

## [v1.2.1]
### Added
- Added Base automation contracts
Expand Down
3 changes: 2 additions & 1 deletion packages/metadata/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,8 @@
"explorer": "https://basescan.org",
"subgraphV1": {
"cliName": "base",
"name": "protocol-v1-base-mainnet"
"name": "protocol-v1-base-mainnet",
"satsumaEndpoint": "https://subgraph.satsuma-prod.com/c5br3jaVlJI6/superfluid/base-mainnet/api"
},
"subgraphVesting": {
"name": "vesting-v1-base-mainnet",
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superfluid-finance/metadata",
"version": "1.2.1",
"version": "1.2.2",
"description": "Superfluid Metadata",
"main": "main/index.cjs",
"module": "module/index.js",
Expand Down

0 comments on commit d791b50

Please sign in to comment.