Skip to content

Commit 6b06f19

Browse files
chore: Add contracts deployment logs for EPv6 for SingleOwnerMSCAFactory (#65)
## Summary This is for epv0.6 branch and on commit af55d55 This pull request includes the addition of deployment logs for the `SingleOwnerMSCAFactory` across multiple blockchain networks. Each log entry includes a note that the deployment was performed using the `cast send` command and provides the transaction hash for reference. ## Detail Deployment logs added for the following networks: * [`broadcast/003_DeploySingleOwnerMSCAFactory.s.sol/1/run-1737572400.md`](diffhunk://#diff-929e2e2af5508d9350b851aaae0a8b415e387fc07416b793eea04543c67d2d41R1-R3): Added deployment log with transaction hash `0xbe9d1311397eac006c444a1d2f9a1ffc2f9d77607eeaf97562a93c738675d386`. * [`broadcast/003_DeploySingleOwnerMSCAFactory.s.sol/11155111/run-1737572400.md`](diffhunk://#diff-4e8c9da0f763bc8e9e3eb82b88c40c32337f93269bca50f80d84fed4c5648f9cR1-R3): Added deployment log with transaction hash `0xd28546c12461e5c8c80f9419efa4362693c39052a518baaf7828cbd46896c14f`. * [`broadcast/003_DeploySingleOwnerMSCAFactory.s.sol/130/run-1737572400.md`](diffhunk://#diff-ab243d9031e296f076e73241559560719a8b5e181d3a945620d9b24169b56306R1-R3): Added deployment log with transaction hash `0xc86a1c2408bcba2f5c323bb2cbdb0267488f5ef9ce5ca6794d0d2917b75c783e`. * [`broadcast/003_DeploySingleOwnerMSCAFactory.s.sol/1301/run-1737572400.md`](diffhunk://#diff-432e7eb5065b2ca3c65eaa83ed19d7a257fd76988bc0a8f59c474185e44f6d92R1-R3): Added deployment log with transaction hash `0x450424cb9fc06040f9b1b7dd1d8b31058f77bdd090773066f757043d6375736c`. * [`broadcast/003_DeploySingleOwnerMSCAFactory.s.sol/137/run-1737572400.md`](diffhunk://#diff-dd55e73419a3cb70b37f95e4f198fd3477d7b61c53f29cff9f6997437c1594a4R1-R3): Added deployment log with transaction hash `0x686ee24b2a91374e2e86ae29927d2935f1ff2abe7ad05d72b58a79d53f8dc095`. * [`broadcast/003_DeploySingleOwnerMSCAFactory.s.sol/42161/run-1737572400.md`](diffhunk://#diff-4852d507e472a1f593076cba1848e012b037e54a6ca98a5717e4f466fd083db6R1-R3): Added deployment log with transaction hash `0x7722d4a8e52034d81dc27e66518a0d2a3ab89b42dc622f553eec445d0a1b3957`. * [`broadcast/003_DeploySingleOwnerMSCAFactory.s.sol/421614/run-1737572400.md`](diffhunk://#diff-d38f8f1c50e80f12646f26726e475d601d56ec19cd5623a574a7ef1026c77d0aR1-R3): Added deployment log with transaction hash `0x65d1439ec8b7fc967c28f15c05b063167a90ded5f65207e24376e680b465aa4c`. * [`broadcast/003_DeploySingleOwnerMSCAFactory.s.sol/80002/run-1737572400.md`](diffhunk://#diff-f0d318ecaf1b5789d9b5f20ab193a76c2029d60d13b2f35141b46ad7768f3a7bR1-R3): Added deployment log with transaction hash `0x0f42a1c9d4b73629def32ced0d96aa01ae7f0f48fdce372fe1da1125e9af5611`. ### Checklist - [ ] Did you add new tests and confirm all tests pass? (`yarn test`) - [ ] Did you update relevant docs? (docs are found in the `docs` folder) - [ ] Do your commits follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard? - [ ] Does your PR title also follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) standard? - [ ] If you have a breaking change, is it [correctly reflected in your commit message](https://www.conventionalcommits.org/en/v1.0.0/#examples)? (e.g. `feat!: breaking change`) - [ ] Did you run lint (`yarn lint`) and fix any issues? - [ ] Did you run formatter (`yarn format:check`) and fix any issues (`yarn format:write`)? ## Testing Deployed and verified the contracts. ## Documentation Optional section. Link to the doc. --------- Signed-off-by: Daniel Lim <kokpeng.lim@circle.com> Co-authored-by: Huawei <hgu@circle.com>
1 parent 0d8162b commit 6b06f19

File tree

21 files changed

+32
-3
lines changed

21 files changed

+32
-3
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- This chain used cast send to deploy so there's no corresponding run json
2+
- Ran command in script/cmd/SingleOwnerMSCAFactory/0xf61023061ed45fa9eAC4D2670649cE1FD37ce536/SingleOwnerMSCAFactory
3+
- tx hash: 0xbe9d1311397eac006c444a1d2f9a1ffc2f9d77607eeaf97562a93c738675d386
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- This chain used cast send to deploy so there's no corresponding run json
2+
- Ran command in script/cmd/SingleOwnerMSCAFactory/0xf61023061ed45fa9eAC4D2670649cE1FD37ce536/SingleOwnerMSCAFactory
3+
- tx hash: 0xd28546c12461e5c8c80f9419efa4362693c39052a518baaf7828cbd46896c14f
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- This chain used cast send to deploy so there's no corresponding run json
2+
- Ran command in script/cmd/SingleOwnerMSCAFactory/0xf61023061ed45fa9eAC4D2670649cE1FD37ce536/SingleOwnerMSCAFactory
3+
- tx hash: 0xc86a1c2408bcba2f5c323bb2cbdb0267488f5ef9ce5ca6794d0d2917b75c783e
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- This chain used cast send to deploy so there's no corresponding run json
2+
- Ran command in script/cmd/SingleOwnerMSCAFactory/0xf61023061ed45fa9eAC4D2670649cE1FD37ce536/SingleOwnerMSCAFactory
3+
- tx hash: 0x450424cb9fc06040f9b1b7dd1d8b31058f77bdd090773066f757043d6375736c
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- This chain used cast send to deploy so there's no corresponding run json
2+
- Ran command in script/cmd/SingleOwnerMSCAFactory/0xf61023061ed45fa9eAC4D2670649cE1FD37ce536/SingleOwnerMSCAFactory
3+
- tx hash: 0x686ee24b2a91374e2e86ae29927d2935f1ff2abe7ad05d72b58a79d53f8dc095
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- This chain used cast send to deploy so there's no corresponding run json
2+
- Ran command in script/cmd/SingleOwnerMSCAFactory/0xf61023061ed45fa9eAC4D2670649cE1FD37ce536/SingleOwnerMSCAFactory
3+
- tx hash: 0x7722d4a8e52034d81dc27e66518a0d2a3ab89b42dc622f553eec445d0a1b3957
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- This chain used cast send to deploy so there's no corresponding run json
2+
- Ran command in script/cmd/SingleOwnerMSCAFactory/0xf61023061ed45fa9eAC4D2670649cE1FD37ce536/SingleOwnerMSCAFactory
3+
- tx hash: 0x65d1439ec8b7fc967c28f15c05b063167a90ded5f65207e24376e680b465aa4c
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- This chain used cast send to deploy so there's no corresponding run json
2+
- Ran command in script/cmd/SingleOwnerMSCAFactory/0xf61023061ed45fa9eAC4D2670649cE1FD37ce536/SingleOwnerMSCAFactory
3+
- tx hash: 0x0f42a1c9d4b73629def32ced0d96aa01ae7f0f48fdce372fe1da1125e9af5611

script/000_ContractAddress.sol

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ pragma solidity 0.8.24;
2121
address constant ENTRY_POINT = 0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789;
2222

2323
// Use address(0) if unknown or deploying a new version of a contract.
24-
address constant PLUGIN_MANAGER_ADDRESS = 0x3169Ad878021B87C9CaA9b5CDA740ff3ca270Ce9;
25-
address constant SINGLE_OWNER_MSCA_FACTORY_ADDRESS = 0xa233b124D7b9CFF2D38cB62319e1A3f79144B490;
24+
address constant PLUGIN_MANAGER_ADDRESS = 0xc93D6559Fe4dB59742751A857d11a04861a50CCC;
25+
address constant SINGLE_OWNER_MSCA_FACTORY_ADDRESS = 0xf61023061ed45fa9eAC4D2670649cE1FD37ce536;
2626
address constant UPGRADABLE_MSCA_FACTORY_ADDRESS = 0x3e6b66A72B76850c372FBDf29f53268ad636B320;
2727
address constant SINGLE_OWNER_PLUGIN_ADDRESS = 0x7af5E9DBe3e50F023a5b99f44002697cF8e1de2e;
28-
address constant COLD_STORAGE_ADDRESS_BOOK_PLUGIN_ADDRESS = 0x3c95978Af08B6B2Fd82659B393be86AfB4bd3D6F;
28+
address constant COLD_STORAGE_ADDRESS_BOOK_PLUGIN_ADDRESS = 0x11BACb0F0C9D04A28A2043b54c0C3C2CE15F0Af4;
2929
address constant WEIGHTED_MULTISIG_PLUGIN_ADDRESS = 0x558498E7CD325b17be8c8A79884A1cAcfD72a4AA;
3030
address constant DEFAULT_TOKEN_CALLBACK_PLUGIN_ADDRESS = 0x03431Fb00fB2e26b5bC502DFeF8dA30E1C8643b8;
3131

File renamed without changes.

0 commit comments

Comments
 (0)