Skip to content

Commit

Permalink
Merge pull request #308 from oceanprotocol/bug/fix_paths
Browse files Browse the repository at this point in the history
revert to using artifacts folder
  • Loading branch information
alexcos20 authored May 8, 2021
2 parents 403f76a + 03ce409 commit 7cd1e30
Show file tree
Hide file tree
Showing 29 changed files with 221,962 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Ocean contracts are deployed to Rinkeby, Ethereum mainnet, and more. [Here are d

* In a separate terminal, start the testnet: `ganache-cli`
* In your main terminal, run: `yarn deploy`
* Confirm: are `"development"` entries updated in addresses file `./ocean_abis/address.json`?
* Confirm: are `"development"` entries updated in addresses file `./artifacts/address.json`?

#### Deploy to Remote (e.g. Rinkeby)

Expand All @@ -81,7 +81,7 @@ export INFURA_TOKEN='GET INFURA_TOKEN FROM INFURA PLATFORM'
yarn deploy:rinkeby
```

* Confirm: are `"rinkeby"` entries updated in addresses file `./ocean_abis/address.json`?
* Confirm: are `"rinkeby"` entries updated in addresses file `./artifacts/address.json`?


## 🦑 Local Development
Expand Down
2,861 changes: 2,861 additions & 0 deletions artifacts/BConst.json

Large diffs are not rendered by default.

3,139 changes: 3,139 additions & 0 deletions artifacts/BFactory.json

Large diffs are not rendered by default.

Loading

0 comments on commit 7cd1e30

Please sign in to comment.