Skip to content

Commit 6bef084

Browse files
changes after Vini review
1 parent df9c87c commit 6bef084

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/cdk/concepts/dac.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ Data availability in blockchain technology refers to whether or not transaction
22

33
If data is available on-chain, then each node has to store every piece of data related to every transaction. This can be costly for node operators as hardware and storage requirements are high. Moving data off-chain streamlines node architecture and operations.
44

5-
!!! quote "Recommended resource"
5+
!!! info "Recommended resource"
66
See Ethereum.org's discussion on [data availability](https://ethereum.org/en/developers/docs/data-availability/).
77

88
## What is a validium?
99

1010
Validiums are blockchain solutions that do not store transaction data.
1111

12-
!!! quote "Recommended resource"
12+
!!! info "Recommended resource"
1313
See Ethereum.org's glossary [definition of validiums](https://ethereum.org/en/developers/docs/scaling/validium/).
1414

1515
## What is a DAC?

docs/cdk/get-started/deploy-rollup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
!!! important "Recommendation"
1+
!!! note "Recommendation"
22
Follow the [quickstart](quickstart-rollup.md) for a hands-on introduction to CDK in rollup mode.
33

44
## Deploy a CDK rollup locally

0 commit comments

Comments
 (0)