Skip to content

Commit

Permalink
[metadata] remove mumbai from metadata (#1936)
Browse files Browse the repository at this point in the history
* remove mumbai from metadata

* fix versions & add missing file
  • Loading branch information
kasparkallas authored Apr 30, 2024
1 parent 43a410e commit 22f657a
Show file tree
Hide file tree
Showing 4 changed files with 9 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.0]
### Changed
- Removed Polygon Mumbai

## [v1.1.30]
### Added
- Degen Chain deployment
Expand Down
3 changes: 3 additions & 0 deletions packages/metadata/module/networks/list.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ export interface NetworkMetaData {
readonly publicRPCs?: string[];
readonly coinGeckoId?: string;
readonly trustedForwarders?: string[]; // list of additional trusted forwarders
readonly subgraphVesting?: { name: string, hostedEndpoint: string }
readonly subgraphFlowScheduler?: { name: string, hostedEndpoint: string }
readonly subgraphAutoWrap?: { name: string, hostedEndpoint: string },
}
declare const _default: NetworkMetaData[];
export default _default;
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.30",
"version": "1.2.0",
"description": "Superfluid Metadata",
"main": "main/index.cjs",
"module": "module/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"peerDependencies": {
"@reduxjs/toolkit": "^1.7.0 || ^1.8.0 || ^1.9.0",
"@superfluid-finance/sdk-core": "^0.6.9"
"@superfluid-finance/sdk-core": "^0.6.13"
},
"files": [
"dist/main",
Expand Down

0 comments on commit 22f657a

Please sign in to comment.