v0.5.1-pre.008
This commit is contained in:
26
config/exemples/example.execution.config.json
Normal file
26
config/exemples/example.execution.config.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"default_profile": "local_devnet",
|
||||
"profiles": [
|
||||
{
|
||||
"name": "local_devnet",
|
||||
"dry_run_default": true,
|
||||
"require_simulation": true,
|
||||
"require_operator_confirmation": true,
|
||||
"localnet_max_spend_lamports": 0,
|
||||
"devnet_max_spend_lamports": 100000000,
|
||||
"testnet_max_spend_lamports": 0,
|
||||
"mainnet_max_spend_lamports": 0,
|
||||
"max_fee_lamports": 1000000,
|
||||
"max_compute_unit_price_micro_lamports": 100000,
|
||||
"recent_blockhash_max_age_slots": 150,
|
||||
"send_max_retries": 3,
|
||||
"confirmation_poll_interval_ms": 500,
|
||||
"confirmation_max_attempts": 120,
|
||||
"devnet_airdrop_max_lamports": 2000000000,
|
||||
"localnet_send_enabled": false,
|
||||
"devnet_send_enabled": true,
|
||||
"testnet_send_enabled": false,
|
||||
"mainnet_send_enabled": false
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user