diff --git a/deployed-testnet-defaults.json b/deployed-testnet-defaults.json index b2c8c1253..ee34bdd15 100644 --- a/deployed-testnet-defaults.json +++ b/deployed-testnet-defaults.json @@ -118,7 +118,7 @@ }, "withdrawalQueueERC721": { "deployParameters": { - "name": "stETH Withdrawal NFT", + "name": "Lido: stETH Withdrawal NFT", "symbol": "unstETH", "baseUri": null } diff --git a/scripts/scratch/dao-local-deploy.sh b/scripts/scratch/dao-local-deploy.sh index 23f9ea755..03f6b7445 100755 --- a/scripts/scratch/dao-local-deploy.sh +++ b/scripts/scratch/dao-local-deploy.sh @@ -5,6 +5,8 @@ set -o pipefail # export NETWORK=local export RPC_URL="http://127.0.0.1:8545" + +# If GateSeal factory is zero, deploy no GateSeal instance. Otherwise use the factory to deploy an instance export GATE_SEAL_FACTORY=0x0000000000000000000000000000000000000000 export GENESIS_TIME=1639659600 # just some time # export WITHDRAWAL_QUEUE_BASE_URI="<< SET IF REQUIED >>"