Skip to content

Commit

Permalink
v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 committed Mar 15, 2024
1 parent 0605376 commit c515aa4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = v2.0.3
current_version = v2.0.4
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/contracts",
"version": "2.0.3",
"version": "2.0.4",
"description": "Ocean Protocol Smartcontracts",
"bugs": {
"url": "https://github.com/oceanprotocol/contracts/issues"
Expand Down
2 changes: 0 additions & 2 deletions scripts/deploy-contracts.js
Original file line number Diff line number Diff line change
Expand Up @@ -838,9 +838,7 @@ async function main() {
const block = await provider.getBlock("latest")
const blockTimestamp = block.timestamp
const endDateUnix = Math.floor(Date.now() / 1000) + 365*24*60*60
console.info(endDateUnix)
const vestingPeriod = endDateUnix - blockTimestamp
console.info(vestingPeriod)
const deployVestingWallet0 = await VestingWallet0.connect(owner).deploy(addresses.Splitter, blockTimestamp, vestingPeriod, options)
await deployVestingWallet0.deployTransaction.wait();
addresses.VestingWallet0 = deployVestingWallet0.address;
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ocean-contracts
version = v2.0.3
version = v2.0.4
author = leucothia
author_email = [email protected]
description = 🐳 Ocean Protocol L1 - v4
Expand Down

0 comments on commit c515aa4

Please sign in to comment.