Skip to content

Commit 1390c10

Browse files
committed
nit clarification
1 parent 33369f1 commit 1390c10

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/content/cre/concepts/finality-ts.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@ CRE uses the chain's native `safe` and `latest` block tags respectively for all
4242

4343
**FINALIZED:**
4444

45-
When you specify `FINALIZED` in your workflow, CRE automatically maps this to a native finality tag or a block depth threshold depending on the chain.
46-
47-
| Chain | Finality Method | Block Depth |
48-
| ------------------------------- | ---------------------------- | ----------- |
49-
| Arbitrum One / Arbitrum Sepolia | Native `finalized` tag ||
50-
| Avalanche / Avalanche Fuji | Native `finalized` tag ||
51-
| Base / Base Sepolia | Native `finalized` tag ||
52-
| BNB Chain / BNB Testnet | Native `finalized` tag ||
53-
| Ethereum / Ethereum Sepolia | Native `finalized` tag ||
54-
| OP Mainnet / OP Sepolia | Native `finalized` tag ||
55-
| Polygon / Polygon Amoy | Block depth (500 blocks ago) | 500 |
45+
When you specify `FINALIZED` in your workflow, CRE automatically maps this to its finality method—whether it uses the native finality tag or block depth (with the number of blocks specified for block depth).
46+
47+
| Chain | Finality Method |
48+
| ------------------------------- | ------------------------ |
49+
| Arbitrum One / Arbitrum Sepolia | Native `finalized` tag |
50+
| Avalanche / Avalanche Fuji | Native `finalized` tag |
51+
| Base / Base Sepolia | Native `finalized` tag |
52+
| BNB Chain / BNB Testnet | Native `finalized` tag |
53+
| Ethereum / Ethereum Sepolia | Native `finalized` tag |
54+
| OP Mainnet / OP Sepolia | Native `finalized` tag |
55+
| Polygon / Polygon Amoy | Block depth (500 blocks) |
5656

5757
## Finality for chain reads
5858

0 commit comments

Comments
 (0)