Skip to content

Commit

Permalink
prepare for a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
0x3bfc committed Oct 22, 2020
1 parent 0b12718 commit d4e8292
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -106,7 +106,7 @@ export MNEMONIC='YOUR MNEMONIC SHOULD BE HERE'
export INFURA_TOKEN='GET INFURA_TOKEN FROM INFURA PLATFORM'
npm run deploy:rinkeby
```
After the deployment, check out the [address.json]() file containing the deployed contracts addresses.
After the deployment, check out the [address.json](artifacts/address.json) file containing the deployed contracts addresses.

Checkout the supported deployment(s) on these [networks](docs/README.md#deployments).

Expand Down
50 changes: 50 additions & 0 deletions docs/contracts/balancer/BTokenBase.md
@@ -0,0 +1,50 @@
## `BTokenBase`






### `_mint(uint256 amt)` (internal)





### `_burn(uint256 amt)` (internal)





### `_move(address src, address dst, uint256 amt)` (internal)





### `_push(address to, uint256 amt)` (internal)





### `_pull(address from, uint256 amt)` (internal)






### `Approval(address src, address dst, uint256 amt)`





### `Transfer(address src, address dst, uint256 amt)`





35 changes: 35 additions & 0 deletions docs/deployments/mainnet.md
@@ -0,0 +1,35 @@
## Mainnet
### V0.5.7

The contracts addresses for the latest deployment:

```bash
Deploying 'OPFCommunityFeeCollector'
-----------------------------
> contract address: 0x2E6fF1f888425e6eAc81cf3360BB805ab40ecC1A

Deploying 'DataTokenTemplate'
-----------------------------
> contract address: 0x081d1AE20E83D955d1B2E517238F32B8e8DeaDD2

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

Deploying 'BPool'
-----------------
> contract address: 0xeE8AC082AEb41b0f5A41AaE8C4110744d4e3b45a

Deploying 'BFactory'
--------------------
> contract address: 0xbe0083053744ECb871510C88dC0f6b77Da162706

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

Deploying 'Metadata'
--------------------
> contract address: 0x1a4b70d8c9DcA47cD6D0Fb3c52BB8634CA1C0Fdf

```

0 comments on commit d4e8292

Please sign in to comment.