From 6bd4fc08a243dee03e541d5df8657df93eff6c75 Mon Sep 17 00:00:00 2001 From: howy <132113803+howydev@users.noreply.github.com> Date: Thu, 1 Feb 2024 19:03:10 -0500 Subject: [PATCH] chore: update deployments (#135) --- migrations/base-sepolia/contracts.json | 10 ++++++++++ migrations/polygon-mainnet/contracts.json | 10 ++++++++++ migrations/sepolia/contracts.json | 23 +++++------------------ 3 files changed, 25 insertions(+), 18 deletions(-) create mode 100644 migrations/base-sepolia/contracts.json create mode 100644 migrations/polygon-mainnet/contracts.json diff --git a/migrations/base-sepolia/contracts.json b/migrations/base-sepolia/contracts.json new file mode 100644 index 00000000..420f76e8 --- /dev/null +++ b/migrations/base-sepolia/contracts.json @@ -0,0 +1,10 @@ +{ + "EntryPoint": "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789", + "Prod": { + "MSCA Impl": "0x0000006641DB11037b7A187c45d9D50F2aEEE750", + "MultiOwnerPlugin": "0x000000E8F14A838A00505d861c6EF15cdfB05455", + "MultiOwnerModularAccountFactory": "0x000000CC76Ff50cAE2D633E79cCB1Fa1E6978D5a", + "SessionKeyPlugin": "0x000000AAF83f4cbd58193D30643025ffD6C9e724", + "MultiOwnerModularAccountFactory Owner": "0xDdF32240B4ca3184De7EC8f0D5Aba27dEc8B7A5C" + } +} diff --git a/migrations/polygon-mainnet/contracts.json b/migrations/polygon-mainnet/contracts.json new file mode 100644 index 00000000..420f76e8 --- /dev/null +++ b/migrations/polygon-mainnet/contracts.json @@ -0,0 +1,10 @@ +{ + "EntryPoint": "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789", + "Prod": { + "MSCA Impl": "0x0000006641DB11037b7A187c45d9D50F2aEEE750", + "MultiOwnerPlugin": "0x000000E8F14A838A00505d861c6EF15cdfB05455", + "MultiOwnerModularAccountFactory": "0x000000CC76Ff50cAE2D633E79cCB1Fa1E6978D5a", + "SessionKeyPlugin": "0x000000AAF83f4cbd58193D30643025ffD6C9e724", + "MultiOwnerModularAccountFactory Owner": "0xDdF32240B4ca3184De7EC8f0D5Aba27dEc8B7A5C" + } +} diff --git a/migrations/sepolia/contracts.json b/migrations/sepolia/contracts.json index 032dbc6c..420f76e8 100644 --- a/migrations/sepolia/contracts.json +++ b/migrations/sepolia/contracts.json @@ -1,23 +1,10 @@ { "EntryPoint": "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789", "Prod": { - "MSCA Impl": "", - "MultiOwnerPlugin": "", - "TokenReceiverPlugin": "", - "MultiOwnerMSCAFactory": "", - "MultiOwnerTokenReceiverMSCAFactory": "", - "SessionKeyPlugin": "", - "MultiOwnerMSCAFactory Owner": "", - "MultiOwnerTokenReceiverMSCAFactory Owner": "" - }, - "Staging": { - "MSCA Impl": "0xDba275F73187F7037cF24D900447d2Ca0504bAF2", - "MultiOwnerPlugin": "0xB76734F322b9f2C8F1dA934252dED3bC3C25b109", - "TokenReceiverPlugin": "0x360b59D3D922fe6b015257390b35E7dBA8632A50", - "MultiOwnerMSCAFactory": "0xC69731F267760466663470256A7ba28F79eDC4d6", - "MultiOwnerTokenReceiverMSCAFactory": "0x852B3a676684031Cb77b69B50D8d7879f4c4807d", - "SessionKeyPlugin": "0x70a64501Fd1398b0A236b69006936009d31C1520", - "MultiOwnerMSCAFactory Owner": "0x7f89Ed1F3F0d52d303904101305471bca3cde710", - "MultiOwnerTokenReceiverMSCAFactory Owner": "0x7f89Ed1F3F0d52d303904101305471bca3cde710" + "MSCA Impl": "0x0000006641DB11037b7A187c45d9D50F2aEEE750", + "MultiOwnerPlugin": "0x000000E8F14A838A00505d861c6EF15cdfB05455", + "MultiOwnerModularAccountFactory": "0x000000CC76Ff50cAE2D633E79cCB1Fa1E6978D5a", + "SessionKeyPlugin": "0x000000AAF83f4cbd58193D30643025ffD6C9e724", + "MultiOwnerModularAccountFactory Owner": "0xDdF32240B4ca3184De7EC8f0D5Aba27dEc8B7A5C" } }