scripts icon indicating copy to clipboard operation
scripts copied to clipboard

Lido DAO scripts covering on-chain ops

Results 43 scripts issues
Sort by recently updated
recently updated
newest added

### Upgrade contracts on testnet Sepolia #### Ethereum - L1TokenBridge - LidoLocator #### Optimism - L2TokenBridge - wstETH Deploy plan: https://www.notion.so/stETH-on-Sepolia-Optimism-deploy-plan-8abed2b8e3a6444280a483167266716e

- [x] Add basic Sepolia support - [x] Populate Sepolia protocol deployment cfg - [x] Add a reference vote for `SepoliaBridgeExecutor`

Currently, only acceptance tests might be run with the anvil node. How to run tests: 1. Spawn anvil node in one tab: `anvil --fork-url=https://mainnet.infura.io/v3/YOUR_INFURA_KEY --base-fee 0 --auto-impersonate --steps-tracing --mnemonic "test...

Temp pool for signers to check specific tx

There are two vote item descriptions: 1: ```reference="Initial DAI funding Pool Maintenance Labs Ltd. within Nov'22-Apr'23 budget",``` which goes into Aragon Finance NewTransaction event 2: ``` vote_desc_items = [ "1)...

## Simple summary We should discriminate omnibus votes into two categories: sensitive protocol upgrades & others * The First category requires unit, regression, snapshot, and integration test suites. * For...