Skip to content

Commit dc3bc63

Browse files
authored
feat: [AUTOMATIONS-CONTRACT] Vesting Scheduler V3 (#2054)
- Add VestingSchedulerV3 contract - Add V3 contract addresses to metadata
1 parent 8b14ac1 commit dc3bc63

File tree

20 files changed

+5240
-2196
lines changed

20 files changed

+5240
-2196
lines changed

.github/workflows/call.upload-coverage-reports.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: ethereum-contracts-coverage
2222
path: packages/ethereum-contracts/coverage
2323
- name: Upload ethereum-contracts-coverage to codecov
24-
uses: codecov/codecov-action@v4.3.0
24+
uses: codecov/codecov-action@v5.4.2
2525
with:
2626
token: ${{ secrets.codecov_token }}
2727
files: packages/ethereum-contracts/coverage/lcov.info
@@ -35,7 +35,7 @@ jobs:
3535
name: sdk-core-coverage
3636
path: packages/sdk-core/coverage
3737
- name: Upload sdk-core-coverage to codecov
38-
uses: codecov/codecov-action@v4.2.0
38+
uses: codecov/codecov-action@v5.4.2
3939
with:
4040
token: ${{ secrets.codecov_token }}
4141
files: packages/sdk-core/coverage/lcov.info

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"typechain": "^8.3.2",
4141
"typedoc": "^0.26.6",
4242
"typescript": "^5.5.4",
43-
"web3": "^1.10.4"
43+
"web3": "^1.10.4",
44+
"graphql": "^16.9.0"
4445
},
4546
"license": "MIT",
4647
"npmClient": "yarn",

packages/automation-contracts/autowrap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"devDependencies": {
66
"@openzeppelin/contracts": "^4.9.6",
77
"@superfluid-finance/ethereum-contracts": "^1.12.1",
8-
"@superfluid-finance/metadata": "^1.5.2"
8+
"@superfluid-finance/metadata": "^1.6.0"
99
},
1010
"license": "MIT",
1111
"scripts": {

packages/automation-contracts/scheduler/.env.example

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ ETHERSCAN_API_KEY=
1313

1414
DEPLOY_FLOW_SCHEDULER=
1515
DEPLOY_VESTING_SCHEDULER=
16-
DEPLOY_VESTING_SCHEDULER_V2=
16+
DEPLOY_VESTING_SCHEDULER_V2=
17+
DEPLOY_VESTING_SCHEDULER_V3=

0 commit comments

Comments
 (0)