Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/automation-contracts/autowrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Open contracts that allow upgrading underlying token to supertokens based on running stream",
"version": "0.3.0",
"devDependencies": {
"@superfluid-finance/ethereum-contracts": "^1.14.1",
"@superfluid-finance/ethereum-contracts": "^1.15.0",
"@superfluid-finance/metadata": "^1.6.2"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/automation-contracts/scheduler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Open contracts that allow scheduling streams and vestings onchain",
"version": "1.3.0",
"devDependencies": {
"@superfluid-finance/ethereum-contracts": "^1.14.1",
"@superfluid-finance/ethereum-contracts": "^1.15.0",
"@superfluid-finance/metadata": "^1.6.2"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/ethereum-contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to the ethereum-contracts will be documented in this file.

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

## [UNRELEASED]
## [v1.15.0]

### Added

Expand Down
2 changes: 1 addition & 1 deletion packages/ethereum-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@superfluid-finance/ethereum-contracts",
"description": " Ethereum contracts implementation for the Superfluid Protocol",
"version": "1.14.1",
"version": "1.15.0",
"dependencies": {
"@decentral.ee/web3-helpers": "0.5.3",
"@nomiclabs/hardhat-ethers": "2.2.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/hot-fuzz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
},
"bugs": "https://github.com/superfluid-finance/protocol-monorepo/issues",
"devDependencies": {
"@superfluid-finance/ethereum-contracts": "^1.14.1"
"@superfluid-finance/ethereum-contracts": "^1.15.0"
},
"homepage": "https://github.com/superfluid-finance/protocol-monorepo#readme",
"license": "AGPL-3.0",
"main": "index.js",
"peerDependencies": {
"@superfluid-finance/ethereum-contracts": "1.14.1"
"@superfluid-finance/ethereum-contracts": "1.15.0"
},
"repository": {
"type": "git",
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 @@ -13,7 +13,7 @@
"node-fetch": "2.7.0"
},
"devDependencies": {
"@superfluid-finance/ethereum-contracts": "^1.14.1",
"@superfluid-finance/ethereum-contracts": "^1.15.0",
"chai-as-promised": "^8.0.2",
"webpack": "^5.104.1",
"webpack-bundle-analyzer": "^4.10.2",
Expand Down
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).

## [UNRELEASED]
### Changed
- replaced public RPC https://polygon-rpc.com (nomore available) with https://polygon.drpc.org

## [v1.6.2]
### Added
- `VestingSchedulerV3` now also available on eth-sepolia and base-sepolia
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata/main/networks/list.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ module.exports =
"hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/polygon-mainnet/auto-wrap"
},
"publicRPCs": [
"https://polygon-rpc.com",
"https://polygon.drpc.org",
"https://poly-rpc.gateway.pokt.network"
],
"coinGeckoId": "polygon-pos"
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata/module/networks/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ export default
"hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/polygon-mainnet/auto-wrap"
},
"publicRPCs": [
"https://polygon-rpc.com",
"https://polygon.drpc.org",
"https://poly-rpc.gateway.pokt.network"
],
"coinGeckoId": "polygon-pos"
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
"hostedEndpoint": "https://subgraph-endpoints.superfluid.dev/polygon-mainnet/auto-wrap"
},
"publicRPCs": [
"https://polygon-rpc.com",
"https://polygon.drpc.org",
"https://poly-rpc.gateway.pokt.network"
],
"coinGeckoId": "polygon-pos"
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 @@ -4,7 +4,7 @@
"version": "0.9.0",
"bugs": "https://github.com/superfluid-finance/protocol-monorepo/issues",
"dependencies": {
"@superfluid-finance/ethereum-contracts": "1.14.1",
"@superfluid-finance/ethereum-contracts": "1.15.0",
"@superfluid-finance/metadata": "^1.6.2",
"graphql-request": "6.1.0",
"lodash": "4.17.23",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-core/test/0_framework.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ makeSuite("Framework Tests", (testEnv: TestEnvironment) => {

it("Should be able to create a framework with chain id only", async () => {
const customProvider = new ethers.providers.JsonRpcProvider(
"https://polygon-rpc.com/",
"https://polygon.drpc.org/",
"matic"
);
await Framework.create({
Expand Down
2 changes: 1 addition & 1 deletion packages/subgraph/scripts/getLiquidations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ const getLiquidatedStreams = async (
for (let i = 7; i < 30; i += 7) {
await getLiquidatedStreams(
137,
"https://polygon-rpc.com/",
"https://polygon.drpc.org/",
nowInSecs - (30 - i + 7) * DAY_IN_SECS, // lagging start time
nowInSecs - (30 - i) * DAY_IN_SECS
);
Expand Down
Loading