Set gas price in CLI config
This commit is contained in:
parent
87939c1166
commit
71a4e1c4ee
@ -18,6 +18,7 @@ services:
|
|||||||
chainId: ${CERC_LACONICD_CHAIN_ID}
|
chainId: ${CERC_LACONICD_CHAIN_ID}
|
||||||
gas: ${CERC_LACONICD_GAS}
|
gas: ${CERC_LACONICD_GAS}
|
||||||
fees: ${CERC_LACONICD_FEES}
|
fees: ${CERC_LACONICD_FEES}
|
||||||
|
gasPrice: ${CERC_LACONICD_GASPRICE}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
echo "Exported config to $config_file"
|
echo "Exported config to $config_file"
|
||||||
|
Loading…
Reference in New Issue
Block a user