From 5f30950c5863b1c46b98ca0b66e4a9d343e6f1bd Mon Sep 17 00:00:00 2001 From: Artyom Veremeenko Date: Wed, 22 Nov 2023 14:11:19 +0300 Subject: [PATCH] fix(testnet defaults): add missing "Lido: " prefix to unstETH full name --- deployed-testnet-defaults.json | 2 +- scripts/scratch/dao-local-deploy.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 >>"