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: da/da.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Rollkit provides a wrapper for [go-da][go-da], a generic data availability inter
9
9
*`--rollkit.da_address`: url address of the DA service (default: "grpc://localhost:26650")
10
10
*`--rollkit.da_auth_token`: authentication token of the DA service
11
11
*`--rollkit.da_namespace`: namespace to use when submitting blobs to the DA service
12
-
*`--rollkit.da_keyring_keyname`: keyring.keyname used when submitting blobs to the DA service (default: my_celes_key)
12
+
*`--rollkit.da_keyname`: keyringkeyname used when submitting blobs to the DA service (default: my_celes_key)
13
13
14
14
Given a set of blocks to be submitted to DA by the block manager, the `SubmitBlocks` first encodes the blocks using protobuf (the encoded data are called blobs) and invokes the `Submit` method on the underlying DA implementation. On successful submission (`StatusSuccess`), the DA block height which included in the rollup blocks is returned.
0 commit comments