Update gas budget for demurrage token
This commit is contained in:
parent
e63556dfc6
commit
a7debe8d07
2
boot.sh
2
boot.sh
@ -28,7 +28,7 @@ writer=$(eth-checksum $writer)
|
||||
>&2 echo datadir: $t
|
||||
|
||||
# publish a voucher token
|
||||
token=$(erc20-demurrage-token-publish --name $TOKEN_NAME --symbol $TOKEN_SYMBOL --decimals $TOKEN_DECIMALS --demurrage-level $TOKEN_DEMURRAGE --redistribution-period $TOKEN_PERIOD --sink-address $TOKEN_SINK_ADDRESS -y $KEY_FILE --fee-limit 5000000 -s -w $log | tee $t/token.txt)
|
||||
token=$(erc20-demurrage-token-publish --name $TOKEN_NAME --symbol $TOKEN_SYMBOL --decimals $TOKEN_DECIMALS --demurrage-level $TOKEN_DEMURRAGE --redistribution-period $TOKEN_PERIOD --sink-address $TOKEN_SINK_ADDRESS -y $KEY_FILE --fee-limit 6000000 -s -w $log | tee $t/token.txt)
|
||||
|
||||
# account registry
|
||||
accounts=$(eth-accounts-index-publish -y $KEY_FILE --fee-limit 2000000 -s -w $log | tee $t/accounts.txt)
|
||||
|
Loading…
Reference in New Issue
Block a user