Skip to content

Commit

Permalink
v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
0x3bfc committed Aug 12, 2020
1 parent 4411aa2 commit 2b79a95
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[bumpversion]
current_version = 0.3.3
current_version = 0.3.4

[bumpversion:file:setup.cfg]

[bumpversion:file:setup.py]

[bumpversion:file:package.json]

31 changes: 31 additions & 0 deletions docs/deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

## Rinkeby

### V0.3.4

The contracts addresses for the latest deployment:

Find [here](https://github.com/oceanprotocol/atlantic/blob/df8d40dfeaceaed357605f03a40fa6aa1b2cdf13/logs/Rinkeby-datatokens-deployment-12082020.txt) more deployment details

```bash
Deploying 'DataTokenTemplate'
-----------------------------
> contract address: 0x96A20BD48779d11951D35c067fCc4088cc0D511d

Deploying 'DTFactory'
---------------------
> contract address: 0xE7635Ba3cFffdAD6A718c3daA94D7d82f216F930

Deploying 'SPool'
-----------------
> contract address: 0x6C89cF9F4347c81b4699Da152b2Da9A26f26Fe75

Deploying 'SFactory'
--------------------
> contract address: 0xD28ec5D7C2Af5dAFb30F0c4d3d8B3aC79aCbFa9d

Deploying 'FixedRateExchange'
--------------------
> contract address: 0x8dB65E59b2F2cc8a6e274Eb380b71C29a4754ee2

```

### V0.3.3

The contracts addresses for the latest deployment:

```bash
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": "0.3.3",
"version": "0.3.4",
"description": "Ocean Protocol L1 - DataTokens",
"bugs": {
"url": "https://github.com/oceanprotocol/contracts/issues"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.3
current_version = 0.3.4
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/oceanprotocol/ocean-contracts',
version='0.3.3',
version='0.3.4',
zip_safe=False,
)
2 changes: 1 addition & 1 deletion truffle.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module.exports = {
rinkeby: {
provider: () => setupWallet(`https://rinkeby.infura.io/v3/${process.env.INFURA_TOKEN}`),
network_id: 0x4,
from: '0xD6e0F938323A9D9d52b26700716E2e8E027f3795',
from: '0x2C63bf697f74C72CFB727Fb5eB8e6266cE341e13',
gas: 7 * 1000000,
gasPrice: utils.toWei('8', 'gwei')
},
Expand Down

0 comments on commit 2b79a95

Please sign in to comment.