Skip to content

Commit

Permalink
New base contracts for Holesky
Browse files Browse the repository at this point in the history
  • Loading branch information
brickpop committed Jul 9, 2024
1 parent a5e15a4 commit 08a90ae
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ TAIKO_L1_ADDRESS="0x" # Address of the TaikoL1 contract
TAIKO_BRIDGE_ADDRESS="0x" # Address of the Taiko Bridge

# OSx BASE CONTRACT ADDRESSES (network dependent, see active_contracts.json on lib/osx)
DAO_FACTORY="0x7a62da7B56fB3bfCdF70E900787010Bc4c9Ca42e"
PLUGIN_SETUP_PROCESSOR="0xC24188a73dc09aA7C721f96Ad8857B469C01dC9f"
PLUGIN_REPO_FACTORY="0x07f49c49Ce2A99CF7C28F66673d406386BDD8Ff4"
GOVERNANCE_ERC20_BASE="0xA03C2182af8eC460D498108C92E8638a580b94d4"
GOVERNANCE_WRAPPED_ERC20_BASE="0x6E924eA5864044D8642385683fFA5AD42FB687f2"
DAO_FACTORY="0xE640Da5AD169630555A86D9b6b9C145B4961b1EB"
PLUGIN_SETUP_PROCESSOR="0xCe0B4124dea6105bfB85fB4461c4D39f360E9ef3"
PLUGIN_REPO_FACTORY="0x95D563382BeD5AcB458759EE05b27DF2CB019Cc7"
GOVERNANCE_ERC20_BASE="0xC24188a73dc09aA7C721f96Ad8857B469C01dC9f"
GOVERNANCE_WRAPPED_ERC20_BASE="0x7a62da7B56fB3bfCdF70E900787010Bc4c9Ca42e"

# INTERNAL PLUGIN ENS SUBDOMAINS TO USE (per-network)
STD_MULTISIG_ENS_DOMAIN="taiko-std-multisig"
Expand Down
32 changes: 32 additions & 0 deletions DEPLOYMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,38 @@

## Holesly

### July 9th 2024

Deployment intended for staging purposes.

```
Chain ID: 17000
Deploying from: 0x424797Ed6d902E17b9180BFcEF452658e148e0Ab
Minting test tokens for the multisig members and the bridge
Factory: 0x2799EBD75fA793b93c4feBdb134b3b6Cbbb32124
DAO: 0xa0FDC6b2bf9FFd48D4F86b697761F13b32D0b7A1
Voting token: 0x01aeE1a16C8807DF52f2DA9191Cec8058e747F4A
Taiko Bridge: 0x0000000000000000000000000000001234567890
Plugins
- Multisig plugin: 0x284F47A42f1Eb96f0F1540931F8Ef04F4243Fb33
- Emergency multisig plugin: 0x0E09bFDA087cf60Bd03A767A03bf88e9E3824c39
- Optimistic token voting plugin: 0xf52B4681F1eB88C5b028510a3F365b5d04fa3295
Plugin repositories
- Multisig plugin repository: 0x00fD4E0093a885F20208308C996461dbD93d3604
- Emergency multisig plugin repository: 0xb17469b843Ec56Bd75b118b461C07BA520f792d1
- Optimistic token voting plugin repository: 0xd49028E41E941296A48e5b1733bBDA857509FD1b
Helpers
- Public key registry 0x3b1a9c9198eF98d987A6361219FC59c3F805537d
- Delegation wall 0xfdFd89FA33B92Cd1c49A2Ae452294Bc2C89f810D
```

### July 4th 2024
Used for internal development, using a different Taiko Bridge address.

Expand Down

0 comments on commit 08a90ae

Please sign in to comment.