mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 01:41:44 +00:00
Fix/hway db driver (#1198)
* fix/hway-db-driver * fix/hway-db-driver * chore(scripts): add tx indexer and psql connection to test * fix(scripts): make testnet setup more robust and configurable
This commit is contained in:
@@ -2,11 +2,11 @@ version: "0.6"
|
||||
|
||||
processes:
|
||||
sonr:
|
||||
namespace: devnet
|
||||
command: "make sh-testnet"
|
||||
namespace: testnet
|
||||
command: "make dop-testnet"
|
||||
|
||||
hway:
|
||||
namespace: devnet
|
||||
namespace: testnet
|
||||
command: "./build/hway"
|
||||
depends:
|
||||
- sonr
|
||||
|
||||
Reference in New Issue
Block a user