Set gas price in CLI config

This commit is contained in:
Prathamesh Musale 2024-10-25 14:24:35 +05:30
parent fec62c4be9
commit d87587cc66

View File

@ -18,6 +18,7 @@ services:
chainId: ${CERC_LACONICD_CHAIN_ID}
gas: ${CERC_LACONICD_GAS}
fees: ${CERC_LACONICD_FEES}
gasPrice: ${CERC_LACONICD_GASPRICE}
EOF
echo "Exported config to $config_file"