Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

fix: Switch from Sovrin StagingNet to BuilderNet #103

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ To use all the features of the toolbox, you'll need the `indy` feature installed
(as described in [Setup Aries Cloud Agent -
Python](#setup-aries-cloud-agent-python)). [Check out the demo configurations
for Alice or Bob](demo/configs/alice.yml) for a configuration using the Sovrin
StagingNet and some reasonable defaults.
BuilderNet and some reasonable defaults.

### Combined HTTP+WS Transport
This plugin includes a side-loadable combined HTTP and WebSocket transport
Expand Down
2 changes: 1 addition & 1 deletion demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This folder contains setups for multiple scenarios:
- And a mediator networked with ngrok that can be mixed in with the single agent
or Alice and Bob scenarios for demonstrating mediation.

Where applicable, agents are connected to the Sovrin StagingNet to enable
Where applicable, agents are connected to the Sovrin BuilderNet to enable
credentials exchange. You can anchor your DID and become an endorser (able to
write schemas and credential definitions) at https://selfserve.sovrin.org.

Expand Down
4 changes: 2 additions & 2 deletions demo/configs/alice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ plugin:
outbound-transport: http

# Ledger
# Use Sovrin Staging Net. Become an endorser at https://selfserve.sovrin.org.
genesis-url: https://raw.githubusercontent.com/sovrin-foundation/sovrin/master/sovrin/pool_transactions_sandbox_genesis
# Use Sovrin Builder Net. Become an endorser at https://selfserve.sovrin.org.
genesis-url: https://raw.githubusercontent.com/sovrin-foundation/sovrin/master/sovrin/pool_transactions_builder_genesis

# Admin
admin-insecure-mode: true
Expand Down
4 changes: 2 additions & 2 deletions demo/configs/bob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ plugin:
outbound-transport: http

# Ledger
# Use Sovrin Staging Net. Become an endorser at https://selfserve.sovrin.org.
genesis-url: https://raw.githubusercontent.com/sovrin-foundation/sovrin/master/sovrin/pool_transactions_sandbox_genesis
# Use Sovrin Builder Net. Become an endorser at https://selfserve.sovrin.org.
genesis-url: https://raw.githubusercontent.com/sovrin-foundation/sovrin/master/sovrin/pool_transactions_builder_genesis

# Admin
admin-insecure-mode: true
Expand Down
4 changes: 2 additions & 2 deletions demo/configs/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ plugin:
outbound-transport: http

# Ledger
# Use Sovrin Staging Net. Become an endorser at https://selfserve.sovrin.org.
genesis-url: https://raw.githubusercontent.com/sovrin-foundation/sovrin/master/sovrin/pool_transactions_sandbox_genesis
# Use Sovrin Builder Net. Become an endorser at https://selfserve.sovrin.org.
genesis-url: https://raw.githubusercontent.com/sovrin-foundation/sovrin/master/sovrin/pool_transactions_builder_genesis

# Admin
admin-insecure-mode: true
Expand Down
4 changes: 2 additions & 2 deletions demo/configs/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ endpoint:
- ws://localhost:3000

# Ledger
# Use Sovrin Staging Net. Become an endorser at https://selfserve.sovrin.org.
genesis-url: https://raw.githubusercontent.com/sovrin-foundation/sovrin/master/sovrin/pool_transactions_sandbox_genesis
# Use Sovrin Builder Net. Become an endorser at https://selfserve.sovrin.org.
genesis-url: https://raw.githubusercontent.com/sovrin-foundation/sovrin/master/sovrin/pool_transactions_builder_genesis

# Connections
debug-connections: true
Expand Down