Skip to content

Commit

Permalink
update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless-eth committed Oct 7, 2024
1 parent 1fdcbe8 commit d66a98f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.localhost.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"executor-private-keys": "0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80,0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d,0x5de4111afa1a4b94908f83103eb1f1706367c2e68ca870fc3fb9a804cdab365a,0x7c852118294e51e653712a81e05800f419141751be58f605c371e15141b007a6",
"utility-private-key": "0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80",
"entrypoints": "0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789,0x0000000071727De22E5E9d8BAf0edAc6f37da032",
"entrypoint-simulation-contract": "0x74cb5e4ee81b86e70f9045036a1c5477de69ee87",
"deploy-simulations-contract": true,
"enable-debug-endpoints": true,
"safe-mode": false,
"mempool-max-parallel-ops": 5,
Expand Down
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": "0x700b6A60ce7EaaEA56F065753d8dcB9653dbAD35",
"entrypoint-simulation-contract": "0xf0763f1faa2cc2539ca3e5f55795cb58987c8021",
"enable-debug-endpoints": true,
"expiration-check": false,
"safe-mode": false,
Expand Down
3 changes: 1 addition & 2 deletions 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": "0xAE6035bEE0802C969265C8A3193CE8878c99A66A",
"entrypoint-simulation-contract": "0xf0763f1faa2cc2539ca3e5f55795cb58987c8021",
"api-version": "v1,v2",
"rpc-url": "http://anvil:8545",
"min-balance": "0",
Expand All @@ -19,7 +19,6 @@
"public-client-log-level": "error",
"wallet-client-log-level": "error",
"polling-interval": 100,
"network-name": "0.0.0.0",
"mempool-max-parallel-ops": 10,
"mempool-max-queued-ops": 10,
"enforce-unique-senders-per-bundle": false,
Expand Down

0 comments on commit d66a98f

Please sign in to comment.