Skip to content

Commit

Permalink
fix(testnet defaults): add missing "Lido: " prefix to unstETH full name
Browse files Browse the repository at this point in the history
  • Loading branch information
arwer13 committed Nov 22, 2023
1 parent e6d9413 commit 5f30950
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deployed-testnet-defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
},
"withdrawalQueueERC721": {
"deployParameters": {
"name": "stETH Withdrawal NFT",
"name": "Lido: stETH Withdrawal NFT",
"symbol": "unstETH",
"baseUri": null
}
Expand Down
2 changes: 2 additions & 0 deletions scripts/scratch/dao-local-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 >>"
Expand Down

0 comments on commit 5f30950

Please sign in to comment.