Skip to content

Commit

Permalink
Merge pull request #153 from bosonprotocol/develop
Browse files Browse the repository at this point in the history
Upgrade demo environment
  • Loading branch information
dennisfurrer authored Jul 7, 2021
2 parents fd2af05 + 9575d96 commit 27e7f5a
Show file tree
Hide file tree
Showing 10 changed files with 394,367 additions and 2,373 deletions.
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# These are the default owners of the repo
* @bosonprotocol/code-reviewers

# Anything else added after this line will take precedence
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ The application architecture is as depicted below. There are various components
- `Backend`
- `Server`
- `Database`
- `Keepers service` - These are cloud functions which run periodically to trigger certain contract methods such as expiry/finalization.
- `Event Listeners` - This listens for blockchain events and updates the backend accordingly.
- `Keepers service` - These are cloud functions which run periodically to trigger certain contract methods such as expiry/finalization. Details can be found [here](https://github.com/bosonprotocol/reference-backend/tree/develop/external/keepers).
- `Event Listeners` - This listens for blockchain events and updates the backend accordingly. Details can be found [here](https://github.com/bosonprotocol/reference-backend/tree/develop/external/lambdas).
- `Smart contracts` (details can be found in the [`contracts`](https://github.com/bosonprotocol/contracts) repository)

[![banner](docs/assets/architecture-diagram.png)](#design-&-architecture)
Expand Down
8 changes: 4 additions & 4 deletions config/deployments/bsn-development-plutonium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ database_type: "deployed"

image_upload_storage_engine: "AWS"

voucher_kernel_address: "0x7fA35fdF51804cBACEc47502616A2f265d8B8ac0"
token_contact_address: "0x54D25c26a0d74CDcD26A4682767d82eE94cEb490"
boson_router_contact_address: "0x9CBb5bDc5f9aB1f7A97F7b5A0A470BDd20AfCf5b"
cashier_address: "0x6B1141fFF79a96496bbB0673009424BAE1418fa2"
voucher_kernel_address: "0x469eF8b9F583920318Ce3dd095A0402A4b061bb0"
token_contact_address: "0xe8637906721051D860af222E6021826887d9e358"
boson_router_contact_address: "0xf7EEBa6c7a4eC07735b4AcaC8f8AF608f9Ecb8Cf"
cashier_address: "0x0ab0Fec353C6653F2eD05b5E5ceb4fB27c7d7902"

# State
domain_state_bucket_name: "bsn-aws-application-account-bsn-development-potassium"
Expand Down
Loading

0 comments on commit 27e7f5a

Please sign in to comment.