Skip to content

Commit

Permalink
update simulations contract (#315)
Browse files Browse the repository at this point in the history
* update simulations contract

* update simulations contract bytecode
  • Loading branch information
mouseless-eth authored Oct 7, 2024
1 parent fe14cde commit a8c408f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion scripts/config.local.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"executor-private-keys": "0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80",
"utility-private-key": "0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80",
"entrypoints": "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789,0x0000000071727De22E5E9d8BAf0edAc6f37da032",
"entrypoint-simulation-contract": "0xf0763f1faa2cc2539ca3e5f55795cb58987c8021",
"entrypoint-simulation-contract": "0xBbe8A301FbDb2a4CD58c4A37c262ecef8f889c47",
"enable-debug-endpoints": true,
"expiration-check": false,
"safe-mode": false,
Expand Down
4 changes: 2 additions & 2 deletions scripts/localDeployer/constants.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/localDeployer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ const main = async () => {
"0x988C135a1049Ce61730724afD342fb7C56CD2776",
"0x0000000071727De22E5E9d8BAf0edAc6f37da032",
"0x91E60e0613810449d098b0b5Ec8b51A0FE8c8985",
"0xf0763f1faa2cc2539ca3e5f55795cb58987c8021",
"0xBbe8A301FbDb2a4CD58c4A37c262ecef8f889c47",
"0x2dd68b007B46fBe91B9A7c3EDa5A7a1063cB5b47",
"0x75cf11467937ce3F2f357CE24ffc3DBF8fD5c226",
"0x8EcD4ec46D4D2a6B64fE960B3D64e8B94B2234eb",
Expand Down
2 changes: 1 addition & 1 deletion src/types/contracts/PimlicoEntryPointSimulations.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/e2e/alto-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"enable-debug-endpoints": true,
"entrypoints": "0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789,0x0000000071727De22E5E9d8BAf0edAc6f37da032",
"balance-override-enabled": "true",
"entrypoint-simulation-contract": "0xf0763f1faa2cc2539ca3e5f55795cb58987c8021",
"entrypoint-simulation-contract": "0xBbe8A301FbDb2a4CD58c4A37c262ecef8f889c47",
"api-version": "v1,v2",
"rpc-url": "http://anvil:8545",
"min-balance": "0",
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/deploy-contracts/constants.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/e2e/deploy-contracts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ const main = async () => {
"0x4e59b44847b379578588920ca78fbf26c0b4956c",
"0x0000000071727De22E5E9d8BAf0edAc6f37da032",
"0x91E60e0613810449d098b0b5Ec8b51A0FE8c8985",
"0xf0763f1faa2cc2539ca3e5f55795cb58987c8021", // 0.7 Simulations Contract
"0xBbe8A301FbDb2a4CD58c4A37c262ecef8f889c47", // 0.7 Simulations Contract
BUNDLE_BULKER_ADDRESS,
PER_OP_INFLATOR_ADDRESS,
SIMPLE_INFLATOR_ADDRESS
Expand Down

0 comments on commit a8c408f

Please sign in to comment.