You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+43-12Lines changed: 43 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@ This is a fork of the optimism package built to allow more chain configurations.
3
3
4
4
## New Configurations
5
5
### Signer Information
6
-
In the upstream package, privates keys are determined by the mnemonic `test test test test test test test test test test test junk` and cannot be customised.
6
+
In the upstream package, private keys are determined by the mnemonic `test test test test test test test test test test test junk` and cannot be customised.
7
7
8
-
We introduce customisation for private keys and signer information (address and endpoint) for each privallaged role.
8
+
We introduce customisation for private keys and signer information (address and endpoint) for each privileged role.
| Data availability type |`optimism_package.altda_deploy_config.da_type`|
47
47
| Batch submissions frequency |`optimism_package.altda_deploy_config.da_batch_submission_frequency`|
@@ -155,17 +155,29 @@ optimism_package:
155
155
# - For altda chains, set da_server_params to use an image and cmd of your choice (one could use da-server, another eigenda-proxy, another celestia proxy, etc). If unset, op's default da-server image will be used.
156
156
altda_deploy_config:
157
157
use_altda: false
158
-
da_type: "calldata"# allows auto, blobs, calldata or custom. Sets --data-availability-type in batcher_launcher
159
-
160
-
da_batch_submission_frequency: 1#--max-channel-duration=1 in block units but user input in minutes
158
+
159
+
# Specifies how transactions are posted. Allows auto, blobs calldata or custom.
0 commit comments