Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add contracts deployment logs for EPv6 for SingleOwnerMSCAFactory #65

Merged
merged 3 commits into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- This chain used cast send to deploy so there's no corresponding run json
- Ran command in script/cmd/SingleOwnerMSCAFactory/0xf61023061ed45fa9eAC4D2670649cE1FD37ce536/SingleOwnerMSCAFactory
- tx hash: 0xbe9d1311397eac006c444a1d2f9a1ffc2f9d77607eeaf97562a93c738675d386
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- This chain used cast send to deploy so there's no corresponding run json
- Ran command in script/cmd/SingleOwnerMSCAFactory/0xf61023061ed45fa9eAC4D2670649cE1FD37ce536/SingleOwnerMSCAFactory
- tx hash: 0xd28546c12461e5c8c80f9419efa4362693c39052a518baaf7828cbd46896c14f
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- This chain used cast send to deploy so there's no corresponding run json
- Ran command in script/cmd/SingleOwnerMSCAFactory/0xf61023061ed45fa9eAC4D2670649cE1FD37ce536/SingleOwnerMSCAFactory
- tx hash: 0xc86a1c2408bcba2f5c323bb2cbdb0267488f5ef9ce5ca6794d0d2917b75c783e
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- This chain used cast send to deploy so there's no corresponding run json
- Ran command in script/cmd/SingleOwnerMSCAFactory/0xf61023061ed45fa9eAC4D2670649cE1FD37ce536/SingleOwnerMSCAFactory
- tx hash: 0x450424cb9fc06040f9b1b7dd1d8b31058f77bdd090773066f757043d6375736c
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- This chain used cast send to deploy so there's no corresponding run json
- Ran command in script/cmd/SingleOwnerMSCAFactory/0xf61023061ed45fa9eAC4D2670649cE1FD37ce536/SingleOwnerMSCAFactory
- tx hash: 0x686ee24b2a91374e2e86ae29927d2935f1ff2abe7ad05d72b58a79d53f8dc095
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- This chain used cast send to deploy so there's no corresponding run json
- Ran command in script/cmd/SingleOwnerMSCAFactory/0xf61023061ed45fa9eAC4D2670649cE1FD37ce536/SingleOwnerMSCAFactory
- tx hash: 0x7722d4a8e52034d81dc27e66518a0d2a3ab89b42dc622f553eec445d0a1b3957
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- This chain used cast send to deploy so there's no corresponding run json
- Ran command in script/cmd/SingleOwnerMSCAFactory/0xf61023061ed45fa9eAC4D2670649cE1FD37ce536/SingleOwnerMSCAFactory
- tx hash: 0x65d1439ec8b7fc967c28f15c05b063167a90ded5f65207e24376e680b465aa4c
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- This chain used cast send to deploy so there's no corresponding run json
- Ran command in script/cmd/SingleOwnerMSCAFactory/0xf61023061ed45fa9eAC4D2670649cE1FD37ce536/SingleOwnerMSCAFactory
- tx hash: 0x0f42a1c9d4b73629def32ced0d96aa01ae7f0f48fdce372fe1da1125e9af5611
6 changes: 3 additions & 3 deletions script/000_ContractAddress.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ pragma solidity 0.8.24;
address constant ENTRY_POINT = 0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789;

// Use address(0) if unknown or deploying a new version of a contract.
address constant PLUGIN_MANAGER_ADDRESS = 0x3169Ad878021B87C9CaA9b5CDA740ff3ca270Ce9;
address constant SINGLE_OWNER_MSCA_FACTORY_ADDRESS = 0xa233b124D7b9CFF2D38cB62319e1A3f79144B490;
address constant PLUGIN_MANAGER_ADDRESS = 0xc93D6559Fe4dB59742751A857d11a04861a50CCC;
address constant SINGLE_OWNER_MSCA_FACTORY_ADDRESS = 0xf61023061ed45fa9eAC4D2670649cE1FD37ce536;
address constant UPGRADABLE_MSCA_FACTORY_ADDRESS = 0x3e6b66A72B76850c372FBDf29f53268ad636B320;
address constant SINGLE_OWNER_PLUGIN_ADDRESS = 0x7af5E9DBe3e50F023a5b99f44002697cF8e1de2e;
address constant COLD_STORAGE_ADDRESS_BOOK_PLUGIN_ADDRESS = 0x3c95978Af08B6B2Fd82659B393be86AfB4bd3D6F;
address constant COLD_STORAGE_ADDRESS_BOOK_PLUGIN_ADDRESS = 0x11BACb0F0C9D04A28A2043b54c0C3C2CE15F0Af4;
address constant WEIGHTED_MULTISIG_PLUGIN_ADDRESS = 0x558498E7CD325b17be8c8A79884A1cAcfD72a4AA;
address constant DEFAULT_TOKEN_CALLBACK_PLUGIN_ADDRESS = 0x03431Fb00fB2e26b5bC502DFeF8dA30E1C8643b8;

Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0000000000000000000000005ff137d4b0fdcd49dca30c7cf57e578a026d2789000000000000000000000000c93d6559fe4db59742751a857d11a04861a50ccc

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0000000000000000000000005ff137d4b0fdcd49dca30c7cf57e578a026d2789000000000000000000000000c93d6559fe4db59742751a857d11a04861a50ccc
Loading