Skip to content

Commit c1a6bde

Browse files
authored
[ETHEREUM-CONTRACTS] 1.15.0 release (#2144)
* bumped version to 1.15.0 * replaced defunct polygon-rpc.com
1 parent 40d3495 commit c1a6bde

File tree

13 files changed

+17
-13
lines changed

13 files changed

+17
-13
lines changed

packages/automation-contracts/autowrap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Open contracts that allow upgrading underlying token to supertokens based on running stream",
44
"version": "0.3.0",
55
"devDependencies": {
6-
"@superfluid-finance/ethereum-contracts": "^1.14.1",
6+
"@superfluid-finance/ethereum-contracts": "^1.15.0",
77
"@superfluid-finance/metadata": "^1.6.2"
88
},
99
"license": "MIT",

packages/automation-contracts/scheduler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Open contracts that allow scheduling streams and vestings onchain",
44
"version": "1.3.0",
55
"devDependencies": {
6-
"@superfluid-finance/ethereum-contracts": "^1.14.1",
6+
"@superfluid-finance/ethereum-contracts": "^1.15.0",
77
"@superfluid-finance/metadata": "^1.6.2"
88
},
99
"license": "MIT",

packages/ethereum-contracts/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to the ethereum-contracts will be documented in this file.
33

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

6-
## [UNRELEASED]
6+
## [v1.15.0]
77

88
### Added
99

packages/ethereum-contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@superfluid-finance/ethereum-contracts",
33
"description": " Ethereum contracts implementation for the Superfluid Protocol",
4-
"version": "1.14.1",
4+
"version": "1.15.0",
55
"dependencies": {
66
"@decentral.ee/web3-helpers": "0.5.3",
77
"@nomiclabs/hardhat-ethers": "2.2.3",

packages/hot-fuzz/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
},
88
"bugs": "https://github.com/superfluid-finance/protocol-monorepo/issues",
99
"devDependencies": {
10-
"@superfluid-finance/ethereum-contracts": "^1.14.1"
10+
"@superfluid-finance/ethereum-contracts": "^1.15.0"
1111
},
1212
"homepage": "https://github.com/superfluid-finance/protocol-monorepo#readme",
1313
"license": "AGPL-3.0",
1414
"main": "index.js",
1515
"peerDependencies": {
16-
"@superfluid-finance/ethereum-contracts": "1.14.1"
16+
"@superfluid-finance/ethereum-contracts": "1.15.0"
1717
},
1818
"repository": {
1919
"type": "git",

packages/js-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"node-fetch": "2.7.0"
1414
},
1515
"devDependencies": {
16-
"@superfluid-finance/ethereum-contracts": "^1.14.1",
16+
"@superfluid-finance/ethereum-contracts": "^1.15.0",
1717
"chai-as-promised": "^8.0.2",
1818
"webpack": "^5.104.1",
1919
"webpack-bundle-analyzer": "^4.10.2",

packages/metadata/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to the metadata will be documented in this file.
33

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

6+
## [UNRELEASED]
7+
### Changed
8+
- replaced public RPC https://polygon-rpc.com (nomore available) with https://polygon.drpc.org
9+
610
## [v1.6.2]
711
### Added
812
- `VestingSchedulerV3` now also available on eth-sepolia and base-sepolia

packages/metadata/main/networks/list.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ module.exports =
331331
"hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/polygon-mainnet/auto-wrap"
332332
},
333333
"publicRPCs": [
334-
"https://polygon-rpc.com",
334+
"https://polygon.drpc.org",
335335
"https://poly-rpc.gateway.pokt.network"
336336
],
337337
"coinGeckoId": "polygon-pos"

packages/metadata/module/networks/list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ export default
331331
"hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/polygon-mainnet/auto-wrap"
332332
},
333333
"publicRPCs": [
334-
"https://polygon-rpc.com",
334+
"https://polygon.drpc.org",
335335
"https://poly-rpc.gateway.pokt.network"
336336
],
337337
"coinGeckoId": "polygon-pos"

packages/metadata/networks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@
329329
"hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/polygon-mainnet/auto-wrap"
330330
},
331331
"publicRPCs": [
332-
"https://polygon-rpc.com",
332+
"https://polygon.drpc.org",
333333
"https://poly-rpc.gateway.pokt.network"
334334
],
335335
"coinGeckoId": "polygon-pos"

0 commit comments

Comments
 (0)