Skip to content

Commit

Permalink
del testnet/ and rename setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
seedlings-calm committed Apr 27, 2022
1 parent c490da8 commit 7236e85
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 1,618 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,10 @@ We have active, helpful communities on Twitter, Discord, and Telegram.
* [Telegram](https://t.me/plugchain)


## mainnet Status
[Main net](https://github.com/oracleNetworkProtocol/mainnet)


## Testnet Status
[Test process document](https://oraclenetworkprotocol.github.io/plugchain/get-started/testnet.html)
[Test net](https://github.com/oracleNetworkProtocol/testnet)
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
build:
context: ./
dockerfile: Dockerfile
command: './scripts/setup.sh'
command: './scripts/setup-docker.sh'

plugchain_node1:
depends_on:
Expand All @@ -39,7 +39,7 @@ services:
networks:
localnet:
ipv4_address: 192.17.10.3
# command: './scripts/setup.sh'
# command: './scripts/setup-docker.sh'
tty: true

plugchain_node2:
Expand All @@ -60,7 +60,7 @@ services:
networks:
localnet:
ipv4_address: 192.17.10.4
command: './scripts/setup.sh'
command: './scripts/setup-docker.sh'

plugchain_node3:
depends_on:
Expand All @@ -80,7 +80,7 @@ services:
networks:
localnet:
ipv4_address: 192.17.10.5
command: './scripts/setup.sh'
command: './scripts/setup-docker.sh'

networks:
localnet:
Expand Down
File renamed without changes.
22 changes: 0 additions & 22 deletions testnet/README.md

This file was deleted.

Loading

0 comments on commit 7236e85

Please sign in to comment.