-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(protocol): document deployed ProverSet and TokenUnlock impl addr…
…esses (#17273) Co-authored-by: dantaik <[email protected]>
- Loading branch information
Showing
7 changed files
with
193 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
# Taiko Mainnet Contract Logs - L2 | ||
|
||
## Notes | ||
|
||
1. Code used on mainnet must correspond to a commit on the main branch of the official repo: https://github.com/taikoxyz/taiko-mono. | ||
|
||
## Shared | ||
|
||
#### shared_address_manager | ||
|
||
- proxy: `0x1670000000000000000000000000000000000006` | ||
- impl: `0x0167000000000000000000000000000000000006` | ||
- owner: `0xf8ff2AF0DC1D5BA4811f22aCb02936A1529fd2Be` | ||
- todo: | ||
- change owner to DelegateOwner | ||
- logs: | ||
- deployed on May 1, 2024 @commit `56dddf2b6` | ||
|
||
#### bridge | ||
|
||
- proxy: `0x1670000000000000000000000000000000000001` | ||
- impl: `0x0167000000000000000000000000000000000001` | ||
- owner: `0xf8ff2AF0DC1D5BA4811f22aCb02936A1529fd2Be` | ||
- todo: | ||
- change owner to DelegateOwner | ||
- logs: | ||
- deployed on May 1, 2024 @commit `56dddf2b6` | ||
|
||
#### erc20_vault | ||
|
||
- proxy: `0x1670000000000000000000000000000000000002` | ||
- impl: `0x0167000000000000000000000000000000000002` | ||
- owner: `0xf8ff2AF0DC1D5BA4811f22aCb02936A1529fd2Be` | ||
- todo: | ||
- change owner to DelegateOwner | ||
- logs: | ||
- deployed on May 1, 2024 @commit `56dddf2b6` | ||
|
||
#### erc721_vault | ||
|
||
- proxy: `0x1670000000000000000000000000000000000003` | ||
- impl: `0x0167000000000000000000000000000000000003` | ||
- owner: `0xf8ff2AF0DC1D5BA4811f22aCb02936A1529fd2Be` | ||
- todo: | ||
- change owner to DelegateOwner | ||
- logs: | ||
- deployed on May 1, 2024 @commit `56dddf2b6` | ||
|
||
#### erc1155_vault | ||
|
||
- proxy: `0x1670000000000000000000000000000000000004` | ||
- impl: `0x0167000000000000000000000000000000000004` | ||
- owner: `0xf8ff2AF0DC1D5BA4811f22aCb02936A1529fd2Be` | ||
- todo: | ||
- change owner to DelegateOwner | ||
- logs: | ||
- deployed on May 1, 2024 @commit `56dddf2b6` | ||
|
||
#### signal_service | ||
|
||
- proxy: `0x1670000000000000000000000000000000000005` | ||
- impl: `0x0167000000000000000000000000000000000005` | ||
- owner: `0xf8ff2AF0DC1D5BA4811f22aCb02936A1529fd2Be` | ||
- todo: | ||
- change owner to DelegateOwner | ||
- logs: | ||
- deployed on May 1, 2024 @commit `56dddf2b6` | ||
|
||
## Rollup Specific | ||
|
||
#### rollup_address_manager | ||
|
||
- proxy: `0x1670000000000000000000000000000000010002` | ||
- impl: `0x0167000000000000000000000000000000010002` | ||
- owner: `0xf8ff2AF0DC1D5BA4811f22aCb02936A1529fd2Be` | ||
- todo: | ||
- change owner to DelegateOwner | ||
- logs: | ||
- deployed on May 1, 2024 @commit `56dddf2b6` | ||
- `Init2()` called @tx`0x7311fee56f87294e336393b55939489bc1e810c402f304013475d04c90ca32a9` | ||
|
||
#### taikoL2 | ||
|
||
- proxy: `0x1670000000000000000000000000000000010001` | ||
- impl: `0x0167000000000000000000000000000000010001` | ||
- owner: `0xf8ff2AF0DC1D5BA4811f22aCb02936A1529fd2Be` | ||
- todo: | ||
- change owner to DelegateOwner | ||
- logs: | ||
- deployed on May 1, 2024 @commit `56dddf2b6` | ||
|
||
## Other EOAs/Contracts | ||
|
||
- `davidcai.eth`:`0x56706F118e42AE069F20c5636141B844D1324AE1` | ||
- `admin.taiko.eth`: `0x9CBeE534B5D8a6280e01a14844Ee8aF350399C7F` | ||
- `labs.taiko.eth`: `0xB73b0FC4C0Cfc73cF6e034Af6f6b42Ebe6c8b49D` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Taiko Mainnet Transfer Logs - L1 | ||
|
||
## Taiko Labs EOAs | ||
|
||
- proposer: `0x000000633b68f5d8d3a86593ebb815b4663bcbe0` | ||
- prover: `0x000000629FBCf27A347d1AEbA658435230D74a5f` | ||
- contester: `0x00000027F51a57E7FcBC4b481d15fcE5BE68b30B` | ||
- bridge watchdog: `0x00000291ab79c55dc4fcd97dfba4880df4b93624` | ||
- bridge L1 relayer: `0x0000001539d3a970c979ac67a8836a359ce4a1fc` | ||
|
||
## TODO: | ||
|
||
- [ ] Daniel transfer 200 ETH to L1 bridge `0xd60247c6848B7Ca29eDdF63AA924E53dB6Ddd8EC` on Ethereum | ||
|
||
## Logs | ||
|
||
#### tx`0x9ede1da0bb372fbaa210bb1847172888b30e8a3cc68c9d868ec066ca3301f480` | ||
|
||
- labs.taiko.eth depositted 10 ETH to proposer: `0x000000633b68f5d8d3a86593ebb815b4663bcbe0` | ||
- labs.taiko.eth depositted 10 ETH to prover: `0x000000629FBCf27A347d1AEbA658435230D74a5f` | ||
- labs.taiko.eth depositted 5 ETH to contester: `0x00000027F51a57E7FcBC4b481d15fcE5BE68b30B` | ||
- labs.taiko.eth depositted 0.01 ETH to bridge watchdog: `0x00000291ab79c55dc4fcd97dfba4880df4b93624` | ||
- labs.taiko.eth depositted 5 ETH to bridge L1 relayer: `0x0000001539d3a970c979ac67a8836a359ce4a1fc` | ||
- labs.taiko.eth transferred 5 ETH to Daniel Wang: `0x69AA0361Dbb0527d4F1e5312403Bd41788fe61Fe` | ||
|
||
#### tx`0xdb04aa0f162cd84cadae96135e471575108954d552a873d42027b579140ca182` | ||
|
||
- send 10 ETH to each of the following guardian prover address from `labs.taiko.eth` (a 80 ETH loan for the DAO) | ||
- `0x000012dd12a6d9dd2045f5e2594f4996b99a5d33` | ||
- `0x0cAC6E2Fd10e92Bf798341Ad0A57b5Cb39DA8D0D` | ||
- `0xd6BB974bc47626E3547426efa4CA2A8d7DFCccdf` | ||
- `0xd26c4e85BC2fAAc27a320987e340971cF3b47d51` | ||
- `0xC384B679c028787166b9B3725aC14A60da205861` | ||
- `0x1602958A85494cd9C3e0D6672BA0eE42b95B4200` | ||
- `0x5CfEb9a72256B1b49dc2C98b1b7b99d172D50B68` | ||
- `0x1DB8Ac9f19AbdD60A6418383BfA56A4450aa80C6` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Taiko Mainnet Transfer Logs - L2 | ||
|
||
## Taiko Labs EOAs | ||
|
||
- bridge L2 relayer: `0x00006ca990540f6e30e3ef05f085a033ae67f214` | ||
|
||
## TODO: | ||
|
||
- [ ] Daniel transfer 5 ETH to `0x00006ca990540f6e30e3ef05f085a033ae67f214` on Taiko L2 | ||
|
||
## Logs | ||
|
||
#### tx: |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
// SPDX-License-Identifier: MIT | ||
pragma solidity 0.8.24; | ||
|
||
import "../test/DeployCapability.sol"; | ||
import "../contracts/team/proving/ProverSet.sol"; | ||
|
||
contract DeployLabsProverPool is DeployCapability { | ||
address public addressManager = 0x579f40D0BE111b823962043702cabe6Aaa290780; | ||
address public owner = 0x9CBeE534B5D8a6280e01a14844Ee8aF350399C7F; | ||
|
||
modifier broadcast() { | ||
vm.startBroadcast(); | ||
_; | ||
vm.stopBroadcast(); | ||
} | ||
|
||
function run() external broadcast { | ||
deployProxy({ | ||
name: "labprovers.taiko.eth", | ||
impl: 0x34f2B21107AfE3584949c184A1E6236FFDAC4f6F, | ||
data: abi.encodeCall(ProverSet.init, (owner, owner, addressManager)) | ||
}); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters