Skip to content

Commit

Permalink
remove scroll-mainnet hosted endpoint & bump metadata version (#1914)
Browse files Browse the repository at this point in the history
Co-authored-by: Miao ZhiCheng <miao@superfluid.finance>
  • Loading branch information
d10r and hellwolf authored Mar 26, 2024
1 parent 79418b7 commit 91d9381
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/automation-contracts/autowrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"devDependencies": {
"@openzeppelin/contracts": "4.9.6",
"@superfluid-finance/ethereum-contracts": "^1.9.1",
"@superfluid-finance/metadata": "^1.1.28"
"@superfluid-finance/metadata": "^1.1.29"
}
}
2 changes: 1 addition & 1 deletion packages/automation-contracts/scheduler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"devDependencies": {
"@openzeppelin/contracts": "4.9.6",
"@superfluid-finance/ethereum-contracts": "^1.9.1",
"@superfluid-finance/metadata": "^1.1.28"
"@superfluid-finance/metadata": "^1.1.29"
}
}
2 changes: 1 addition & 1 deletion packages/ethereum-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@safe-global/safe-service-client": "^2.0.3",
"@safe-global/safe-web3-lib": "^1.9.4",
"@superfluid-finance/js-sdk": "^0.6.3",
"@superfluid-finance/metadata": "^1.1.28",
"@superfluid-finance/metadata": "^1.1.29",
"async": "^3.2.5",
"csv-writer": "^1.6.0",
"ethers": "^5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/js-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"cloc": "sh tasks/cloc.sh"
},
"dependencies": {
"@superfluid-finance/metadata": "^1.1.28",
"@superfluid-finance/metadata": "^1.1.29",
"@truffle/contract": "4.6.31",
"auto-bind": "4.0.0",
"node-fetch": "2.7.0"
Expand Down
6 changes: 5 additions & 1 deletion packages/metadata/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ 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).

## [WIP]
## [v1.1.29]
### Fixed
- Removed subgraph hosted endpoint entry for scroll-mainnet which doesn't exist

## [v1.1.28]
### Added
- toga and batchLiquidator for scroll-mainnet
### Changed
Expand Down
3 changes: 1 addition & 2 deletions packages/metadata/main/networks/list.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -759,8 +759,7 @@ module.exports =
"explorer": "https://scrollscan.com/",
"subgraphV1": {
"cliName": "scroll",
"name": "protocol-v1-scroll-mainnet",
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-scroll-mainnet"
"name": "protocol-v1-scroll-mainnet"
},
"publicRPCs": ["https://rpc.scroll.io"]
}
Expand Down
3 changes: 1 addition & 2 deletions packages/metadata/module/networks/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -759,8 +759,7 @@ export default
"explorer": "https://scrollscan.com/",
"subgraphV1": {
"cliName": "scroll",
"name": "protocol-v1-scroll-mainnet",
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-scroll-mainnet"
"name": "protocol-v1-scroll-mainnet"
},
"publicRPCs": ["https://rpc.scroll.io"]
}
Expand Down
3 changes: 1 addition & 2 deletions packages/metadata/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -757,8 +757,7 @@
"explorer": "https://scrollscan.com/",
"subgraphV1": {
"cliName": "scroll",
"name": "protocol-v1-scroll-mainnet",
"hostedEndpoint": "https://api.thegraph.com/subgraphs/name/superfluid-finance/protocol-v1-scroll-mainnet"
"name": "protocol-v1-scroll-mainnet"
},
"publicRPCs": ["https://rpc.scroll.io"]
}
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.1.28",
"version": "1.1.29",
"description": "Superfluid Metadata",
"main": "main/index.cjs",
"module": "module/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"dependencies": {
"@superfluid-finance/ethereum-contracts": "^1.9.1",
"@superfluid-finance/metadata": "^1.1.28",
"@superfluid-finance/metadata": "^1.1.29",
"browserify": "^17.0.0",
"graphql-request": "^6.1.0",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"mustache": "^4.2.0"
},
"devDependencies": {
"@superfluid-finance/metadata": "^1.1.28",
"@superfluid-finance/metadata": "^1.1.29",
"coingecko-api": "^1.0.10",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
Expand Down

0 comments on commit 91d9381

Please sign in to comment.