File tree Expand file tree Collapse file tree 13 files changed +17
-13
lines changed
Expand file tree Collapse file tree 13 files changed +17
-13
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ All notable changes to the ethereum-contracts will be documented in this file.
33
44This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
55
6- ## [ UNRELEASED ]
6+ ## [ v1.15.0 ]
77
88### Added
99
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ All notable changes to the metadata will be documented in this file.
33
44This 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
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments