Skip to content

Commit

Permalink
update simulations contract
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless0x committed Oct 4, 2024
1 parent 706183d commit da726cc
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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": "0xe1eFD6f041c128B23527b7398c29a94C98554763",
"entrypoint-simulation-contract": "0xAE6035bEE0802C969265C8A3193CE8878c99A66A",
"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",
"0xe1eFD6f041c128B23527b7398c29a94C98554763",
"0xAE6035bEE0802C969265C8A3193CE8878c99A66A",
"0x2dd68b007B46fBe91B9A7c3EDa5A7a1063cB5b47",
"0x75cf11467937ce3F2f357CE24ffc3DBF8fD5c226",
"0x8EcD4ec46D4D2a6B64fE960B3D64e8B94B2234eb",
Expand Down
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": "0xe1eFD6f041c128B23527b7398c29a94C98554763",
"entrypoint-simulation-contract": "0xAE6035bEE0802C969265C8A3193CE8878c99A66A",
"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",
"0xe1eFD6f041c128B23527b7398c29a94C98554763", // 0.7 Simulations Contract
"0xAE6035bEE0802C969265C8A3193CE8878c99A66A", // 0.7 Simulations Contract
BUNDLE_BULKER_ADDRESS,
PER_OP_INFLATOR_ADDRESS,
SIMPLE_INFLATOR_ADDRESS
Expand Down

0 comments on commit da726cc

Please sign in to comment.