Skip to content

Commit 4dda5b2

Browse files
fix(docs): CLI
1 parent d028a15 commit 4dda5b2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/fdc/guides/address-validity.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Check the validity of a Bitcoin, Dogecoin or XRPL address.
55
tags: [intermediate, ethereum, fdc]
66
keywords: [ethereum, flare-data-connector, evm, flare-network]
77
sidebar_position: 2
8-
unlisted: true
8+
unlisted: false
99
---
1010

1111
# AddressValidity
@@ -427,7 +427,7 @@ If you want to learn more about how the FDC protocol works, check [here](/fdc/gu
427427

428428
## 3.2. Preparing proof request
429429

430-
We prepare the proof request in a simmilar manner as in the step [Preparing the request](#11-preparing-the-request), by string concatenation.
430+
We prepare the proof request in a simmilar manner as in the step Preparing the request, by string concatenation.
431431
We import two new variables from the `.env` file; the url of a verifier server and the corresponding API key.
432432
note
433433

@@ -484,7 +484,7 @@ contract RetrieveDataAndProof is Script {
484484

485485
## 3.3. Posting the proof request to a DA Layer provider
486486

487-
We post the proof request to a chosen DA Layer provider server also with the same code as we did in the [previous step](#12-posting-the-request-to-a-verifier-server).
487+
We post the proof request to a chosen DA Layer provider server also with the same code as we did in the previous step.
488488

489489
```solidity title="scrip/fdcExample/AddressValidity.s.sol"
490490
string memory url = string.concat(

docs/fdc/guides/fdc-overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Check the validity of a Bitcoin, Dogecoin or XRPL address.
55
tags: [intermediate, ethereum, fdc]
66
keywords: [ethereum, flare-data-connector, evm, flare-network]
77
sidebar_position: 1
8-
unlisted: true
8+
unlisted: false
99
---
1010

1111
## Flare Data Connector (FDC)
@@ -19,7 +19,7 @@ The FDC protocol supports the following six attestation types.
1919
This is only a brif overview; the attestaion types will be explained in greater detail in their corresponding sections.
2020

2121
- **AddressValidity**: Is the provided address a valid address on the specified chain?
22-
- **EVMTransaction**: Give me the details of the transaction with this address on the specified chain (either `ETH`, `FLR` or `SGB`)!
22+
- **EVMTransaction**: Give me the details of the transaction with this address on the specified chain (either `ETH`, `FLR` or `SGB`)!
2323
- **Payment**: Give me the details of the transaction with this address on the specified chain (either `BTC`, `DOGE` or `XRP`), considered a payment on that chain!
2424
- **ConfirmedBlockHeightExists**: Does a block with a specified number exist and has it been sufficiently confirmed?
2525
- **BalanceDecreasingTransaction**: Is the provided transaction balance decreasing for a specified address?

0 commit comments

Comments
 (0)