This commit is contained in:
parent
5eba5f2265
commit
be341f60cc
17 changed files with 325 additions and 314 deletions
|
|
@ -16,28 +16,28 @@ dune exec offline -- enable-auditor \
|
|||
--auditor_url "auditor.example.com" \
|
||||
--auditor_name "auditor example" \
|
||||
--auditor_pub $auditor_pub \
|
||||
--validity_start "0.0"
|
||||
--validity_start 0
|
||||
dune exec offline -- upload --input $b --url "/management/auditors"
|
||||
|
||||
dune exec offline -- wire-fee \
|
||||
--output $b \
|
||||
--wire_method "magic" \
|
||||
--fee_start "0.0" \
|
||||
--fee_end "99999999.9" \
|
||||
--fee_start 0 \
|
||||
--fee_end 99999999 \
|
||||
--closing_fee "EUR:0.0" \
|
||||
--wire_fee "EUR:0.0"
|
||||
dune exec offline -- upload --input $b --url "/management/wire-fee"
|
||||
|
||||
dune exec offline -- global-fees \
|
||||
--output $b \
|
||||
--start_date "0.0" \
|
||||
--end_date "99999999.9" \
|
||||
--start_date 0 \
|
||||
--end_date 99999999 \
|
||||
--history_fee "EUR:0.0" \
|
||||
--account_fee "EUR:0.0" \
|
||||
--purse_fee "EUR:0.0" \
|
||||
--history_expiration "9999999.0" \
|
||||
--history_expiration 9999999 \
|
||||
--purse_account_limit 1 \
|
||||
--purse_timeout "9999999.0"
|
||||
--purse_timeout 9999999
|
||||
dune exec offline -- upload --input $b --url "/management/global-fees"
|
||||
|
||||
rm $a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue