Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -5,7 +5,7 @@
"devDependencies": {
"@openzeppelin/contracts": "^4.9.6",
"@superfluid-finance/ethereum-contracts": "^1.13.0",
"@superfluid-finance/metadata": "^1.6.1"
"@superfluid-finance/metadata": "^1.6.2"
},
"license": "MIT",
"scripts": {
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 @@ -5,7 +5,7 @@
"devDependencies": {
"@openzeppelin/contracts": "^4.9.6",
"@superfluid-finance/ethereum-contracts": "^1.13.0",
"@superfluid-finance/metadata": "^1.6.1"
"@superfluid-finance/metadata": "^1.6.2"
},
"license": "MIT",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/ethereum-contracts/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
/lib
/packages
/testing-benchmark.json
/broadcast
2 changes: 1 addition & 1 deletion packages/ethereum-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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.6.1",
"@superfluid-finance/metadata": "^1.6.2",
"async": "^3.2.6",
"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 @@ -7,7 +7,7 @@
"path": false
},
"dependencies": {
"@superfluid-finance/metadata": "^1.6.1",
"@superfluid-finance/metadata": "^1.6.2",
"@truffle/contract": "4.6.31",
"auto-bind": "4.0.0",
"node-fetch": "2.7.0"
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).

## [v1.6.2]
### Added
- `VestingSchedulerV3` now also available on eth-sepolia and base-sepolia

## [v1.6.1]
### Changed
- New deployment of the autowrap contracts on Base
Expand Down
6 changes: 4 additions & 2 deletions packages/metadata/main/networks/list.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ module.exports =
"superfluidLoader": "0x862F59081FC7907F940bE4227b9f485d700E6cdD",
"batchLiquidator": "0x79aE8BF8EE9238d8E848F7dbBF74Ddb3365f6c11",
"existentialNFTCloneFactory": "0x0D1F0d4629B722b4dFabd195c14F12f2095418d9",
"macroForwarder": "0xFD0268E33111565dE546af2675351A4b1587F89F"
"macroForwarder": "0xFD0268E33111565dE546af2675351A4b1587F89F",
"vestingSchedulerV3": "0x638a8ABF60118e018c80a0eC878057E8C53E0fd1"
},
"startBlockV1": 3322400,
"logsQueryRange": 10000,
Expand Down Expand Up @@ -199,7 +200,8 @@ module.exports =
"superTokenFactory": "0x7447E94Dfe3d804a9f46Bf12838d467c912C8F6C",
"superfluidLoader": "0x777Be25F9fdcA87e8a0E06Ad4be93d65429FCb9f",
"batchLiquidator": "0x95043eC349476B413eF5c369c4d2454a1a65eaB9",
"macroForwarder": "0xFD0268E33111565dE546af2675351A4b1587F89F"
"macroForwarder": "0xFD0268E33111565dE546af2675351A4b1587F89F",
"vestingSchedulerV3": "0x2D0B7a30bFdED086571D6525762a809ee1049c98"
},
"startBlockV1": 10604500,
"logsQueryRange": 50000,
Expand Down
6 changes: 4 additions & 2 deletions packages/metadata/module/networks/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ export default
"superfluidLoader": "0x862F59081FC7907F940bE4227b9f485d700E6cdD",
"batchLiquidator": "0x79aE8BF8EE9238d8E848F7dbBF74Ddb3365f6c11",
"existentialNFTCloneFactory": "0x0D1F0d4629B722b4dFabd195c14F12f2095418d9",
"macroForwarder": "0xFD0268E33111565dE546af2675351A4b1587F89F"
"macroForwarder": "0xFD0268E33111565dE546af2675351A4b1587F89F",
"vestingSchedulerV3": "0x638a8ABF60118e018c80a0eC878057E8C53E0fd1"
},
"startBlockV1": 3322400,
"logsQueryRange": 10000,
Expand Down Expand Up @@ -199,7 +200,8 @@ export default
"superTokenFactory": "0x7447E94Dfe3d804a9f46Bf12838d467c912C8F6C",
"superfluidLoader": "0x777Be25F9fdcA87e8a0E06Ad4be93d65429FCb9f",
"batchLiquidator": "0x95043eC349476B413eF5c369c4d2454a1a65eaB9",
"macroForwarder": "0xFD0268E33111565dE546af2675351A4b1587F89F"
"macroForwarder": "0xFD0268E33111565dE546af2675351A4b1587F89F",
"vestingSchedulerV3": "0x2D0B7a30bFdED086571D6525762a809ee1049c98"
},
"startBlockV1": 10604500,
"logsQueryRange": 50000,
Expand Down
6 changes: 4 additions & 2 deletions packages/metadata/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
"superfluidLoader": "0x862F59081FC7907F940bE4227b9f485d700E6cdD",
"batchLiquidator": "0x79aE8BF8EE9238d8E848F7dbBF74Ddb3365f6c11",
"existentialNFTCloneFactory": "0x0D1F0d4629B722b4dFabd195c14F12f2095418d9",
"macroForwarder": "0xFD0268E33111565dE546af2675351A4b1587F89F"
"macroForwarder": "0xFD0268E33111565dE546af2675351A4b1587F89F",
"vestingSchedulerV3": "0x638a8ABF60118e018c80a0eC878057E8C53E0fd1"
},
"startBlockV1": 3322400,
"logsQueryRange": 10000,
Expand Down Expand Up @@ -197,7 +198,8 @@
"superTokenFactory": "0x7447E94Dfe3d804a9f46Bf12838d467c912C8F6C",
"superfluidLoader": "0x777Be25F9fdcA87e8a0E06Ad4be93d65429FCb9f",
"batchLiquidator": "0x95043eC349476B413eF5c369c4d2454a1a65eaB9",
"macroForwarder": "0xFD0268E33111565dE546af2675351A4b1587F89F"
"macroForwarder": "0xFD0268E33111565dE546af2675351A4b1587F89F",
"vestingSchedulerV3": "0x2D0B7a30bFdED086571D6525762a809ee1049c98"
},
"startBlockV1": 10604500,
"logsQueryRange": 50000,
Expand Down
2 changes: 1 addition & 1 deletion packages/metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@superfluid-finance/metadata",
"description": "Superfluid Metadata",
"version": "1.6.1",
"version": "1.6.2",
"author": "Superfluid",
"bugs": "https://github.com/superfluid-finance/protocol-monorepo/issues",
"homepage": "https://github.com/superfluid-finance/protocol-monorepo/tree/dev/packages/metadata#readme",
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 @@ -5,7 +5,7 @@
"bugs": "https://github.com/superfluid-finance/protocol-monorepo/issues",
"dependencies": {
"@superfluid-finance/ethereum-contracts": "1.13.0",
"@superfluid-finance/metadata": "^1.6.1",
"@superfluid-finance/metadata": "^1.6.2",
"graphql-request": "6.1.0",
"lodash": "4.17.21",
"tsify": "5.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"mustache": "4.2.0"
},
"devDependencies": {
"@superfluid-finance/metadata": "^1.6.1",
"@superfluid-finance/metadata": "^1.6.2",
"coingecko-api": "^1.0.10",
"graphql": "^16.9.0",
"graphql-request": "^6.1.0",
Expand Down
Loading