From a7debe8d07ee7a285817380bc549905da5dd4728 Mon Sep 17 00:00:00 2001 From: lash Date: Thu, 23 Mar 2023 09:13:56 +0000 Subject: [PATCH] Update gas budget for demurrage token --- boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.sh b/boot.sh index e550a22..50b5e4d 100644 --- a/boot.sh +++ b/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)