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

@@ -9,7 +9,7 @@ Usage:
python3 example-send-signed-transaction.py <rpc_url> <private_key> <to_address> <amount_eth>
Example:
python3 example-send-signed-transaction.py http://192.168.11.250:8545 0x<private_key> 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb 0.01
python3 example-send-signed-transaction.py http://192.168.11.211:8545 0x<private_key> 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb 0.01
"""
import sys
@@ -114,7 +114,7 @@ if __name__ == "__main__":
print("Usage: python3 example-send-signed-transaction.py <rpc_url> <private_key> <to_address> <amount_eth>")
print("")
print("Example:")
print(" python3 example-send-signed-transaction.py http://192.168.11.250:8545 0x<private_key> 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb 0.01")
print(" python3 example-send-signed-transaction.py http://192.168.11.211:8545 0x<private_key> 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb 0.01")
sys.exit(1)
rpc_url = sys.argv[1]