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

feat: Deploy v1.0.0 #139

Merged
merged 5 commits into from
Feb 8, 2024
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
250 changes: 250 additions & 0 deletions broadcast/Deploy.s.sol/1/run-1707343636.json

Large diffs are not rendered by default.

250 changes: 250 additions & 0 deletions broadcast/Deploy.s.sol/10/run-1707342541.json

Large diffs are not rendered by default.

126 changes: 126 additions & 0 deletions broadcast/Deploy.s.sol/11155111/run-1707330753.json

Large diffs are not rendered by default.

176 changes: 176 additions & 0 deletions broadcast/Deploy.s.sol/11155111/run-1707331082.json
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curious why there are two for sepolia

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At first I ran the script regularly, and it tried to submit all of the transactions at once. However, on the RPC side it didn't want to accept the 4th and 5th transactions (staking the factory and deploying SessionKeyPlugin) because the nonce was too far ahead, so it caused an error and the script stopped. I had to re-run the script after setting the env vars for the existing deployed addresses.

For all of the other networks, I used the --slow option (docs here), which delays sending the transaction until the previous one is confirmed. This prevented the too many pending transactions error that I ran into with Sepolia, and keep a single run of the script in the broadcast folder. I should document this behavior for the future.

Large diffs are not rendered by default.

250 changes: 250 additions & 0 deletions broadcast/Deploy.s.sol/11155420/run-1707338797.json

Large diffs are not rendered by default.

365 changes: 365 additions & 0 deletions broadcast/Deploy.s.sol/137/run-1707339917.json

Large diffs are not rendered by default.

250 changes: 250 additions & 0 deletions broadcast/Deploy.s.sol/420/run-1707338520.json

Large diffs are not rendered by default.

250 changes: 250 additions & 0 deletions broadcast/Deploy.s.sol/42161/run-1707341559.json

Large diffs are not rendered by default.

250 changes: 250 additions & 0 deletions broadcast/Deploy.s.sol/421614/run-1707339376.json

Large diffs are not rendered by default.

250 changes: 250 additions & 0 deletions broadcast/Deploy.s.sol/5/run-1707337948.json

Large diffs are not rendered by default.

365 changes: 365 additions & 0 deletions broadcast/Deploy.s.sol/80001/run-1707331580.json

Large diffs are not rendered by default.

250 changes: 250 additions & 0 deletions broadcast/Deploy.s.sol/8453/run-1707342085.json

Large diffs are not rendered by default.

250 changes: 250 additions & 0 deletions broadcast/Deploy.s.sol/84532/run-1707339039.json

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions deployments/mainnets/arb-mainnet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Arbitrum
Chain Id: 42161

## MultiOwnerModularAccountFactory

