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:
@@ -9,7 +9,7 @@
|
||||
* node example-send-signed-transaction.js <rpc_url> <private_key> <to_address> <amount_eth>
|
||||
*
|
||||
* Example:
|
||||
* node example-send-signed-transaction.js http://192.168.11.250:8545 0x<private_key> 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb 0.01
|
||||
* node example-send-signed-transaction.js http://192.168.11.211:8545 0x<private_key> 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb 0.01
|
||||
*/
|
||||
|
||||
const https = require('https');
|
||||
@@ -22,7 +22,7 @@ if (args.length < 4) {
|
||||
console.error('Usage: node example-send-signed-transaction.js <rpc_url> <private_key> <to_address> <amount_eth>');
|
||||
console.error('');
|
||||
console.error('Example:');
|
||||
console.error(' node example-send-signed-transaction.js http://192.168.11.250:8545 0x<private_key> 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb 0.01');
|
||||
console.error(' node example-send-signed-transaction.js http://192.168.11.211:8545 0x<private_key> 0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb 0.01');
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user