Skip to content

Commit

Permalink
deploy: 28d043c
Browse files Browse the repository at this point in the history
  • Loading branch information
jakim929 committed Sep 19, 2024
1 parent e4261a0 commit edb21ee
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 20 deletions.
20 changes: 11 additions & 9 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ <h2 id="configuration"><a class="header" href="#configuration">Configuration</a>

GLOBAL OPTIONS:

--interop.autorelay (default: false) ($SUPERSIM_AUTORELAY)
--interop.autorelay (default: false) ($SUPERSIM_INTEROP_AUTORELAY)
Automatically relay messages sent to the L2ToL2CrossDomainMessenger using
account 0xa0Ee7A142d267C1f36714E4a8F75612F20a79720

Expand All @@ -362,6 +362,9 @@ <h2 id="configuration"><a class="header" href="#configuration">Configuration</a>
--log.pid (default: false) ($SUPERSIM_LOG_PID)
Show pid in the log

--logs.directory value ($SUPERSIM_LOGS_DIRECTORY)
Directory to store logs

MISC


Expand Down Expand Up @@ -422,8 +425,8 @@ <h2 id="configuration-1"><a class="header" href="#configuration-1">Configuration

--chains value ($SUPERSIM_CHAINS)
chains to fork in the superchain, mainnet options: [base, lyra, metal, mode, op,
orderly, race, zora]. In order to replace the public rpc endpoint for a chain,
specify the ($SUPERSIM_RPC_URL_&lt;CHAIN&gt;) env variable. i.e
orderly, race, tbn, zora]. In order to replace the public rpc endpoint for a
chain, specify the ($SUPERSIM_RPC_URL_&lt;CHAIN&gt;) env variable. i.e
SUPERSIM_RPC_URL_OP=http://optimism-mainnet.infura.io/v3/&lt;API-KEY&gt;

--network value (default: "mainnet") ($SUPERSIM_NETWORK)
Expand All @@ -432,8 +435,8 @@ <h2 id="configuration-1"><a class="header" href="#configuration-1">Configuration
($SUPERSIM_RPC_URL_&lt;NETWORK&gt;) env variable. i.e
SUPERSIM_RPC_URL_MAINNET=http://mainnet.infura.io/v3/&lt;API-KEY&gt;

--interop.enabled (default: false) ($SUPERSIM_FORK_WITH_INTEROP)
Enable interop in fork mode
--interop.enabled (default: true) ($SUPERSIM_INTEROP_ENABLED)
enable interop predeploy and functionality

--l1.port value (default: 8545) ($SUPERSIM_L1_PORT)
Listening port for the L1 instance. `0` binds to any available port
Expand All @@ -442,13 +445,12 @@ <h2 id="configuration-1"><a class="header" href="#configuration-1">Configuration
Starting port to increment from for L2 chains. `0` binds each chain to any
available port

--interop.autorelay (default: false) ($SUPERSIM_AUTORELAY)
--interop.autorelay (default: false) ($SUPERSIM_INTEROP_AUTORELAY)
Automatically relay messages sent to the L2ToL2CrossDomainMessenger using
account 0xa0Ee7A142d267C1f36714E4a8F75612F20a79720

--aa.bundler (default: false) ($SUPERSIM_AA_BUNDLER)
Run a ERC-4337 Bundler which sends transactions using account
0x23618e81E3f5cdF7f54C3d65f7FBc0aBf5B21E8f
--logs.directory value ($SUPERSIM_LOGS_DIRECTORY)
Directory to store logs

--log.level value (default: INFO) ($SUPERSIM_LOG_LEVEL)
The lowest log level that will be output
Expand Down
15 changes: 7 additions & 8 deletions reference/supersim-fork.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ <h2 id="configuration"><a class="header" href="#configuration">Configuration</a>

--chains value ($SUPERSIM_CHAINS)
chains to fork in the superchain, mainnet options: [base, lyra, metal, mode, op,
orderly, race, zora]. In order to replace the public rpc endpoint for a chain,
specify the ($SUPERSIM_RPC_URL_&lt;CHAIN&gt;) env variable. i.e
orderly, race, tbn, zora]. In order to replace the public rpc endpoint for a
chain, specify the ($SUPERSIM_RPC_URL_&lt;CHAIN&gt;) env variable. i.e
SUPERSIM_RPC_URL_OP=http://optimism-mainnet.infura.io/v3/&lt;API-KEY&gt;

--network value (default: "mainnet") ($SUPERSIM_NETWORK)
Expand All @@ -237,8 +237,8 @@ <h2 id="configuration"><a class="header" href="#configuration">Configuration</a>
($SUPERSIM_RPC_URL_&lt;NETWORK&gt;) env variable. i.e
SUPERSIM_RPC_URL_MAINNET=http://mainnet.infura.io/v3/&lt;API-KEY&gt;

--interop.enabled (default: false) ($SUPERSIM_FORK_WITH_INTEROP)
Enable interop in fork mode
--interop.enabled (default: true) ($SUPERSIM_INTEROP_ENABLED)
enable interop predeploy and functionality

--l1.port value (default: 8545) ($SUPERSIM_L1_PORT)
Listening port for the L1 instance. `0` binds to any available port
Expand All @@ -247,13 +247,12 @@ <h2 id="configuration"><a class="header" href="#configuration">Configuration</a>
Starting port to increment from for L2 chains. `0` binds each chain to any
available port

--interop.autorelay (default: false) ($SUPERSIM_AUTORELAY)
--interop.autorelay (default: false) ($SUPERSIM_INTEROP_AUTORELAY)
Automatically relay messages sent to the L2ToL2CrossDomainMessenger using
account 0xa0Ee7A142d267C1f36714E4a8F75612F20a79720

--aa.bundler (default: false) ($SUPERSIM_AA_BUNDLER)
Run a ERC-4337 Bundler which sends transactions using account
0x23618e81E3f5cdF7f54C3d65f7FBc0aBf5B21E8f
--logs.directory value ($SUPERSIM_LOGS_DIRECTORY)
Directory to store logs

--log.level value (default: INFO) ($SUPERSIM_LOG_LEVEL)
The lowest log level that will be output
Expand Down
5 changes: 4 additions & 1 deletion reference/supersim.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ <h2 id="configuration"><a class="header" href="#configuration">Configuration</a>

GLOBAL OPTIONS:

--interop.autorelay (default: false) ($SUPERSIM_AUTORELAY)
--interop.autorelay (default: false) ($SUPERSIM_INTEROP_AUTORELAY)
Automatically relay messages sent to the L2ToL2CrossDomainMessenger using
account 0xa0Ee7A142d267C1f36714E4a8F75612F20a79720

Expand All @@ -277,6 +277,9 @@ <h2 id="configuration"><a class="header" href="#configuration">Configuration</a>
--log.pid (default: false) ($SUPERSIM_LOG_PID)
Show pid in the log

--logs.directory value ($SUPERSIM_LOGS_DIRECTORY)
Directory to store logs

MISC


Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit edb21ee

Please sign in to comment.