| Version | Address | Explorer Link | Salt | Deploy Script Run |
| ------- | ------------------------------------------ | ---------------------------------------------------------------------------------- | ---------------------------- | ------------------------------------------------------------- |
| v1.0.0 | 0x000000e92D78D90000007F0082006FDA09BD5f11 | [explorer](https://arbiscan.io/address/0x000000e92D78D90000007F0082006FDA09BD5f11) | `0x5db157a188f31855e74efff3` | [run](../../broadcast/Deploy.s.sol/42161/run-1707341559.json) |

## UpgradeableModularAccount Implementation

| Version | Address | Explorer Link | Salt | Deploy Script Run |
| ------- | ------------------------------------------ | ---------------------------------------------------------------------------------- | ---------------------------- | ------------------------------------------------------------- |
| v1.0.0 | 0x0046000000000151008789797b54fdb500E2a61e | [explorer](https://arbiscan.io/address/0x0046000000000151008789797b54fdb500E2a61e) | `0x3249843e32cfdd3724630092` | [run](../../broadcast/Deploy.s.sol/42161/run-1707341559.json) |

## MultiOwnerPlugin

| Version | Address | Explorer Link | Salt | Deploy Script Run |
| ------- | ------------------------------------------ | ---------------------------------------------------------------------------------- | ---------------------------- | ------------------------------------------------------------- |
| v1.0.0 | 0xcE0000007B008F50d762D155002600004cD6c647 | [explorer](https://arbiscan.io/address/0xcE0000007B008F50d762D155002600004cD6c647) | `0x9292f6fd68967e13eda2502d` | [run](../../broadcast/Deploy.s.sol/42161/run-1707341559.json) |

## SessionKeyPlugin

| Version | Address | Explorer Link | Salt | Deploy Script Run |
| ------- | ------------------------------------------ | ---------------------------------------------------------------------------------- | ---------------------------- | ------------------------------------------------------------- |
| v1.0.0 | 0x000000e30a00f600823700E975f1b1ac387f0017 | [explorer](https://arbiscan.io/address/0x000000e30a00f600823700E975f1b1ac387f0017) | `0x27f40fd3b6cb45339dbcecac` | [run](../../broadcast/Deploy.s.sol/42161/run-1707341559.json) |
26 changes: 26 additions & 0 deletions deployments/mainnets/base-mainnet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Base
Chain Id: 8453

## MultiOwnerModularAccountFactory

| Version | Address | Explorer Link | Salt | Deploy Script Run |
| ------- | ------------------------------------------ | ----------------------------------------------------------------------------------- | ---------------------------- | ------------------------------------------------------------ |
| v1.0.0 | 0x000000e92D78D90000007F0082006FDA09BD5f11 | [explorer](https://basescan.org/address/0x000000e92D78D90000007F0082006FDA09BD5f11) | `0x5db157a188f31855e74efff3` | [run](../../broadcast/Deploy.s.sol/8453/run-1707342085.json) |

## UpgradeableModularAccount Implementation

| Version | Address | Explorer Link | Salt | Deploy Script Run |
| ------- | ------------------------------------------ | ----------------------------------------------------------------------------------- | ---------------------------- | ------------------------------------------------------------ |
| v1.0.0 | 0x0046000000000151008789797b54fdb500E2a61e | [explorer](https://basescan.org/address/0x0046000000000151008789797b54fdb500E2a61e) | `0x3249843e32cfdd3724630092` | [run](../../broadcast/Deploy.s.sol/8453/run-1707342085.json) |

## MultiOwnerPlugin

| Version | Address | Explorer Link | Salt | Deploy Script Run |
| ------- | ------------------------------------------ | ----------------------------------------------------------------------------------- | ---------------------------- | ------------------------------------------------------------ |
| v1.0.0 | 0xcE0000007B008F50d762D155002600004cD6c647 | [explorer](https://basescan.org/address/0xcE0000007B008F50d762D155002600004cD6c647) | `0x9292f6fd68967e13eda2502d` | [run](../../broadcast/Deploy.s.sol/8453/run-1707342085.json) |

## SessionKeyPlugin

| Version | Address | Explorer Link | Salt | Deploy Script Run |
| ------- | ------------------------------------------ | ----------------------------------------------------------------------------------- | ---------------------------- | ------------------------------------------------------------ |
| v1.0.0 | 0x000000e30a00f600823700E975f1b1ac387f0017 | [explorer](https://basescan.org/address/0x000000e30a00f600823700E975f1b1ac387f0017) | `0x27f40fd3b6cb45339dbcecac` | [run](../../broadcast/Deploy.s.sol/8453/run-1707342085.json) |
26 changes: 26 additions & 0 deletions deployments/mainnets/eth-mainnet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Ethereum
Chain Id: 1

## MultiOwnerModularAccountFactory

| Version | Address | Explorer Link | Salt | Deploy Script Run |
| ------- | ------------------------------------------ | ----------------------------------------------------------------------------------- | ---------------------------- | --------------------------------------------------------- |
| v1.0.0 | 0x000000e92D78D90000007F0082006FDA09BD5f11 | [explorer](https://etherscan.io/address/0x000000e92D78D90000007F0082006FDA09BD5f11) | `0x5db157a188f31855e74efff3` | [run](../../broadcast/Deploy.s.sol/1/run-1707343636.json) |

## UpgradeableModularAccount Implementation

| Version | Address | Explorer Link | Salt | Deploy Script Run |
| ------- | ------------------------------------------ | ----------------------------------------------------------------------------------- | ---------------------------- | --------------------------------------------------------- |
| v1.0.0 | 0x0046000000000151008789797b54fdb500E2a61e | [explorer](https://etherscan.io/address/0x0046000000000151008789797b54fdb500E2a61e) | `0x3249843e32cfdd3724630092` | [run](../../broadcast/Deploy.s.sol/1/run-1707343636.json) |

## MultiOwnerPlugin

| Version | Address | Explorer Link | Salt | Deploy Script Run |
| ------- | ------------------------------------------ | ----------------------------------------------------------------------------------- | ---------------------------- | --------------------------------------------------------- |
| v1.0.0 | 0xcE0000007B008F50d762D155002600004cD6c647 | [explorer](https://etherscan.io/address/0xcE0000007B008F50d762D155002600004cD6c647) | `0x9292f6fd68967e13eda2502d` | [run](../../broadcast/Deploy.s.sol/1/run-1707343636.json) |

## SessionKeyPlugin

| Version | Address | Explorer Link | Salt | Deploy Script Run |
| ------- | ------------------------------------------ | ----------------------------------------------------------------------------------- | ---------------------------- | --------------------------------------------------------- |
| v1.0.0 | 0x000000e30a00f600823700E975f1b1ac387f0017 | [explorer](https://etherscan.io/address/0x000000e30a00f600823700E975f1b1ac387f0017) | `0x27f40fd3b6cb45339dbcecac` | [run](../../broadcast/Deploy.s.sol/1/run-1707343636.json) |
26 changes: 26 additions & 0 deletions deployments/mainnets/opt-mainnet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Optimism
Chain Id: 10

## MultiOwnerModularAccountFactory

| Version | Address | Explorer Link | Salt | Deploy Script Run |
| ------- | ------------------------------------------ | ---------------------------------------------------------------------------------------------- | ---------------------------- | ---------------------------------------------------------- |
| v1.0.0 | 0x000000e92D78D90000007F0082006FDA09BD5f11 | [explorer](https://optimistic.etherscan.io/address/0x000000e92D78D90000007F0082006FDA09BD5f11) | `0x5db157a188f31855e74efff3` | [run](../../broadcast/Deploy.s.sol/10/run-1707342541.json) |

## UpgradeableModularAccount Implementation

| Version | Address | Explorer Link | Salt | Deploy Script Run |
| ------- | ------------------------------------------ | ---------------------------------------------------------------------------------------------- | ---------------------------- | ---------------------------------------------------------- |
| v1.0.0 | 0x0046000000000151008789797b54fdb500E2a61e | [explorer](https://optimistic.etherscan.io/address/0x0046000000000151008789797b54fdb500E2a61e) | `0x3249843e32cfdd3724630092` | [run](../../broadcast/Deploy.s.sol/10/run-1707342541.json) |

## MultiOwnerPlugin

| Version | Address | Explorer Link | Salt | Deploy Script Run |
| ------- | ------------------------------------------ | ---------------------------------------------------------------------------------------------- | ---------------------------- | ---------------------------------------------------------- |
| v1.0.0 | 0xcE0000007B008F50d762D155002600004cD6c647 | [explorer](https://optimistic.etherscan.io/address/0xcE0000007B008F50d762D155002600004cD6c647) | `0x9292f6fd68967e13eda2502d` | [run](../../broadcast/Deploy.s.sol/10/run-1707342541.json) |

## SessionKeyPlugin

| Version | Address | Explorer Link | Salt | Deploy Script Run |
| ------- | ------------------------------------------ | ---------------------------------------------------------------------------------------------- | ---------------------------- | ---------------------------------------------------------- |
| v1.0.0 | 0x000000e30a00f600823700E975f1b1ac387f0017 | [explorer](https://optimistic.etherscan.io/address/0x000000e30a00f600823700E975f1b1ac387f0017) | `0x27f40fd3b6cb45339dbcecac` | [run](../../broadcast/Deploy.s.sol/10/run-1707342541.json) |
30 changes: 30 additions & 0 deletions deployments/mainnets/polygon-mainnet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Polygon
Chain Id: 137

## MultiOwnerModularAccountFactory

| Version | Address | Explorer Link | Salt | Deploy Script Run |
| --------------- | ------------------------------------------ | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------- | ----------------------------------------------------------- |
| v1.0.0 | 0x000000e92D78D90000007F0082006FDA09BD5f11 | [explorer](https://polygonscan.com/address/0x000000e92D78D90000007F0082006FDA09BD5f11) | `0x5db157a188f31855e74efff3` | [run](../../broadcast/Deploy.s.sol/137/run-1707339917.json) |
| v1.0.0-alpha.1 | 0x000000CC76Ff50cAE2D633E79cCB1Fa1E6978D5a | [explorer](https://polygonscan.com/address/0x000000CC76Ff50cAE2D633E79cCB1Fa1E6978D5a) | `0x4e59b44847b379578588920ca78fbf26c0b4956cf030bee888e68000006b232d` | [run](../../broadcast/Deploy.s.sol/137/run-1706829813.json) |

## UpgradeableModularAccount Implementation

| Version | Address | Explorer Link | Salt | Deploy Script Run |
| --------------- | ------------------------------------------ | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------- | ----------------------------------------------------------- |
| v1.0.0 | 0x0046000000000151008789797b54fdb500E2a61e | [explorer](https://polygonscan.com/address/0x0046000000000151008789797b54fdb500E2a61e) | `0x3249843e32cfdd3724630092` | [run](../../broadcast/Deploy.s.sol/137/run-1707339917.json) |
| v1.0.0-alpha.1 | 0x0000006641DB11037b7A187c45d9D50F2aEEE750 | [explorer](https://polygonscan.com/address/0x0000006641DB11037b7A187c45d9D50F2aEEE750) | `0x4e59b44847b379578588920ca78fbf26c0b4956c94215d344a5800000025f1da` | [run](../../broadcast/Deploy.s.sol/137/run-1706829813.json) |

## MultiOwnerPlugin

| Version | Address | Explorer Link | Salt | Deploy Script Run |
| --------------- | ------------------------------------------ | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------- | ----------------------------------------------------------- |
| v1.0.0 | 0xcE0000007B008F50d762D155002600004cD6c647 | [explorer](https://polygonscan.com/address/0xcE0000007B008F50d762D155002600004cD6c647) | `0x9292f6fd68967e13eda2502d` | [run](../../broadcast/Deploy.s.sol/137/run-1707339917.json) |
| v1.0.0-alpha.1 | 0x000000E8F14A838A00505d861c6EF15cdfB05455 | [explorer](https://polygonscan.com/address/0x000000E8F14A838A00505d861c6EF15cdfB05455) | `0x4e59b44847b379578588920ca78fbf26c0b4956caf82b75fdc696800005a6250` | [run](../../broadcast/Deploy.s.sol/137/run-1706829813.json) |

## SessionKeyPlugin

| Version | Address | Explorer Link | Salt | Deploy Script Run |
| --------------- | ------------------------------------------ | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------- | ----------------------------------------------------------- |
| v1.0.0 | 0x000000e30a00f600823700E975f1b1ac387f0017 | [explorer](https://polygonscan.com/address/0x000000e30a00f600823700E975f1b1ac387f0017) | `0x27f40fd3b6cb45339dbcecac` | [run](../../broadcast/Deploy.s.sol/137/run-1707339917.json) |
| v1.0.0-alpha.1 | 0x000000AAF83f4cbd58193D30643025ffD6C9e724 | [explorer](https://polygonscan.com/address/0x000000AAF83f4cbd58193D30643025ffD6C9e724) | `0x4e59b44847b379578588920ca78fbf26c0b4956cf3b65a380cd6110000b01942` | [run](../../broadcast/Deploy.s.sol/137/run-1706829813.json) |
26 changes: 26 additions & 0 deletions deployments/testnets/arb-sepolia.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Arbitrum Sepolia
Chain Id: 421614

## MultiOwnerModularAccountFactory

| Version | Address | Explorer Link | Salt | Deploy Script Run |
| ------- | ------------------------------------------ | ------------------------------------------------------------------------------------------ | ---------------------------- | -------------------------------------------------------------- |
| v1.0.0 | 0x000000e92D78D90000007F0082006FDA09BD5f11 | [explorer](https://sepolia.arbiscan.io/address/0x000000e92D78D90000007F0082006FDA09BD5f11) | `0x5db157a188f31855e74efff3` | [run](../../broadcast/Deploy.s.sol/421614/run-1707339376.json) |

## UpgradeableModularAccount Implementation

| Version | Address | Explorer Link | Salt | Deploy Script Run |
| ------- | ------------------------------------------ | ------------------------------------------------------------------------------------------ | ---------------------------- | -------------------------------------------------------------- |
| v1.0.0 | 0x0046000000000151008789797b54fdb500E2a61e | [explorer](https://sepolia.arbiscan.io/address/0x0046000000000151008789797b54fdb500E2a61e) | `0x3249843e32cfdd3724630092` | [run](../../broadcast/Deploy.s.sol/421614/run-1707339376.json) |

## MultiOwnerPlugin

| Version | Address | Explorer Link | Salt | Deploy Script Run |
| ------- | ------------------------------------------ | ------------------------------------------------------------------------------------------ | ---------------------------- | -------------------------------------------------------------- |
| v1.0.0 | 0xcE0000007B008F50d762D155002600004cD6c647 | [explorer](https://sepolia.arbiscan.io/address/0xcE0000007B008F50d762D155002600004cD6c647) | `0x9292f6fd68967e13eda2502d` | [run](../../broadcast/Deploy.s.sol/421614/run-1707339376.json) |

## SessionKeyPlugin

| Version | Address | Explorer Link | Salt | Deploy Script Run |
| ------- | ------------------------------------------ | ------------------------------------------------------------------------------------------ | ---------------------------- | -------------------------------------------------------------- |
| v1.0.0 | 0x000000e30a00f600823700E975f1b1ac387f0017 | [explorer](https://sepolia.arbiscan.io/address/0x000000e30a00f600823700E975f1b1ac387f0017) | `0x27f40fd3b6cb45339dbcecac` | [run](../../broadcast/Deploy.s.sol/421614/run-1707339376.json) |
30 changes: 30 additions & 0 deletions deployments/testnets/base-sepolia.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Base Sepolia
Chain Id: 84532

## MultiOwnerModularAccountFactory

| Version | Address | Explorer Link | Salt | Deploy Script Run |
| --------------- | ------------------------------------------ | ------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- | ------------------------------------------------------------- |
| v1.0.0 | 0x000000e92D78D90000007F0082006FDA09BD5f11 | [explorer](https://sepolia.basescan.org/address/0x000000e92D78D90000007F0082006FDA09BD5f11) | `0x5db157a188f31855e74efff3` | [run](../../broadcast/Deploy.s.sol/84532/run-1707339039.json) |
| v1.0.0-alpha.1 | 0x000000CC76Ff50cAE2D633E79cCB1Fa1E6978D5a | [explorer](https://sepolia.basescan.org/address/0x000000CC76Ff50cAE2D633E79cCB1Fa1E6978D5a) | `0x4e59b44847b379578588920ca78fbf26c0b4956cf030bee888e68000006b232d` | [run](../../broadcast/Deploy.s.sol/84532/run-1706829406.json) |

## UpgradeableModularAccount Implementation

| Version | Address | Explorer Link | Salt | Deploy Script Run |
| --------------- | ------------------------------------------ | ------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- | ------------------------------------------------------------- |
| v1.0.0 | 0x0046000000000151008789797b54fdb500E2a61e | [explorer](https://sepolia.basescan.org/address/0x0046000000000151008789797b54fdb500E2a61e) | `0x3249843e32cfdd3724630092` | [run](../../broadcast/Deploy.s.sol/84532/run-1707339039.json) |
| v1.0.0-alpha.1 | 0x0000006641DB11037b7A187c45d9D50F2aEEE750 | [explorer](https://sepolia.basescan.org/address/0x0000006641DB11037b7A187c45d9D50F2aEEE750) | `0x4e59b44847b379578588920ca78fbf26c0b4956c94215d344a5800000025f1da` | [run](../../broadcast/Deploy.s.sol/84532/run-1706829406.json) |

## MultiOwnerPlugin

| Version | Address | Explorer Link | Salt | Deploy Script Run |
| --------------- | ------------------------------------------ | ------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- | ------------------------------------------------------------- |
| v1.0.0 | 0xcE0000007B008F50d762D155002600004cD6c647 | [explorer](https://sepolia.basescan.org/address/0xcE0000007B008F50d762D155002600004cD6c647) | `0x9292f6fd68967e13eda2502d` | [run](../../broadcast/Deploy.s.sol/84532/run-1707339039.json) |
| v1.0.0-alpha.1 | 0x000000E8F14A838A00505d861c6EF15cdfB05455 | [explorer](https://sepolia.basescan.org/address/0x000000E8F14A838A00505d861c6EF15cdfB05455) | `0x4e59b44847b379578588920ca78fbf26c0b4956caf82b75fdc696800005a6250` | [run](../../broadcast/Deploy.s.sol/84532/run-1706829406.json) |

## SessionKeyPlugin

| Version | Address | Explorer Link | Salt | Deploy Script Run |
| --------------- | ------------------------------------------ | ------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- | ------------------------------------------------------------- |
| v1.0.0 | 0x000000e30a00f600823700E975f1b1ac387f0017 | [explorer](https://sepolia.basescan.org/address/0x000000e30a00f600823700E975f1b1ac387f0017) | `0x27f40fd3b6cb45339dbcecac` | [run](../../broadcast/Deploy.s.sol/84532/run-1707339039.json) |
| v1.0.0-alpha.1 | 0x000000AAF83f4cbd58193D30643025ffD6C9e724 | [explorer](https://sepolia.basescan.org/address/0x000000AAF83f4cbd58193D30643025ffD6C9e724) | `0x4e59b44847b379578588920ca78fbf26c0b4956cf3b65a380cd6110000b01942` | [run](../../broadcast/Deploy.s.sol/84532/run-1706829406.json) |
Loading
Loading