pokt-test preparation for beta-update

This commit is contained in:
cventastic
2022-04-14 18:06:13 +02:00
parent 5f3f9cd471
commit 34d27c0bfb
2 changed files with 6 additions and 4 deletions

View File

@@ -1,18 +1,18 @@
[
{
"id": "0020",
"url": "https://bsc-1.stakesquid-db.ml/goerli"
"url": "http://haproxy/goerli"
},
{
"id": "0022",
"url": "https://bsc-1.stakesquid-db.ml/rinkeby"
"url": "http://haproxy/rinkeby"
},
{
"id": "0023",
"url": "https://bsc-1.stakesquid-db.ml/ropsten"
"url": "http://haproxy/ropsten"
},
{
"id": "0002",
"url": "https://bsc-1.stakesquid-db.ml/pokttest"
"url": "http://haproxy/pokttest"
}
]

View File

@@ -65,6 +65,8 @@ services:
command: pocket start --seeds=$POCKET_TEST_SEEDS --mainnet
#command: pocket start --simulateRelay
environment:
- ./bootstrap_skript/pokt_mainnet.sh:/home/app/.pocket/pokt_mainnet.sh
- ./pokt/config.json:/home/app/.pocket/config/config.json
- POCKET_CORE_KEY=$POCKET_CORE_KEY_MAINNET
- POCKET_CORE_PASSPHRASE=$POCKET_CORE_PASSPHRASE_MAINNET
volumes: