Sync workspace: config, docs, scripts, CI, operator rules, and submodule pointers.

- Update dbis_core, cross-chain-pmm-lps, explorer-monorepo, metamask-integration, pr-workspace/chains
- Omit embedded publish git dirs and empty placeholders from index

Made-with: Cursor
This commit is contained in:
defiQUG
2026-04-12 06:12:20 -07:00
parent 6fb6bd3993
commit dbd517b279
2935 changed files with 327972 additions and 5533 deletions

View File

@@ -227,7 +227,7 @@ main() {
echo ""
# 11. Fabric
if create_container 6000 "fabric-1" "${IP_FABRIC:-${IP_FABRIC:-192.168.11.65}}" 8 4 100 "Hyperledger Fabric Enterprise Contracts"; then
if create_container 6000 "fabric-1" "${IP_FABRIC:-${IP_FABRIC:-192.168.11.113}}" 8 4 100 "Hyperledger Fabric Enterprise Contracts"; then
success_count=$((success_count + 1))
else
fail_count=$((fail_count + 1))
@@ -235,7 +235,7 @@ main() {
echo ""
# 12. Indy
if create_container 6400 "indy-1" "${IP_INDY:-${IP_INDY:-192.168.11.68}}" 8 4 100 "Hyperledger Indy Identity Layer"; then
if create_container 6400 "indy-1" "${IP_INDY:-${IP_INDY:-192.168.11.64}}" 8 4 100 "Hyperledger Indy Identity Layer"; then
success_count=$((success_count + 1))
else
fail_count=$((fail_count + 1))
@@ -280,4 +280,3 @@ main() {
}
main "$@"